Trace number 4396188

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.07 2474.63

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark9.62179
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.78/0.56	c Concrete v3.12.2.1568380929293 running
2520.03/2474.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2474.61		at concrete.MAC.mac(MAC.scala:192)
2520.03/2474.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.03/2474.61		at scala.util.Try$.apply(Try.scala:212)
2520.03/2474.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2474.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2474.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2474.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.03/2474.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.03/2474.61		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.03/2474.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.03/2474.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.03/2474.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.03/2474.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2474.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2474.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2474.61		at concrete.Solver.foreach(Solver.scala:67)
2520.03/2474.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.03/2474.61		at scala.util.Success.map(Try.scala:264)
2520.03/2474.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2474.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2474.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2474.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2474.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2474.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2474.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2474.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2474.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2474.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2474.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2474.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2474.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2474.61		at scala.App.main(App.scala:75)
2520.03/2474.61		at scala.App.main$(App.scala:73)
2520.03/2474.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2474.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2474.61	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 (13733 MiB free)
  memory of node 1: 16384 MiB (15650 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396188-1568413303/watcher-4396188-1568413303 -o /tmp/evaluation-result-4396188-1568413303/solver-4396188-1568413303 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568402531-32745 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1328977522 HOME/instance-4396188-1568413303.xml 

running on 4 cores: 1,3,5,7

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=3881, runsolver pid=3878


[startup+0.100107 s]*
/proc/loadavg: 0.98 1.20 1.32 3/217 3938
/proc/meminfo: memFree=30083628/32770624 swapFree=66932100/67108860
[pid=3881] ppid=3878 vsize=9972712 memory=15180 CPUtime=0.09 cores=1,3,5,7
/proc/3881/stat : 3881 (java) S 3878 3881 32713 0 -1 1077944320 4545 13011 0 0 1 0 5 3 20 0 6 0 417598190 10212057088 3795 33554432000 4194304 4196468 140735960918528 140735960901072 140033650962167 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
/proc/3881/statm: 2493178 3795 1935 1 0 2481616 0
[pid=3881/tid=3934] ppid=3878 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/3881/task/3934/stat : 3934 (java) R 3878 3881 32713 0 -1 4202560 2388 13011 0 0 1 0 5 3 20 0 6 0 417598199 10212057088 3861 33554432000 4194304 4196468 140735960918528 140033622798928 140033644059003 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3935] ppid=3878 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3935/stat : 3935 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 6 0 417598199 10212057088 3861 33554432000 4194304 4196468 140735960918528 140033655204880 140033650972373 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3936] ppid=3878 vsize=9972712 memory=139634341324416 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3936/stat : 3936 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 6 0 417598199 10212057088 3861 33554432000 4194304 4196468 140735960918528 140033584962704 140033650972373 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3937] ppid=3878 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3937/stat : 3937 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 6 0 417598199 10212057088 3861 33554432000 4194304 4196468 140735960918528 140033223224080 140033650972373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3938] ppid=3878 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3938/stat : 3938 (java) S 3878 3881 32713 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 6 0 417598199 10212057088 3861 33554432000 4194304 4196468 140735960918528 140033222171536 140033650972373 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.21028 s]*
/proc/loadavg: 0.98 1.20 1.32 3/226 3947
/proc/meminfo: memFree=30067156/32770624 swapFree=66932100/67108860
[pid=3881] ppid=3878 vsize=10819664 memory=35436 CPUtime=0.26 cores=1,3,5,7
/proc/3881/stat : 3881 (java) S 3878 3881 32713 0 -1 1077944320 7240 13011 0 0 17 1 5 3 20 0 15 0 417598190 11079335936 8859 33554432000 4194304 4196468 140735960918528 140735960901072 140033650962167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
/proc/3881/statm: 2704916 8859 3166 1 0 2667149 0
[pid=3881/tid=3934] ppid=3878 vsize=10819664 memory=-8171376296011865461 CPUtime=0.19 cores=1,3,5,7
/proc/3881/task/3934/stat : 3934 (java) R 3878 3881 32713 0 -1 4202560 3642 13011 0 0 11 0 5 3 20 0 15 0 417598199 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033622793408 140033635042654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3935] ppid=3878 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3935/stat : 3935 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598199 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033655204880 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3936] ppid=3878 vsize=10819664 memory=139634341324416 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3936/stat : 3936 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598199 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033584962704 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3937] ppid=3878 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3937/stat : 3937 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598199 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033223224080 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3938] ppid=3878 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3938/stat : 3938 (java) S 3878 3881 32713 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 417598199 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033222171536 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3939] ppid=3878 vsize=10819664 memory=139634341324416 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3939/stat : 3939 (java) S 3878 3881 32713 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 417598201 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033109502192 140033650973314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3940] ppid=3878 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3940/stat : 3940 (java) S 3878 3881 32713 0 -1 1077944384 33 13011 0 0 0 0 5 3 20 0 15 0 417598201 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033108448416 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3941] ppid=3878 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3941/stat : 3941 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598202 11079335936 8859 33554432000 4194304 4196468 140735960918528 140032509731568 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3942] ppid=3878 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3942/stat : 3942 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11079335936 8859 33554432000 4194304 4196468 140735960918528 140032202332112 140033650980763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3943] ppid=3878 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3881/task/3943/stat : 3943 (java) S 3878 3881 32713 0 -1 1077944384 483 13011 0 0 1 0 5 3 20 0 15 0 417598204 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033074891504 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3944] ppid=3878 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3944/stat : 3944 (java) S 3878 3881 32713 0 -1 1077944384 181 13011 0 0 0 0 5 3 20 0 15 0 417598204 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033073838960 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3945] ppid=3878 vsize=10819664 memory=139634341324416 CPUtime=0.11 cores=1,3,5,7
/proc/3881/task/3945/stat : 3945 (java) R 3878 3881 32713 0 -1 4202560 684 13011 0 0 3 0 5 3 20 0 15 0 417598204 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033072785904 140033643199294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3946] ppid=3878 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3946/stat : 3946 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11079335936 8859 33554432000 4194304 4196468 140735960918528 140032168774496 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3947] ppid=3878 vsize=10819664 memory=139634341324416 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3947/stat : 3947 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598205 11079335936 8859 33554432000 4194304 4196468 140735960918528 140033071733296 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 35436 KiB

[startup+0.310408 s]*
/proc/loadavg: 0.98 1.20 1.32 3/226 3947
/proc/meminfo: memFree=30054060/32770624 swapFree=66932100/67108860
[pid=3881] ppid=3878 vsize=10820148 memory=46820 CPUtime=0.41 cores=1,3,5,7
/proc/3881/stat : 3881 (java) S 3878 3881 32713 0 -1 1077944320 10981 13011 0 0 30 3 5 3 20 0 15 0 417598190 11079831552 11705 33554432000 4194304 4196468 140735960918528 140735960901072 140033650962167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
/proc/3881/statm: 2705037 11705 3323 1 0 2667149 0
[pid=3881/tid=3934] ppid=3878 vsize=10820148 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/3881/task/3934/stat : 3934 (java) R 3878 3881 32713 0 -1 4202560 7316 13011 0 0 19 2 5 3 20 0 15 0 417598199 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033622762080 140033637207013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3935] ppid=3878 vsize=10820148 memory=-2843876196666164382 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3935/stat : 3935 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598199 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033655204880 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3936] ppid=3878 vsize=10820148 memory=-8412656567334364540 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3936/stat : 3936 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598199 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033584962704 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3937] ppid=3878 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3937/stat : 3937 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598199 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033223224080 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3938] ppid=3878 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3938/stat : 3938 (java) S 3878 3881 32713 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 417598199 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033222171536 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3939] ppid=3878 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3939/stat : 3939 (java) S 3878 3881 32713 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 417598201 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033109502192 140033650973314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3940] ppid=3878 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3940/stat : 3940 (java) S 3878 3881 32713 0 -1 1077944384 33 13011 0 0 0 0 5 3 20 0 15 0 417598201 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033108448416 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3941] ppid=3878 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3941/stat : 3941 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598202 11079831552 11705 33554432000 4194304 4196468 140735960918528 140032509731568 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3942] ppid=3878 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3942/stat : 3942 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11079831552 11705 33554432000 4194304 4196468 140735960918528 140032202332112 140033650980763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3943] ppid=3878 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/3881/task/3943/stat : 3943 (java) S 3878 3881 32713 0 -1 1077944384 488 13011 0 0 2 0 5 3 20 0 15 0 417598204 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033074891504 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3944] ppid=3878 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/3881/task/3944/stat : 3944 (java) S 3878 3881 32713 0 -1 1077944384 201 13011 0 0 2 0 5 3 20 0 15 0 417598204 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033073838960 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3945] ppid=3878 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/3881/task/3945/stat : 3945 (java) S 3878 3881 32713 0 -1 1077944384 720 13011 0 0 5 0 5 3 20 0 15 0 417598204 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033072785904 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3946] ppid=3878 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3946/stat : 3946 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11079831552 11705 33554432000 4194304 4196468 140735960918528 140032168774496 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3947] ppid=3878 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3947/stat : 3947 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598205 11079831552 11705 33554432000 4194304 4196468 140735960918528 140033071733296 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 46820 KiB

[startup+0.700723 s]
/proc/loadavg: 0.98 1.20 1.32 3/226 3947
/proc/meminfo: memFree=30039424/32770624 swapFree=66932100/67108860
[pid=3881] ppid=3878 vsize=10824360 memory=80544 CPUtime=1.14 cores=1,3,5,7
/proc/3881/stat : 3881 (java) S 3878 3881 32713 0 -1 1077944320 15425 13011 0 0 101 5 5 3 20 0 15 0 417598190 11084144640 20136 33554432000 4194304 4196468 140735960918528 140735960901072 140033650962167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
/proc/3881/statm: 2706090 20136 3502 1 0 2668173 0
[pid=3881/tid=3934] ppid=3878 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/3881/task/3934/stat : 3934 (java) R 3878 3881 32713 0 -1 4202560 10507 13011 0 0 55 4 5 3 20 0 15 0 417598199 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033622791712 140033635042654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3935] ppid=3878 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3935/stat : 3935 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598199 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033655204880 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3936] ppid=3878 vsize=10824360 memory=8242257093008504629 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3936/stat : 3936 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598199 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033584962704 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3937] ppid=3878 vsize=10824360 memory=7661556818084520512 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3937/stat : 3937 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598199 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033223224080 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3938] ppid=3878 vsize=10824360 memory=7302700429432607590 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3938/stat : 3938 (java) S 3878 3881 32713 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 417598199 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033222171536 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3939] ppid=3878 vsize=10824360 memory=4638778398332698724 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3939/stat : 3939 (java) S 3878 3881 32713 0 -1 1077944384 5 13011 0 0 0 0 5 3 20 0 15 0 417598201 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033109502192 140033650973314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3940] ppid=3878 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3940/stat : 3940 (java) S 3878 3881 32713 0 -1 1077944384 33 13011 0 0 0 0 5 3 20 0 15 0 417598201 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033108448416 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3941] ppid=3878 vsize=10824360 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3941/stat : 3941 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598202 11084144640 20136 33554432000 4194304 4196468 140735960918528 140032509731568 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3942] ppid=3878 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3942/stat : 3942 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11084144640 20136 33554432000 4194304 4196468 140735960918528 140032202332112 140033650980763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3943] ppid=3878 vsize=10824360 memory=2244 CPUtime=0.21 cores=1,3,5,7
/proc/3881/task/3943/stat : 3943 (java) S 3878 3881 32713 0 -1 1077944384 974 13011 0 0 13 0 5 3 20 0 15 0 417598204 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033074891504 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3944] ppid=3878 vsize=10824360 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/3881/task/3944/stat : 3944 (java) S 3878 3881 32713 0 -1 1077944384 631 13011 0 0 14 0 5 3 20 0 15 0 417598204 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033073838960 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3945] ppid=3878 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/3881/task/3945/stat : 3945 (java) S 3878 3881 32713 0 -1 1077944384 1054 13011 0 0 17 0 5 3 20 0 15 0 417598204 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033072785904 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3946] ppid=3878 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3946/stat : 3946 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11084144640 20136 33554432000 4194304 4196468 140735960918528 140032168774496 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3947] ppid=3878 vsize=10824360 memory=19265 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3947/stat : 3947 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598205 11084144640 20136 33554432000 4194304 4196468 140735960918528 140033071733296 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 80544 KiB

[startup+1.50586 s]
/proc/loadavg: 0.98 1.20 1.32 3/226 3947
/proc/meminfo: memFree=30001240/32770624 swapFree=66932100/67108860
[pid=3881] ppid=3878 vsize=10834676 memory=170252 CPUtime=2.51 cores=1,3,5,7
/proc/3881/stat : 3881 (java) S 3878 3881 32713 0 -1 1077944320 21989 13011 0 0 233 10 5 3 20 0 15 0 417598190 11094708224 42563 33554432000 4194304 4196468 140735960918528 140735960901072 140033650962167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
/proc/3881/statm: 2708669 42563 3587 1 0 2670733 0
[pid=3881/tid=3934] ppid=3878 vsize=10834676 memory=3620 CPUtime=1.44 cores=1,3,5,7
/proc/3881/task/3934/stat : 3934 (java) R 3878 3881 32713 0 -1 4202560 15390 13011 0 0 130 6 5 3 20 0 15 0 417598199 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033622787376 140033635042654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3935] ppid=3878 vsize=10834676 memory=100 CPUtime=0.09 cores=1,3,5,7
/proc/3881/task/3935/stat : 3935 (java) S 3878 3881 32713 0 -1 1077944384 34 13011 0 0 1 0 5 3 20 0 15 0 417598199 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033655204880 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3936] ppid=3878 vsize=10834676 memory=288230596050944315 CPUtime=0.09 cores=1,3,5,7
/proc/3881/task/3936/stat : 3936 (java) S 3878 3881 32713 0 -1 1077944384 67 13011 0 0 1 0 5 3 20 0 15 0 417598199 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033584962704 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3937] ppid=3878 vsize=10834676 memory=157 CPUtime=0.09 cores=1,3,5,7
/proc/3881/task/3937/stat : 3937 (java) S 3878 3881 32713 0 -1 1077944384 54 13011 0 0 1 0 5 3 20 0 15 0 417598199 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033223224080 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3938] ppid=3878 vsize=10834676 memory=80 CPUtime=0.09 cores=1,3,5,7
/proc/3881/task/3938/stat : 3938 (java) S 3878 3881 32713 0 -1 1077944384 316 13011 0 0 1 0 5 3 20 0 15 0 417598199 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033222171536 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3939] ppid=3878 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3881/task/3939/stat : 3939 (java) S 3878 3881 32713 0 -1 1077944384 115 13011 0 0 1 0 5 3 20 0 15 0 417598201 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033109502192 140033650973314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3940] ppid=3878 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3940/stat : 3940 (java) S 3878 3881 32713 0 -1 1077944384 33 13011 0 0 0 0 5 3 20 0 15 0 417598201 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033108448416 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3941] ppid=3878 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3941/stat : 3941 (java) S 3878 3881 32713 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 417598202 11094708224 42563 33554432000 4194304 4196468 140735960918528 140032509731568 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3942] ppid=3878 vsize=10834676 memory=139634218646577 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3942/stat : 3942 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11094708224 42563 33554432000 4194304 4196468 140735960918528 140032202332112 140033650980763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3943] ppid=3878 vsize=10834676 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/3881/task/3943/stat : 3943 (java) S 3878 3881 32713 0 -1 1077944384 1089 13011 0 0 25 0 5 3 20 0 15 0 417598204 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033074891504 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3944] ppid=3878 vsize=10834676 memory=7445382940954026594 CPUtime=0.36 cores=1,3,5,7
/proc/3881/task/3944/stat : 3944 (java) S 3878 3881 32713 0 -1 1077944384 777 13011 0 0 28 0 5 3 20 0 15 0 417598204 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033073838960 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3945] ppid=3878 vsize=10834676 memory=-2245088631185882904 CPUtime=0.49 cores=1,3,5,7
/proc/3881/task/3945/stat : 3945 (java) S 3878 3881 32713 0 -1 1077944384 1894 13011 0 0 41 0 5 3 20 0 15 0 417598204 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033072785904 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3946] ppid=3878 vsize=10834676 memory=8594180457495307418 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3946/stat : 3946 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11094708224 42563 33554432000 4194304 4196468 140735960918528 140032168774496 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3947] ppid=3878 vsize=10834676 memory=-1807685287717842718 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3947/stat : 3947 (java) S 3878 3881 32713 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 417598205 11094708224 42563 33554432000 4194304 4196468 140735960918528 140033071733296 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834676 KiB

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

/proc/3881/task/3934/stat : 3934 (java) R 3878 3881 32713 0 -1 4202560 68017 13011 0 0 229658 52 5 3 20 0 15 0 417598199 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033622797584 140033271038756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3935] ppid=3878 vsize=10846984 memory=928160 CPUtime=11.45 cores=1,3,5,7
/proc/3881/task/3935/stat : 3935 (java) S 3878 3881 32713 0 -1 1077944384 17966 13011 0 0 1079 58 5 3 20 0 15 0 417598199 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033655204880 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3936] ppid=3878 vsize=10846984 memory=928124 CPUtime=11.46 cores=1,3,5,7
/proc/3881/task/3936/stat : 3936 (java) S 3878 3881 32713 0 -1 1077944384 12645 13011 0 0 1080 58 5 3 20 0 15 0 417598199 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033584962704 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3937] ppid=3878 vsize=10846984 memory=928160 CPUtime=11.49 cores=1,3,5,7
/proc/3881/task/3937/stat : 3937 (java) S 3878 3881 32713 0 -1 1077944384 11155 13011 0 0 1079 62 5 3 20 0 15 0 417598199 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033223224080 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3938] ppid=3878 vsize=10846984 memory=0 CPUtime=11.5 cores=1,3,5,7
/proc/3881/task/3938/stat : 3938 (java) S 3878 3881 32713 0 -1 1077944384 9409 13011 0 0 1089 53 5 3 20 0 15 0 417598199 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033222171536 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3939] ppid=3878 vsize=10846984 memory=928160 CPUtime=11 cores=1,3,5,7
/proc/3881/task/3939/stat : 3939 (java) S 3878 3881 32713 0 -1 1077944384 17014 13011 0 0 1035 57 5 3 20 0 15 0 417598201 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033109502192 140033650973314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3940] ppid=3878 vsize=10846984 memory=928160 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3940/stat : 3940 (java) S 3878 3881 32713 0 -1 1077944384 45 13011 0 0 0 0 5 3 20 0 15 0 417598201 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033108448480 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3941] ppid=3878 vsize=10846984 memory=928160 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3941/stat : 3941 (java) S 3878 3881 32713 0 -1 1077944384 11 13011 0 0 0 0 5 3 20 0 15 0 417598202 11107311616 232047 33554432000 4194304 4196468 140735960918528 140032509731584 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3942] ppid=3878 vsize=10846984 memory=928188 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3942/stat : 3942 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11107311616 232047 33554432000 4194304 4196468 140735960918528 140032202332112 140033650980763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3943] ppid=3878 vsize=10846984 memory=928160 CPUtime=4.18 cores=1,3,5,7
/proc/3881/task/3943/stat : 3943 (java) S 3878 3881 32713 0 -1 1077944384 28324 13011 0 0 408 2 5 3 20 0 15 0 417598204 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033074891504 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3944] ppid=3878 vsize=10846984 memory=6003387794572600680 CPUtime=3.92 cores=1,3,5,7
/proc/3881/task/3944/stat : 3944 (java) S 3878 3881 32713 0 -1 1077944384 25945 13011 0 0 380 4 5 3 20 0 15 0 417598204 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033073838960 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3945] ppid=3878 vsize=10846984 memory=928160 CPUtime=2.24 cores=1,3,5,7
/proc/3881/task/3945/stat : 3945 (java) S 3878 3881 32713 0 -1 1077944384 31519 13011 0 0 212 4 5 3 20 0 15 0 417598204 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033072785904 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3946] ppid=3878 vsize=10846984 memory=39740 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3946/stat : 3946 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11107311616 232047 33554432000 4194304 4196468 140735960918528 140032168774496 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3947] ppid=3878 vsize=10846984 memory=928188 CPUtime=1.59 cores=1,3,5,7
/proc/3881/task/3947/stat : 3947 (java) S 3878 3881 32713 0 -1 1077944384 1161 13011 0 0 69 82 5 3 20 0 15 0 417598205 11107311616 232047 33554432000 4194304 4196468 140735960918528 140033071733296 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
Current children cumulated CPU time: 2365.39 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 928188 KiB

[startup+2382.3 s]
/proc/loadavg: 0.69 0.64 0.77 2/206 4243
/proc/meminfo: memFree=29690736/32770624 swapFree=66932100/67108860
[pid=3881] ppid=3878 vsize=10846984 memory=928240 CPUtime=2426.29 cores=1,3,5,7
/proc/3881/stat : 3881 (java) S 3878 3881 32713 0 -1 1077944320 226782 13011 0 0 242250 371 5 3 20 0 15 0 417598190 11107311616 232060 33554432000 4194304 4196468 140735960918528 140735960901072 140033650962167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
/proc/3881/statm: 2711746 232060 3628 1 0 2673805 0
[pid=3881/tid=3934] ppid=3878 vsize=10846984 memory=928200 CPUtime=2356.51 cores=1,3,5,7
/proc/3881/task/3934/stat : 3934 (java) R 3878 3881 32713 0 -1 4202560 68724 13011 0 0 235590 53 5 3 20 0 15 0 417598199 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033622797728 140033261197908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3935] ppid=3878 vsize=10846984 memory=928200 CPUtime=11.76 cores=1,3,5,7
/proc/3881/task/3935/stat : 3935 (java) S 3878 3881 32713 0 -1 1077944384 17984 13011 0 0 1108 60 5 3 20 0 15 0 417598199 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033655204880 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3936] ppid=3878 vsize=10846984 memory=928240 CPUtime=11.76 cores=1,3,5,7
/proc/3881/task/3936/stat : 3936 (java) S 3878 3881 32713 0 -1 1077944384 12817 13011 0 0 1108 60 5 3 20 0 15 0 417598199 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033584962704 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3937] ppid=3878 vsize=10846984 memory=3620 CPUtime=11.79 cores=1,3,5,7
/proc/3881/task/3937/stat : 3937 (java) S 3878 3881 32713 0 -1 1077944384 11325 13011 0 0 1108 63 5 3 20 0 15 0 417598199 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033223224080 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3938] ppid=3878 vsize=10846984 memory=39740 CPUtime=11.81 cores=1,3,5,7
/proc/3881/task/3938/stat : 3938 (java) S 3878 3881 32713 0 -1 1077944384 9469 13011 0 0 1119 54 5 3 20 0 15 0 417598199 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033222171536 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3939] ppid=3878 vsize=10846984 memory=11916 CPUtime=11.29 cores=1,3,5,7
/proc/3881/task/3939/stat : 3939 (java) S 3878 3881 32713 0 -1 1077944384 17227 13011 0 0 1063 58 5 3 20 0 15 0 417598201 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033109502192 140033650973314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3940] ppid=3878 vsize=10846984 memory=928200 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3940/stat : 3940 (java) S 3878 3881 32713 0 -1 1077944384 45 13011 0 0 0 0 5 3 20 0 15 0 417598201 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033108448480 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3941] ppid=3878 vsize=10846984 memory=928200 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3941/stat : 3941 (java) S 3878 3881 32713 0 -1 1077944384 11 13011 0 0 0 0 5 3 20 0 15 0 417598202 11107311616 232060 33554432000 4194304 4196468 140735960918528 140032509731584 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3942] ppid=3878 vsize=10846984 memory=928200 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3942/stat : 3942 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11107311616 232060 33554432000 4194304 4196468 140735960918528 140032202332112 140033650980763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3943] ppid=3878 vsize=10846984 memory=301741373374332954 CPUtime=4.18 cores=1,3,5,7
/proc/3881/task/3943/stat : 3943 (java) S 3878 3881 32713 0 -1 1077944384 28326 13011 0 0 408 2 5 3 20 0 15 0 417598204 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033074891504 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3944] ppid=3878 vsize=10846984 memory=288230596050944315 CPUtime=3.92 cores=1,3,5,7
/proc/3881/task/3944/stat : 3944 (java) S 3878 3881 32713 0 -1 1077944384 25947 13011 0 0 380 4 5 3 20 0 15 0 417598204 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033073838960 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3945] ppid=3878 vsize=10846984 memory=928200 CPUtime=2.24 cores=1,3,5,7
/proc/3881/task/3945/stat : 3945 (java) S 3878 3881 32713 0 -1 1077944384 31521 13011 0 0 212 4 5 3 20 0 15 0 417598204 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033072785904 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3946] ppid=3878 vsize=10846984 memory=928200 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3946/stat : 3946 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11107311616 232060 33554432000 4194304 4196468 140735960918528 140032168774496 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3947] ppid=3878 vsize=10846984 memory=3620 CPUtime=1.63 cores=1,3,5,7
/proc/3881/task/3947/stat : 3947 (java) S 3878 3881 32713 0 -1 1077944384 1169 13011 0 0 71 84 5 3 20 0 15 0 417598205 11107311616 232060 33554432000 4194304 4196468 140735960918528 140033071733296 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
Current children cumulated CPU time: 2426.29 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 928240 KiB

[startup+2442.3 s]
/proc/loadavg: 0.60 0.63 0.76 2/207 4249
/proc/meminfo: memFree=29689912/32770624 swapFree=66932100/67108860
[pid=3881] ppid=3878 vsize=10846984 memory=928248 CPUtime=2487.23 cores=1,3,5,7
/proc/3881/stat : 3881 (java) S 3878 3881 32713 0 -1 1077944320 229095 13011 0 0 248337 378 5 3 20 0 15 0 417598190 11107311616 232062 33554432000 4194304 4196468 140735960918528 140735960901072 140033650962167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
/proc/3881/statm: 2711746 232062 3628 1 0 2673805 0
[pid=3881/tid=3934] ppid=3878 vsize=10846984 memory=928248 CPUtime=2415.83 cores=1,3,5,7
/proc/3881/task/3934/stat : 3934 (java) R 3878 3881 32713 0 -1 4202560 69676 13011 0 0 241522 53 5 3 20 0 15 0 417598199 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033622797920 140033635277404 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3935] ppid=3878 vsize=10846984 memory=928248 CPUtime=12.06 cores=1,3,5,7
/proc/3881/task/3935/stat : 3935 (java) S 3878 3881 32713 0 -1 1077944384 18001 13011 0 0 1137 61 5 3 20 0 15 0 417598199 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033655204880 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3936] ppid=3878 vsize=10846984 memory=928248 CPUtime=12.08 cores=1,3,5,7
/proc/3881/task/3936/stat : 3936 (java) S 3878 3881 32713 0 -1 1077944384 12858 13011 0 0 1138 62 5 3 20 0 15 0 417598199 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033584962704 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3937] ppid=3878 vsize=10846984 memory=928248 CPUtime=12.1 cores=1,3,5,7
/proc/3881/task/3937/stat : 3937 (java) S 3878 3881 32713 0 -1 1077944384 11349 13011 0 0 1138 64 5 3 20 0 15 0 417598199 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033223224080 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3938] ppid=3878 vsize=10846984 memory=928248 CPUtime=12.12 cores=1,3,5,7
/proc/3881/task/3938/stat : 3938 (java) S 3878 3881 32713 0 -1 1077944384 9596 13011 0 0 1149 55 5 3 20 0 15 0 417598199 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033222171536 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3939] ppid=3878 vsize=10846984 memory=928248 CPUtime=11.6 cores=1,3,5,7
/proc/3881/task/3939/stat : 3939 (java) S 3878 3881 32713 0 -1 1077944384 17426 13011 0 0 1092 60 5 3 20 0 15 0 417598201 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033109502192 140033650973314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3940] ppid=3878 vsize=10846984 memory=928248 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3940/stat : 3940 (java) S 3878 3881 32713 0 -1 1077944384 45 13011 0 0 0 0 5 3 20 0 15 0 417598201 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033108448480 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3941] ppid=3878 vsize=10846984 memory=928248 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3941/stat : 3941 (java) S 3878 3881 32713 0 -1 1077944384 11 13011 0 0 0 0 5 3 20 0 15 0 417598202 11107311616 232062 33554432000 4194304 4196468 140735960918528 140032509731584 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3942] ppid=3878 vsize=10846984 memory=928248 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3942/stat : 3942 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11107311616 232062 33554432000 4194304 4196468 140735960918528 140032202332112 140033650980763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3943] ppid=3878 vsize=10846984 memory=928248 CPUtime=4.2 cores=1,3,5,7
/proc/3881/task/3943/stat : 3943 (java) S 3878 3881 32713 0 -1 1077944384 28822 13011 0 0 410 2 5 3 20 0 15 0 417598204 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033074891504 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3944] ppid=3878 vsize=10846984 memory=928248 CPUtime=3.92 cores=1,3,5,7
/proc/3881/task/3944/stat : 3944 (java) S 3878 3881 32713 0 -1 1077944384 26052 13011 0 0 380 4 5 3 20 0 15 0 417598204 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033073838960 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3945] ppid=3878 vsize=10846984 memory=928248 CPUtime=2.24 cores=1,3,5,7
/proc/3881/task/3945/stat : 3945 (java) S 3878 3881 32713 0 -1 1077944384 31855 13011 0 0 212 4 5 3 20 0 15 0 417598204 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033072785904 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3946] ppid=3878 vsize=10846984 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3946/stat : 3946 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11107311616 232062 33554432000 4194304 4196468 140735960918528 140032168774496 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3947] ppid=3878 vsize=10846984 memory=288230574492221466 CPUtime=1.67 cores=1,3,5,7
/proc/3881/task/3947/stat : 3947 (java) S 3878 3881 32713 0 -1 1077944384 1187 13011 0 0 73 86 5 3 20 0 15 0 417598205 11107311616 232062 33554432000 4194304 4196468 140735960918528 140033071733296 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
Current children cumulated CPU time: 2487.23 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 928248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.6 s]
/proc/loadavg: 0.64 0.64 0.76 2/206 4250
/proc/meminfo: memFree=29690052/32770624 swapFree=66932100/67108860
[pid=3881] ppid=3878 vsize=10846984 memory=928368 CPUtime=2520.03 cores=1,3,5,7
/proc/3881/stat : 3881 (java) S 3878 3881 32713 0 -1 1077944320 230245 13011 0 0 251614 381 5 3 20 0 15 0 417598190 11107311616 232092 33554432000 4194304 4196468 140735960918528 140735960901072 140033650962167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
/proc/3881/statm: 2711746 232092 3628 1 0 2673805 0
[pid=3881/tid=3934] ppid=3878 vsize=10846984 memory=14008 CPUtime=2447.77 cores=1,3,5,7
/proc/3881/task/3934/stat : 3934 (java) R 3878 3881 32713 0 -1 4202560 70192 13011 0 0 244715 54 5 3 20 0 15 0 417598199 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033622797328 140033273291045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3935] ppid=3878 vsize=10846984 memory=20764 CPUtime=12.25 cores=1,3,5,7
/proc/3881/task/3935/stat : 3935 (java) S 3878 3881 32713 0 -1 1077944384 18064 13011 0 0 1155 62 5 3 20 0 15 0 417598199 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033655204880 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3936] ppid=3878 vsize=10846984 memory=2116 CPUtime=12.26 cores=1,3,5,7
/proc/3881/task/3936/stat : 3936 (java) S 3878 3881 32713 0 -1 1077944384 13157 13011 0 0 1156 62 5 3 20 0 15 0 417598199 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033584962704 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3937] ppid=3878 vsize=10846984 memory=11916 CPUtime=12.28 cores=1,3,5,7
/proc/3881/task/3937/stat : 3937 (java) S 3878 3881 32713 0 -1 1077944384 11358 13011 0 0 1155 65 5 3 20 0 15 0 417598199 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033223224080 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3938] ppid=3878 vsize=10846984 memory=928368 CPUtime=12.29 cores=1,3,5,7
/proc/3881/task/3938/stat : 3938 (java) S 3878 3881 32713 0 -1 1077944384 9634 13011 0 0 1165 56 5 3 20 0 15 0 417598199 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033222171536 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3939] ppid=3878 vsize=10846984 memory=928368 CPUtime=11.74 cores=1,3,5,7
/proc/3881/task/3939/stat : 3939 (java) S 3878 3881 32713 0 -1 1077944384 17630 13011 0 0 1106 60 5 3 20 0 15 0 417598201 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033109502192 140033650973314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3940] ppid=3878 vsize=10846984 memory=808 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3940/stat : 3940 (java) S 3878 3881 32713 0 -1 1077944384 45 13011 0 0 0 0 5 3 20 0 15 0 417598201 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033108448480 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3941] ppid=3878 vsize=10846984 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3941/stat : 3941 (java) S 3878 3881 32713 0 -1 1077944384 11 13011 0 0 0 0 5 3 20 0 15 0 417598202 11107311616 232092 33554432000 4194304 4196468 140735960918528 140032509731584 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3942] ppid=3878 vsize=10846984 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3942/stat : 3942 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11107311616 232092 33554432000 4194304 4196468 140735960918528 140032202332112 140033650980763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3943] ppid=3878 vsize=10846984 memory=3160 CPUtime=4.2 cores=1,3,5,7
/proc/3881/task/3943/stat : 3943 (java) S 3878 3881 32713 0 -1 1077944384 28824 13011 0 0 410 2 5 3 20 0 15 0 417598204 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033074891504 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3944] ppid=3878 vsize=10846984 memory=928368 CPUtime=3.92 cores=1,3,5,7
/proc/3881/task/3944/stat : 3944 (java) S 3878 3881 32713 0 -1 1077944384 26054 13011 0 0 380 4 5 3 20 0 15 0 417598204 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033073838960 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3945] ppid=3878 vsize=10846984 memory=1804 CPUtime=2.24 cores=1,3,5,7
/proc/3881/task/3945/stat : 3945 (java) S 3878 3881 32713 0 -1 1077944384 31857 13011 0 0 212 4 5 3 20 0 15 0 417598204 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033072785904 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3946] ppid=3878 vsize=10846984 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/3881/task/3946/stat : 3946 (java) S 3878 3881 32713 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 417598204 11107311616 232092 33554432000 4194304 4196468 140735960918528 140032168774496 140033650972373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
[pid=3881/tid=3947] ppid=3878 vsize=10846984 memory=1408 CPUtime=1.69 cores=1,3,5,7
/proc/3881/task/3947/stat : 3947 (java) S 3878 3881 32713 0 -1 1077944384 1202 13011 0 0 74 87 5 3 20 0 15 0 417598205 11107311616 232092 33554432000 4194304 4196468 140735960918528 140033071733296 140033650973314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20418560 140735960922863 140735960925381 140735960925381 140735960928207 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 928368 KiB

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

[startup+2474.63 s]
# the end of solver process 3881 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.21 s, system=3.85605 s

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

Child status: 143
Real time (s): 2474.63
CPU time (s): 2520.07
CPU user time (s): 2516.21
CPU system time (s): 3.85605
CPU usage (%): 101.836
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 928368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.21
system time used= 3.85605
maximum resident set size= 932584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244197
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300648
involuntary context switches= 8066


# summary of solver processes directly reported to runsolver:
#   pid: 3881
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.21
#   total CPU system time (s): 3.85605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1894 second user time and 24.0573 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-14 00:23:27
IDJOB=4396188
IDBENCH=141494
IDSOLVER=2846
FILE ID=node139/4396188-1568413303
RUNJOBID= node139-1568402531-32745
PBS_JOBID= 21702188
Free space on /tmp= 59520 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396188-1568413303/watcher-4396188-1568413303 -o /tmp/evaluation-result-4396188-1568413303/solver-4396188-1568413303 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568402531-32745 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1328977522 HOME/instance-4396188-1568413303.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1328977522

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.57
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.57
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.57
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.57
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:        30091044 kB
MemAvailable:   31346200 kB
Buffers:          124728 kB
Cached:          1411000 kB
SwapCached:        74380 kB
Active:          1015540 kB
Inactive:        1075360 kB
Active(anon):     482124 kB
Inactive(anon):   113480 kB
Active(file):     533416 kB
Inactive(file):   961880 kB
Unevictable:      108956 kB
Mlocked:          108956 kB
SwapTotal:      67108860 kB
SwapFree:       66932100 kB
Dirty:             35320 kB
Writeback:             8 kB
AnonPages:        590704 kB
Mapped:            57512 kB
Shmem:             32200 kB
Slab:             180460 kB
SReclaimable:     151388 kB
SUnreclaim:        29072 kB
KernelStack:        3728 kB
PageTables:         9564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1548100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 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= 59520 MiB
End job on node139 at 2019-09-14 01:04:42