Trace number 4400874

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.2? (TO) 2520.07 2461.64

General information on the benchmark

NameXCSP19/hcp/
graph255.xml
MD5SUM0532ed0e06c51195f7ed7ca4343984ea
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 benchmark163.368
Satisfiable
(Un)Satisfiability was proved
Number of variables1584
Number of constraints1
Number of domains1584
Minimum domain size2
Maximum domain size217
Distribution of domain sizes[{"size":2,"count":530},{"size":3,"count":620},{"size":4,"count":46},{"size":5,"count":256},{"size":6,"count":130},{"size":217,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1584}]
Minimum constraint arity1584
Maximum constraint arity1584
Distribution of constraint arities[{"arity":1584,"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.56	c Concrete v3.12.2.1568631193530 running
2520.01/2461.62	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2461.62		at concrete.MAC.mac(MAC.scala:192)
2520.01/2461.62		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2461.62		at scala.util.Try$.apply(Try.scala:212)
2520.01/2461.62		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2461.62		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2461.62		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2461.62		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2461.62		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2461.62		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.01/2461.62		at concrete.ProblemState.map(ProblemState.scala:238)
2520.01/2461.62		at concrete.ProblemState.map(ProblemState.scala:212)
2520.01/2461.62		at concrete.MAC.nextSolution(MAC.scala:348)
2520.01/2461.62		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2461.62		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.01/2461.62		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.01/2461.62		at concrete.Solver.nextOption(Solver.scala:67)
2520.01/2461.62		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.01/2461.62		at scala.util.Success.map(Try.scala:264)
2520.01/2461.62		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2461.62		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2461.62		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2461.62		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2461.62		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2461.62		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2461.62		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2461.62		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2461.62		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2461.62		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2461.62		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2461.62		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2461.62		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2461.62		at scala.App.main(App.scala:75)
2520.01/2461.62		at scala.App.main$(App.scala:73)
2520.01/2461.62		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2461.62		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2461.62	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 (14712 MiB free)
  memory of node 1: 16384 MiB (10696 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400874-1568696138/watcher-4400874-1568696138 -o /tmp/evaluation-result-4400874-1568696138/solver-4400874-1568696138 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18172 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1778213593 HOME/instance-4400874-1568696138.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=24939, runsolver pid=24936

[startup+0.100062 s]*
/proc/loadavg: 1.15 1.75 1.64 3/217 24996
/proc/meminfo: memFree=26012084/32770624 swapFree=66926636/67108860
[pid=24939] ppid=24936 vsize=9972712 memory=16816 CPUtime=0.1 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 18141 0 -1 1077944320 4442 13250 0 0 1 1 5 3 20 0 6 0 445869632 10212057088 4204 33554432000 4194304 4196468 140736173818608 140736173801152 139978989850359 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
/proc/24939/statm: 2493178 4204 1935 1 0 2481616 0
[pid=24939/tid=24992] ppid=24936 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 18141 0 -1 4202560 2243 13250 0 0 0 0 5 3 20 0 6 0 445869641 10212057088 4204 33554432000 4194304 4196468 140736173818608 139978961687120 139978973930846 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24993] ppid=24936 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 18141 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 6 0 445869642 10212057088 4204 33554432000 4194304 4196468 140736173818608 139978994092816 139978989860565 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24994] ppid=24936 vsize=9972712 memory=140009672960777 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 6 0 445869642 10212057088 4204 33554432000 4194304 4196468 140736173818608 139978892983184 139978989860565 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24995] ppid=24936 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 6 0 445869642 10212057088 4204 33554432000 4194304 4196468 140736173818608 139978891930640 139978989860565 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24996] ppid=24936 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 18141 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 6 0 445869642 10212057088 4204 33554432000 4194304 4196468 140736173818608 139978890878096 139978989860565 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210002 s]*
/proc/loadavg: 1.15 1.75 1.64 5/226 25005
/proc/meminfo: memFree=25991916/32770624 swapFree=66926636/67108860
[pid=24939] ppid=24936 vsize=10820020 memory=41760 CPUtime=0.27 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 18141 0 -1 1077944320 7455 13250 0 0 17 2 5 3 20 0 15 0 445869632 11079700480 10440 33554432000 4194304 4196468 140736173818608 140736173801152 139978989850359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
/proc/24939/statm: 2705005 10440 3193 1 0 2667149 0
[pid=24939/tid=24992] ppid=24936 vsize=10820020 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 18141 0 -1 4202560 3956 13250 0 0 10 1 5 3 20 0 15 0 445869641 11079700480 10440 33554432000 4194304 4196468 140736173818608 139978961644432 139978989872285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24993] ppid=24936 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 18141 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 445869642 11079700480 10440 33554432000 4194304 4196468 140736173818608 139978994092816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24994] ppid=24936 vsize=10820020 memory=140009672960777 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869642 11079700480 10440 33554432000 4194304 4196468 140736173818608 139978892983184 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24995] ppid=24936 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869642 11079700480 10440 33554432000 4194304 4196468 140736173818608 139978891930640 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24996] ppid=24936 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 18141 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 445869642 11079700480 10440 33554432000 4194304 4196468 140736173818608 139978890878096 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24997] ppid=24936 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 18141 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 445869643 11079700480 10440 33554432000 4194304 4196468 140736173818608 139978449098736 139978989861506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24998] ppid=24936 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 18141 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 445869644 11079700480 10440 33554432000 4194304 4196468 140736173818608 139977950225312 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24999] ppid=24936 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869644 11079700480 10440 33554432000 4194304 4196468 140736173818608 139977748898800 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25000] ppid=24936 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11079700480 10440 33554432000 4194304 4196468 140736173818608 139977508608208 139978989868955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25001] ppid=24936 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 18141 0 -1 1077944384 461 13250 0 0 1 0 5 3 20 0 15 0 445869647 11079700480 10440 33554432000 4194304 4196468 140736173818608 139978448046576 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25002] ppid=24936 vsize=10820020 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 18141 0 -1 1077944384 173 13250 0 0 1 0 5 3 20 0 15 0 445869647 11079700480 10440 33554432000 4194304 4196468 140736173818608 139978446994032 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25003] ppid=24936 vsize=10820020 memory=140009669797504 CPUtime=0.11 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 18141 0 -1 1077944384 630 13250 0 0 3 0 5 3 20 0 15 0 445869647 11079700480 10440 33554432000 4194304 4196468 140736173818608 139978445941488 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25004] ppid=24936 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11079700480 10440 33554432000 4194304 4196468 140736173818608 139977475050592 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25005] ppid=24936 vsize=10820020 memory=140009669797504 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869647 11079700480 10440 33554432000 4194304 4196468 140736173818608 139978444888368 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 41760 KiB

[startup+0.310899 s]*
/proc/loadavg: 1.22 1.75 1.65 4/226 25005
/proc/meminfo: memFree=25976772/32770624 swapFree=66926636/67108860
[pid=24939] ppid=24936 vsize=10820196 memory=50208 CPUtime=0.41 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 18141 0 -1 1077944320 10846 13250 0 0 29 4 5 3 20 0 15 0 445869632 11079880704 12552 33554432000 4194304 4196468 140736173818608 140736173801152 139978989850359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
/proc/24939/statm: 2705049 12552 3288 1 0 2667149 0
[pid=24939/tid=24992] ppid=24936 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 18141 0 -1 4202560 7330 13250 0 0 19 2 5 3 20 0 15 0 445869641 11079880704 12552 33554432000 4194304 4196468 140736173818608 139978961655360 139978973930846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24993] ppid=24936 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 18141 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 445869642 11079880704 12552 33554432000 4194304 4196468 140736173818608 139978994092816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24994] ppid=24936 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869642 11079880704 12552 33554432000 4194304 4196468 140736173818608 139978892983184 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24995] ppid=24936 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869642 11079880704 12552 33554432000 4194304 4196468 140736173818608 139978891930640 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24996] ppid=24936 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 18141 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 445869642 11079880704 12552 33554432000 4194304 4196468 140736173818608 139978890878096 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24997] ppid=24936 vsize=10820196 memory=140009669797503 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 18141 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 445869643 11079880704 12552 33554432000 4194304 4196468 140736173818608 139978449098736 139978989861506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24998] ppid=24936 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 18141 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 445869644 11079880704 12552 33554432000 4194304 4196468 140736173818608 139977950225312 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24999] ppid=24936 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869644 11079880704 12552 33554432000 4194304 4196468 140736173818608 139977748898800 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25000] ppid=24936 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11079880704 12552 33554432000 4194304 4196468 140736173818608 139977508608208 139978989868955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25001] ppid=24936 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 18141 0 -1 1077944384 461 13250 0 0 2 0 5 3 20 0 15 0 445869647 11079880704 12552 33554432000 4194304 4196468 140736173818608 139978448046576 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25002] ppid=24936 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 18141 0 -1 1077944384 183 13250 0 0 2 0 5 3 20 0 15 0 445869647 11079880704 12552 33554432000 4194304 4196468 140736173818608 139978446994032 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25003] ppid=24936 vsize=10820196 memory=140009669797504 CPUtime=0.13 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 18141 0 -1 1077944384 637 13250 0 0 5 0 5 3 20 0 15 0 445869647 11079880704 12552 33554432000 4194304 4196468 140736173818608 139978445941488 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25004] ppid=24936 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11079880704 12552 33554432000 4194304 4196468 140736173818608 139977475050592 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25005] ppid=24936 vsize=10820196 memory=140009669797504 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869647 11079880704 12552 33554432000 4194304 4196468 140736173818608 139978444888368 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50208 KiB

[startup+0.700779 s]
/proc/loadavg: 1.22 1.75 1.65 3/226 25005
/proc/meminfo: memFree=25962500/32770624 swapFree=66926636/67108860
[pid=24939] ppid=24936 vsize=10824364 memory=83404 CPUtime=1.14 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 18141 0 -1 1077944320 15072 13250 0 0 100 6 5 3 20 0 15 0 445869632 11084148736 20851 33554432000 4194304 4196468 140736173818608 140736173801152 139978989850359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
/proc/24939/statm: 2706091 20851 3513 1 0 2668173 0
[pid=24939/tid=24992] ppid=24936 vsize=10824364 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 18141 0 -1 4202560 10410 13250 0 0 54 4 5 3 20 0 15 0 445869641 11084148736 20851 33554432000 4194304 4196468 140736173818608 139978961674752 139978989872285 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24993] ppid=24936 vsize=10824364 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 18141 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 445869642 11084148736 20851 33554432000 4194304 4196468 140736173818608 139978994092816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24994] ppid=24936 vsize=10824364 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869642 11084148736 20851 33554432000 4194304 4196468 140736173818608 139978892983184 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24995] ppid=24936 vsize=10824364 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869642 11084148736 20851 33554432000 4194304 4196468 140736173818608 139978891930640 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24996] ppid=24936 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 18141 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 445869642 11084148736 20851 33554432000 4194304 4196468 140736173818608 139978890878096 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24997] ppid=24936 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 18141 0 -1 1077944384 6 13250 0 0 0 0 5 3 20 0 15 0 445869643 11084148736 20851 33554432000 4194304 4196468 140736173818608 139978449098736 139978989861506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24998] ppid=24936 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 18141 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 445869644 11084148736 20851 33554432000 4194304 4196468 140736173818608 139977950225312 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24999] ppid=24936 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869644 11084148736 20851 33554432000 4194304 4196468 140736173818608 139977748898800 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25000] ppid=24936 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11084148736 20851 33554432000 4194304 4196468 140736173818608 139977508608208 139978989868955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25001] ppid=24936 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 18141 0 -1 1077944384 955 13250 0 0 13 0 5 3 20 0 15 0 445869647 11084148736 20851 33554432000 4194304 4196468 140736173818608 139978448046576 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25002] ppid=24936 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 18141 0 -1 1077944384 615 13250 0 0 14 0 5 3 20 0 15 0 445869647 11084148736 20851 33554432000 4194304 4196468 140736173818608 139978446994032 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25003] ppid=24936 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 18141 0 -1 1077944384 854 13250 0 0 17 0 5 3 20 0 15 0 445869647 11084148736 20851 33554432000 4194304 4196468 140736173818608 139978445941488 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25004] ppid=24936 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11084148736 20851 33554432000 4194304 4196468 140736173818608 139977475050592 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25005] ppid=24936 vsize=10824364 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869647 11084148736 20851 33554432000 4194304 4196468 140736173818608 139978444888368 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83404 KiB

[startup+1.50684 s]
/proc/loadavg: 1.22 1.75 1.65 5/226 25005
/proc/meminfo: memFree=25915416/32770624 swapFree=66926636/67108860
[pid=24939] ppid=24936 vsize=10834680 memory=191640 CPUtime=2.81 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 18141 0 -1 1077944320 25073 13250 0 0 262 11 5 3 20 0 15 0 445869632 11094712320 47910 33554432000 4194304 4196468 140736173818608 140736173801152 139978989850359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
/proc/24939/statm: 2708670 47910 3576 1 0 2670733 0
[pid=24939/tid=24992] ppid=24936 vsize=10834680 memory=140009558512216 CPUtime=1.43 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 18141 0 -1 4202560 15735 13250 0 0 129 6 5 3 20 0 15 0 445869641 11094712320 47910 33554432000 4194304 4196468 140736173818608 139978961667792 139978973043079 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24993] ppid=24936 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 18141 0 -1 1077944384 48 13250 0 0 1 0 5 3 20 0 15 0 445869642 11094712320 47910 33554432000 4194304 4196468 140736173818608 139978994092816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24994] ppid=24936 vsize=10834680 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 18141 0 -1 1077944384 30 13250 0 0 1 0 5 3 20 0 15 0 445869642 11094712320 47910 33554432000 4194304 4196468 140736173818608 139978892983184 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24995] ppid=24936 vsize=10834680 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 18141 0 -1 1077944384 68 13250 0 0 1 0 5 3 20 0 15 0 445869642 11094712320 47910 33554432000 4194304 4196468 140736173818608 139978891930640 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24996] ppid=24936 vsize=10834680 memory=280019117431200 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 18141 0 -1 1077944384 294 13250 0 0 1 0 5 3 20 0 15 0 445869642 11094712320 47910 33554432000 4194304 4196468 140736173818608 139978890878096 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24997] ppid=24936 vsize=10834680 memory=247106648457996 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 18141 0 -1 1077944384 522 13250 0 0 1 0 5 3 20 0 15 0 445869643 11094712320 47910 33554432000 4194304 4196468 140736173818608 139978449098736 139978989861506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24998] ppid=24936 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 18141 0 -1 1077944384 14 13250 0 0 0 0 5 3 20 0 15 0 445869644 11094712320 47910 33554432000 4194304 4196468 140736173818608 139977950225376 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24999] ppid=24936 vsize=10834680 memory=6011695689232184112 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869644 11094712320 47910 33554432000 4194304 4196468 140736173818608 139977748898816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25000] ppid=24936 vsize=10834680 memory=-8412658770403813517 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11094712320 47910 33554432000 4194304 4196468 140736173818608 139977508608208 139978989868955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25001] ppid=24936 vsize=10834680 memory=-7668917182949848256 CPUtime=0.48 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 18141 0 -1 1077944384 2408 13250 0 0 40 0 5 3 20 0 15 0 445869647 11094712320 47910 33554432000 4194304 4196468 140736173818608 139978448046576 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25002] ppid=24936 vsize=10834680 memory=8514726395714956677 CPUtime=0.47 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 18141 0 -1 1077944384 1723 13250 0 0 39 0 5 3 20 0 15 0 445869647 11094712320 47910 33554432000 4194304 4196468 140736173818608 139978446994032 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25003] ppid=24936 vsize=10834680 memory=7100839887184299122 CPUtime=0.53 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 18141 0 -1 1077944384 2017 13250 0 0 44 1 5 3 20 0 15 0 445869647 11094712320 47910 33554432000 4194304 4196468 140736173818608 139978445941488 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25004] ppid=24936 vsize=10834680 memory=4628420171383865741 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11094712320 47910 33554432000 4194304 4196468 140736173818608 139977475050592 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25005] ppid=24936 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 18141 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 445869647 11094712320 47910 33554432000 4194304 4196468 140736173818608 139978444888368 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 10834680 KiB

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

/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 18141 0 -1 4202560 177744 13250 0 0 229485 65 5 3 20 0 15 0 445869641 11107328000 145654 33554432000 4194304 4196468 140736173818608 139978961685280 139978580090222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24993] ppid=24936 vsize=10847000 memory=594504 CPUtime=13.96 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 18141 0 -1 1077944384 26048 13250 0 0 1324 64 5 3 20 0 15 0 445869642 11107328000 145654 33554432000 4194304 4196468 140736173818608 139978994092816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24994] ppid=24936 vsize=10847000 memory=584676 CPUtime=13.98 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 18141 0 -1 1077944384 20572 13250 0 0 1325 65 5 3 20 0 15 0 445869642 11107328000 145654 33554432000 4194304 4196468 140736173818608 139978892983184 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24995] ppid=24936 vsize=10847000 memory=583136 CPUtime=13.99 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 18141 0 -1 1077944384 25939 13250 0 0 1330 61 5 3 20 0 15 0 445869642 11107328000 145654 33554432000 4194304 4196468 140736173818608 139978891930640 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24996] ppid=24936 vsize=10847000 memory=582616 CPUtime=14 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 18141 0 -1 1077944384 26899 13250 0 0 1328 64 5 3 20 0 15 0 445869642 11107328000 145654 33554432000 4194304 4196468 140736173818608 139978890878096 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24997] ppid=24936 vsize=10847000 memory=493 CPUtime=9.78 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 18141 0 -1 1077944384 15248 13250 0 0 893 77 5 3 20 0 15 0 445869643 11107328000 145654 33554432000 4194304 4196468 140736173818608 139978449098736 139978989861506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24998] ppid=24936 vsize=10847000 memory=586208 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 18141 0 -1 1077944384 17 13250 0 0 0 0 5 3 20 0 15 0 445869644 11107328000 145654 33554432000 4194304 4196468 140736173818608 139977950225440 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24999] ppid=24936 vsize=10847000 memory=586208 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 18141 0 -1 1077944384 7 13250 0 0 0 0 5 3 20 0 15 0 445869644 11107328000 145654 33554432000 4194304 4196468 140736173818608 139977748898816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25000] ppid=24936 vsize=10847000 memory=582628 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11107328000 145654 33554432000 4194304 4196468 140736173818608 139977508608208 139978989868955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25001] ppid=24936 vsize=10847000 memory=580356 CPUtime=5.19 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 18141 0 -1 1077944384 31912 13250 0 0 504 7 5 3 20 0 15 0 445869647 11107328000 145654 33554432000 4194304 4196468 140736173818608 139978448046576 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25002] ppid=24936 vsize=10847000 memory=585696 CPUtime=5.42 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 18141 0 -1 1077944384 34777 13250 0 0 529 5 5 3 20 0 15 0 445869647 11107328000 145654 33554432000 4194304 4196468 140736173818608 139978446994032 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25003] ppid=24936 vsize=10847000 memory=585696 CPUtime=5.01 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 18141 0 -1 1077944384 35751 13250 0 0 486 7 5 3 20 0 15 0 445869647 11107328000 145654 33554432000 4194304 4196468 140736173818608 139978445941488 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25004] ppid=24936 vsize=10847000 memory=583128 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11107328000 145654 33554432000 4194304 4196468 140736173818608 139977475050592 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25005] ppid=24936 vsize=10847000 memory=2016 CPUtime=1.58 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 18141 0 -1 1077944384 983 13250 0 0 74 76 5 3 20 0 15 0 445869647 11107328000 145654 33554432000 4194304 4196468 140736173818608 139978444888368 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
Current children cumulated CPU time: 2377.88 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 582616 KiB

[startup+2382.3 s]
/proc/loadavg: 0.83 0.84 1.13 2/205 25300
/proc/meminfo: memFree=30121392/32770624 swapFree=66926676/67108860
[pid=24939] ppid=24936 vsize=10847000 memory=597372 CPUtime=2439.1 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 18141 0 -1 1077944320 403961 13250 0 0 243463 439 5 3 20 0 15 0 445869632 11107328000 149343 33554432000 4194304 4196468 140736173818608 140736173801152 139978989850359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
/proc/24939/statm: 2711750 149343 3635 1 0 2673805 0
[pid=24939/tid=24992] ppid=24936 vsize=10847000 memory=597372 CPUtime=2354.86 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 18141 0 -1 4202560 180710 13250 0 0 235412 66 5 3 20 0 15 0 445869641 11107328000 149343 33554432000 4194304 4196468 140736173818608 139978961685472 139978972371896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24993] ppid=24936 vsize=10847000 memory=597372 CPUtime=14.38 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 18141 0 -1 1077944384 26688 13250 0 0 1365 65 5 3 20 0 15 0 445869642 11107328000 149343 33554432000 4194304 4196468 140736173818608 139978994092816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24994] ppid=24936 vsize=10847000 memory=597888 CPUtime=14.4 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 18141 0 -1 1077944384 21275 13250 0 0 1366 66 5 3 20 0 15 0 445869642 11107328000 149343 33554432000 4194304 4196468 140736173818608 139978892983184 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24995] ppid=24936 vsize=10847000 memory=111632 CPUtime=14.4 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 18141 0 -1 1077944384 26632 13250 0 0 1370 62 5 3 20 0 15 0 445869642 11107328000 149343 33554432000 4194304 4196468 140736173818608 139978891930640 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24996] ppid=24936 vsize=10847000 memory=598400 CPUtime=14.4 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 18141 0 -1 1077944384 27490 13250 0 0 1367 65 5 3 20 0 15 0 445869642 11107328000 149343 33554432000 4194304 4196468 140736173818608 139978890878096 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24997] ppid=24936 vsize=10847000 memory=598912 CPUtime=10.02 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 18141 0 -1 1077944384 15486 13250 0 0 916 78 5 3 20 0 15 0 445869643 11107328000 149343 33554432000 4194304 4196468 140736173818608 139978449098736 139978989861506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24998] ppid=24936 vsize=10847000 memory=580376 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 18141 0 -1 1077944384 17 13250 0 0 0 0 5 3 20 0 15 0 445869644 11107328000 149343 33554432000 4194304 4196468 140736173818608 139977950225440 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24999] ppid=24936 vsize=10847000 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 18141 0 -1 1077944384 7 13250 0 0 0 0 5 3 20 0 15 0 445869644 11107328000 149343 33554432000 4194304 4196468 140736173818608 139977748898816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25000] ppid=24936 vsize=10847000 memory=599424 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11107328000 149343 33554432000 4194304 4196468 140736173818608 139977508608208 139978989868955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25001] ppid=24936 vsize=10847000 memory=31356 CPUtime=5.19 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 18141 0 -1 1077944384 31914 13250 0 0 504 7 5 3 20 0 15 0 445869647 11107328000 149343 33554432000 4194304 4196468 140736173818608 139978448046576 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25002] ppid=24936 vsize=10847000 memory=164 CPUtime=5.42 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 18141 0 -1 1077944384 34779 13250 0 0 529 5 5 3 20 0 15 0 445869647 11107328000 149343 33554432000 4194304 4196468 140736173818608 139978446994032 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25003] ppid=24936 vsize=10847000 memory=4635728510911658544 CPUtime=5.01 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 18141 0 -1 1077944384 35753 13250 0 0 486 7 5 3 20 0 15 0 445869647 11107328000 149343 33554432000 4194304 4196468 140736173818608 139978445941488 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25004] ppid=24936 vsize=10847000 memory=1444 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11107328000 149343 33554432000 4194304 4196468 140736173818608 139977475050592 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25005] ppid=24936 vsize=10847000 memory=896 CPUtime=1.61 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 18141 0 -1 1077944384 998 13250 0 0 75 78 5 3 20 0 15 0 445869647 11107328000 149343 33554432000 4194304 4196468 140736173818608 139978444888368 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
Current children cumulated CPU time: 2439.1 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 597372 KiB

[startup+2442.3 s]
/proc/loadavg: 0.74 0.81 1.11 2/206 25305
/proc/meminfo: memFree=30122760/32770624 swapFree=66926676/67108860
[pid=24939] ppid=24936 vsize=10847000 memory=599108 CPUtime=2500.32 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 18141 0 -1 1077944320 410131 13250 0 0 249576 448 5 3 20 0 15 0 445869632 11107328000 149777 33554432000 4194304 4196468 140736173818608 140736173801152 139978989850359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
/proc/24939/statm: 2711750 149777 3635 1 0 2673805 0
[pid=24939/tid=24992] ppid=24936 vsize=10847000 memory=601840 CPUtime=2414.15 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 18141 0 -1 4202560 184247 13250 0 0 241339 68 5 3 20 0 15 0 445869641 11107328000 149777 33554432000 4194304 4196468 140736173818608 139978961685280 139978572669304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24993] ppid=24936 vsize=10847000 memory=591520 CPUtime=14.79 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 18141 0 -1 1077944384 27205 13250 0 0 1405 66 5 3 20 0 15 0 445869642 11107328000 149777 33554432000 4194304 4196468 140736173818608 139978994092816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24994] ppid=24936 vsize=10847000 memory=591192 CPUtime=14.82 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 18141 0 -1 1077944384 21916 13250 0 0 1407 67 5 3 20 0 15 0 445869642 11107328000 149777 33554432000 4194304 4196468 140736173818608 139978892983184 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24995] ppid=24936 vsize=10847000 memory=599108 CPUtime=14.82 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 18141 0 -1 1077944384 27190 13250 0 0 1411 63 5 3 20 0 15 0 445869642 11107328000 149777 33554432000 4194304 4196468 140736173818608 139978891930640 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24996] ppid=24936 vsize=10847000 memory=591780 CPUtime=14.82 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 18141 0 -1 1077944384 28140 13250 0 0 1407 67 5 3 20 0 15 0 445869642 11107328000 149777 33554432000 4194304 4196468 140736173818608 139978890878096 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24997] ppid=24936 vsize=10847000 memory=6791534058613427641 CPUtime=10.25 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 18141 0 -1 1077944384 15730 13250 0 0 937 80 5 3 20 0 15 0 445869643 11107328000 149777 33554432000 4194304 4196468 140736173818608 139978449098736 139978989861506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24998] ppid=24936 vsize=10847000 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 18141 0 -1 1077944384 17 13250 0 0 0 0 5 3 20 0 15 0 445869644 11107328000 149777 33554432000 4194304 4196468 140736173818608 139977950225440 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24999] ppid=24936 vsize=10847000 memory=2016 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 18141 0 -1 1077944384 7 13250 0 0 0 0 5 3 20 0 15 0 445869644 11107328000 149777 33554432000 4194304 4196468 140736173818608 139977748898816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25000] ppid=24936 vsize=10847000 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11107328000 149777 33554432000 4194304 4196468 140736173818608 139977508608208 139978989868955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25001] ppid=24936 vsize=10847000 memory=590748 CPUtime=5.19 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 18141 0 -1 1077944384 31916 13250 0 0 504 7 5 3 20 0 15 0 445869647 11107328000 149777 33554432000 4194304 4196468 140736173818608 139978448046576 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25002] ppid=24936 vsize=10847000 memory=3580 CPUtime=5.42 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 18141 0 -1 1077944384 34781 13250 0 0 529 5 5 3 20 0 15 0 445869647 11107328000 149777 33554432000 4194304 4196468 140736173818608 139978446994032 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25003] ppid=24936 vsize=10847000 memory=590984 CPUtime=5.01 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 18141 0 -1 1077944384 35755 13250 0 0 486 7 5 3 20 0 15 0 445869647 11107328000 149777 33554432000 4194304 4196468 140736173818608 139978445941488 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25004] ppid=24936 vsize=10847000 memory=595836 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11107328000 149777 33554432000 4194304 4196468 140736173818608 139977475050592 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25005] ppid=24936 vsize=10847000 memory=599108 CPUtime=1.65 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 18141 0 -1 1077944384 1015 13250 0 0 78 79 5 3 20 0 15 0 445869647 11107328000 149777 33554432000 4194304 4196468 140736173818608 139978444888368 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
Current children cumulated CPU time: 2500.32 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 599108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2461.6 s]
/proc/loadavg: 0.97 0.85 1.11 2/206 25307
/proc/meminfo: memFree=30122088/32770624 swapFree=66926676/67108860
[pid=24939] ppid=24936 vsize=10847000 memory=597348 CPUtime=2520.01 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 18141 0 -1 1077944320 413922 13250 0 0 251543 450 5 3 20 0 15 0 445869632 11107328000 149337 33554432000 4194304 4196468 140736173818608 140736173801152 139978989850359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
/proc/24939/statm: 2711750 149337 3635 1 0 2673805 0
[pid=24939/tid=24992] ppid=24936 vsize=10847000 memory=8317482817917895235 CPUtime=2433.22 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 18141 0 -1 4202560 186548 13250 0 0 243246 68 5 3 20 0 15 0 445869641 11107328000 149337 33554432000 4194304 4196468 140736173818608 139978961685696 139978972257487 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24993] ppid=24936 vsize=10847000 memory=6944656592387989600 CPUtime=14.93 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 18141 0 -1 1077944384 27477 13250 0 0 1418 67 5 3 20 0 15 0 445869642 11107328000 149337 33554432000 4194304 4196468 140736173818608 139978994092816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24994] ppid=24936 vsize=10847000 memory=3580 CPUtime=14.95 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 18141 0 -1 1077944384 22206 13250 0 0 1420 67 5 3 20 0 15 0 445869642 11107328000 149337 33554432000 4194304 4196468 140736173818608 139978892983184 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24995] ppid=24936 vsize=10847000 memory=31356 CPUtime=14.96 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 18141 0 -1 1077944384 27428 13250 0 0 1424 64 5 3 20 0 15 0 445869642 11107328000 149337 33554432000 4194304 4196468 140736173818608 139978891930640 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24996] ppid=24936 vsize=10847000 memory=988 CPUtime=14.96 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 18141 0 -1 1077944384 28613 13250 0 0 1420 68 5 3 20 0 15 0 445869642 11107328000 149337 33554432000 4194304 4196468 140736173818608 139978890878096 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24997] ppid=24936 vsize=10847000 memory=6791534058613427641 CPUtime=10.32 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 18141 0 -1 1077944384 15926 13250 0 0 944 80 5 3 20 0 15 0 445869643 11107328000 149337 33554432000 4194304 4196468 140736173818608 139978449098736 139978989861506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24998] ppid=24936 vsize=10847000 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 18141 0 -1 1077944384 17 13250 0 0 0 0 5 3 20 0 15 0 445869644 11107328000 149337 33554432000 4194304 4196468 140736173818608 139977950225440 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=24999] ppid=24936 vsize=10847000 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 18141 0 -1 1077944384 7 13250 0 0 0 0 5 3 20 0 15 0 445869644 11107328000 149337 33554432000 4194304 4196468 140736173818608 139977748898816 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25000] ppid=24936 vsize=10847000 memory=708 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11107328000 149337 33554432000 4194304 4196468 140736173818608 139977508608208 139978989868955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25001] ppid=24936 vsize=10847000 memory=1556 CPUtime=5.19 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 18141 0 -1 1077944384 31918 13250 0 0 504 7 5 3 20 0 15 0 445869647 11107328000 149337 33554432000 4194304 4196468 140736173818608 139978448046576 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25002] ppid=24936 vsize=10847000 memory=2832 CPUtime=5.42 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 18141 0 -1 1077944384 34783 13250 0 0 529 5 5 3 20 0 15 0 445869647 11107328000 149337 33554432000 4194304 4196468 140736173818608 139978446994032 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25003] ppid=24936 vsize=10847000 memory=984 CPUtime=5.01 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 18141 0 -1 1077944384 35757 13250 0 0 486 7 5 3 20 0 15 0 445869647 11107328000 149337 33554432000 4194304 4196468 140736173818608 139978445941488 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25004] ppid=24936 vsize=10847000 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 18141 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 445869647 11107328000 149337 33554432000 4194304 4196468 140736173818608 139977475050592 139978989860565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
[pid=24939/tid=25005] ppid=24936 vsize=10847000 memory=247106648458003 CPUtime=1.67 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 18141 0 -1 1077944384 1030 13250 0 0 79 80 5 3 20 0 15 0 445869647 11107328000 149337 33554432000 4194304 4196468 140736173818608 139978444888368 139978989861506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8138752 140736173824751 140736173827269 140736173827269 140736173830095 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 597348 KiB

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

[startup+2461.64 s]
# the end of solver process 24939 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.52 s, system=4.54988 s

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

Child status: 143
Real time (s): 2461.64
CPU time (s): 2520.07
CPU user time (s): 2515.52
CPU system time (s): 4.54988
CPU usage (%): 102.374
Max. virtual memory (cumulated for all children) (KiB): 10847000
Max. memory (cumulated for all children) (KiB): 989004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.52
system time used= 4.54988
maximum resident set size= 990544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 428017
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286324
involuntary context switches= 7732


# summary of solver processes directly reported to runsolver:
#   pid: 24939
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.52
#   total CPU system time (s): 4.54988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7345 second user time and 17.9207 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-17 05:53:39
IDJOB=4400874
IDBENCH=141701
IDSOLVER=2857
FILE ID=node107/4400874-1568696138
RUNJOBID= node107-1568669613-18172
PBS_JOBID= 21703793
Free space on /tmp= 58432 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/hcp/graph255.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400874-1568696138/watcher-4400874-1568696138 -o /tmp/evaluation-result-4400874-1568696138/solver-4400874-1568696138 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18172 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1778213593 HOME/instance-4400874-1568696138.xml

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

MD5SUM BENCH= 0532ed0e06c51195f7ed7ca4343984ea
RANDOM SEED=1778213593

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        26018520 kB
MemAvailable:   27752556 kB
Buffers:          222248 kB
Cached:          1786688 kB
SwapCached:        76388 kB
Active:          5336324 kB
Inactive:         805712 kB
Active(anon):    4066764 kB
Inactive(anon):   109016 kB
Active(file):    1269560 kB
Inactive(file):   696696 kB
Unevictable:      111204 kB
Mlocked:          111204 kB
SwapTotal:      67108860 kB
SwapFree:       66926636 kB
Dirty:             35608 kB
Writeback:             0 kB
AnonPages:       4158704 kB
Mapped:            56216 kB
Shmem:             34252 kB
Slab:             196568 kB
SReclaimable:     167232 kB
SUnreclaim:        29336 kB
KernelStack:        3968 kB
PageTables:        13596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5720052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3923968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 59004 MiB
End job on node107 at 2019-09-17 06:34:41