Trace number 4402672

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.05 2471.14

General information on the benchmark

NameXCSP19/hcp/
graph252.xml
MD5SUM38d76d568b0da13c7191c020c1ef1fbc
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 benchmark338.702
Satisfiable
(Un)Satisfiability was proved
Number of variables1572
Number of constraints1
Number of domains1572
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":1570},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1572}]
Minimum constraint arity1572
Maximum constraint arity1572
Distribution of constraint arities[{"arity":1572,"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.80/0.55	c Concrete v3.12.3.1568965526260 running
2520.00/2471.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2471.11		at concrete.MAC.mac(MAC.scala:192)
2520.00/2471.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2471.11		at scala.util.Try$.apply(Try.scala:210)
2520.00/2471.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2471.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2471.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2471.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2471.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2471.11		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.00/2471.11		at concrete.ProblemState.map(ProblemState.scala:238)
2520.00/2471.11		at concrete.ProblemState.map(ProblemState.scala:212)
2520.00/2471.11		at concrete.MAC.nextSolution(MAC.scala:348)
2520.00/2471.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2471.11		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.00/2471.11		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.00/2471.11		at concrete.Solver.nextOption(Solver.scala:67)
2520.00/2471.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.00/2471.11		at scala.util.Success.map(Try.scala:262)
2520.00/2471.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2471.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2471.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2471.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2471.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2471.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2471.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2471.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2471.11		at scala.App.$anonfun$main$1(App.scala:73)
2520.00/2471.11		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.00/2471.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2471.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2471.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.00/2471.11		at scala.App.main(App.scala:73)
2520.00/2471.11		at scala.App.main$(App.scala:71)
2520.00/2471.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2471.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2471.11	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 (2560 MiB free)
  memory of node 1: 16384 MiB (5039 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402672-1568988358/watcher-4402672-1568988358 -o /tmp/evaluation-result-4402672-1568988358/solver-4402672-1568988358 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7557 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=101199917 HOME/instance-4402672-1568988358.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=13804, runsolver pid=13801

[startup+0.100133 s]*
/proc/loadavg: 1.44 1.40 1.44 3/220 13861
/proc/meminfo: memFree=7773144/32770624 swapFree=66999216/67108860
[pid=13804] ppid=13801 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/13804/stat : 13804 (java) S 13801 13804 7525 0 -1 1077944320 4509 13290 0 0 1 0 5 3 20 0 6 0 475088878 10212057088 4269 33554432000 4194304 4196468 140733721825600 140733721808144 139759747567351 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
/proc/13804/statm: 2493178 4269 1935 1 0 2481616 0
[pid=13804/tid=13857] ppid=13801 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/13804/task/13857/stat : 13857 (java) R 13801 13804 7525 0 -1 4202560 2329 13290 0 0 1 0 5 3 20 0 6 0 475088887 10212057088 4269 33554432000 4194304 4196468 140733721825600 139759719404112 139759730759674 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13858] ppid=13801 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13858/stat : 13858 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 6 0 475088888 10212057088 4269 33554432000 4194304 4196468 140733721825600 139759751801488 139759747577557 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13859] ppid=13801 vsize=9972712 memory=140280445093226 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13859/stat : 13859 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 6 0 475088888 10212057088 4269 33554432000 4194304 4196468 140733721825600 139759650699792 139759747577557 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13860] ppid=13801 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13860/stat : 13860 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 6 0 475088888 10212057088 4269 33554432000 4194304 4196468 140733721825600 139759649646992 139759747577557 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13861] ppid=13801 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13861/stat : 13861 (java) S 13801 13804 7525 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 6 0 475088888 10212057088 4269 33554432000 4194304 4196468 140733721825600 139759648594192 139759747577557 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210103 s]*
/proc/loadavg: 1.44 1.40 1.44 3/229 13870
/proc/meminfo: memFree=7755600/32770624 swapFree=66999216/67108860
[pid=13804] ppid=13801 vsize=10820196 memory=42420 CPUtime=0.28 cores=1,3,5,7
/proc/13804/stat : 13804 (java) S 13801 13804 7525 0 -1 1077944320 7546 13290 0 0 18 2 5 3 20 0 15 0 475088878 11079880704 10605 33554432000 4194304 4196468 140733721825600 140733721808144 139759747567351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
/proc/13804/statm: 2705049 10605 3310 1 0 2667149 0
[pid=13804/tid=13857] ppid=13801 vsize=10820196 memory=751940894209540401 CPUtime=0.19 cores=1,3,5,7
/proc/13804/task/13857/stat : 13857 (java) R 13801 13804 7525 0 -1 4202560 4041 13290 0 0 10 1 5 3 20 0 15 0 475088887 11079880704 10605 33554432000 4194304 4196468 140733721825600 139759719378384 139759747589277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13858] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13858/stat : 13858 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088888 11079880704 10605 33554432000 4194304 4196468 140733721825600 139759751801488 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13859] ppid=13801 vsize=10820196 memory=140280445093226 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13859/stat : 13859 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088888 11079880704 10605 33554432000 4194304 4196468 140733721825600 139759650699792 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13860] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13860/stat : 13860 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088888 11079880704 10605 33554432000 4194304 4196468 140733721825600 139759649646992 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13861] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13861/stat : 13861 (java) S 13801 13804 7525 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 475088888 11079880704 10605 33554432000 4194304 4196468 140733721825600 139759648594192 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13862] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13862/stat : 13862 (java) S 13801 13804 7525 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 475088889 11079880704 10605 33554432000 4194304 4196468 140733721825600 139759207058288 139759747578498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13863] ppid=13801 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13863/stat : 13863 (java) S 13801 13804 7525 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 475088890 11079880704 10605 33554432000 4194304 4196468 140733721825600 139758638458400 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13864] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13864/stat : 13864 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088890 11079880704 10605 33554432000 4194304 4196468 140733721825600 139758504240496 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13865] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13865/stat : 13865 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11079880704 10605 33554432000 4194304 4196468 140733721825600 139758263949648 139759747585947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13866] ppid=13801 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13804/task/13866/stat : 13866 (java) R 13801 13804 7525 0 -1 4202560 376 13290 0 0 1 0 5 3 20 0 15 0 475088893 11079880704 10605 33554432000 4194304 4196468 140733721825600 139759206005104 139759732691386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13867] ppid=13801 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/13804/task/13867/stat : 13867 (java) S 13801 13804 7525 0 -1 1077944384 305 13290 0 0 1 0 5 3 20 0 15 0 475088893 11079880704 10605 33554432000 4194304 4196468 140733721825600 139759204952304 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13868] ppid=13801 vsize=10820196 memory=140280441497216 CPUtime=0.11 cores=1,3,5,7
/proc/13804/task/13868/stat : 13868 (java) S 13801 13804 7525 0 -1 1077944384 600 13290 0 0 3 0 5 3 20 0 15 0 475088893 11079880704 10605 33554432000 4194304 4196468 140733721825600 139759203899504 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13869] ppid=13801 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13869/stat : 13869 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11079880704 10605 33554432000 4194304 4196468 140733721825600 139758230391008 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13870] ppid=13801 vsize=10820196 memory=140280441497216 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13870/stat : 13870 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088893 11079880704 10605 33554432000 4194304 4196468 140733721825600 139759202847920 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42420 KiB

[startup+0.310684 s]*
/proc/loadavg: 1.44 1.40 1.44 4/229 13870
/proc/meminfo: memFree=7742816/32770624 swapFree=66999216/67108860
[pid=13804] ppid=13801 vsize=10820196 memory=50600 CPUtime=0.42 cores=1,3,5,7
/proc/13804/stat : 13804 (java) S 13801 13804 7525 0 -1 1077944320 10909 13290 0 0 30 4 5 3 20 0 15 0 475088878 11079880704 12650 33554432000 4194304 4196468 140733721825600 140733721808144 139759747567351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
/proc/13804/statm: 2705049 12650 3329 1 0 2667149 0
[pid=13804/tid=13857] ppid=13801 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/13804/task/13857/stat : 13857 (java) R 13801 13804 7525 0 -1 4202560 7386 13290 0 0 19 2 5 3 20 0 15 0 475088887 11079880704 12715 33554432000 4194304 4196468 140733721825600 139759719376272 139759733755941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13858] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13858/stat : 13858 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088888 11079880704 12715 33554432000 4194304 4196468 140733721825600 139759751801488 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13859] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13859/stat : 13859 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088888 11079880704 12715 33554432000 4194304 4196468 140733721825600 139759650699792 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13860] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13860/stat : 13860 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088888 11079880704 12715 33554432000 4194304 4196468 140733721825600 139759649646992 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13861] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13861/stat : 13861 (java) S 13801 13804 7525 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 475088888 11079880704 12715 33554432000 4194304 4196468 140733721825600 139759648594192 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13862] ppid=13801 vsize=10820196 memory=140280441497215 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13862/stat : 13862 (java) S 13801 13804 7525 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 475088889 11079880704 12715 33554432000 4194304 4196468 140733721825600 139759207058288 139759747578498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13863] ppid=13801 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13863/stat : 13863 (java) S 13801 13804 7525 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 475088890 11079880704 12715 33554432000 4194304 4196468 140733721825600 139758638458400 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13864] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13864/stat : 13864 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088890 11079880704 12715 33554432000 4194304 4196468 140733721825600 139758504240496 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13865] ppid=13801 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13865/stat : 13865 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11079880704 12715 33554432000 4194304 4196468 140733721825600 139758263949648 139759747585947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13866] ppid=13801 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/13804/task/13866/stat : 13866 (java) S 13801 13804 7525 0 -1 1077944384 378 13290 0 0 2 0 5 3 20 0 15 0 475088893 11079880704 12715 33554432000 4194304 4196468 140733721825600 139759206005104 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13867] ppid=13801 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/13804/task/13867/stat : 13867 (java) S 13801 13804 7525 0 -1 1077944384 305 13290 0 0 1 0 5 3 20 0 15 0 475088893 11079880704 12715 33554432000 4194304 4196468 140733721825600 139759204952304 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13868] ppid=13801 vsize=10820196 memory=140280441497216 CPUtime=0.13 cores=1,3,5,7
/proc/13804/task/13868/stat : 13868 (java) S 13801 13804 7525 0 -1 1077944384 608 13290 0 0 5 0 5 3 20 0 15 0 475088893 11079880704 12715 33554432000 4194304 4196468 140733721825600 139759203899504 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13869] ppid=13801 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13869/stat : 13869 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11079880704 12715 33554432000 4194304 4196468 140733721825600 139758230391008 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13870] ppid=13801 vsize=10820196 memory=140280441497216 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13870/stat : 13870 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088893 11079880704 12715 33554432000 4194304 4196468 140733721825600 139759202847920 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50600 KiB

[startup+0.700674 s]
/proc/loadavg: 1.44 1.40 1.44 3/229 13870
/proc/meminfo: memFree=7727412/32770624 swapFree=66999216/67108860
[pid=13804] ppid=13801 vsize=10824364 memory=83624 CPUtime=1.16 cores=1,3,5,7
/proc/13804/stat : 13804 (java) S 13801 13804 7525 0 -1 1077944320 15139 13290 0 0 103 5 5 3 20 0 15 0 475088878 11084148736 20906 33554432000 4194304 4196468 140733721825600 140733721808144 139759747567351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
/proc/13804/statm: 2706091 20906 3501 1 0 2668173 0
[pid=13804/tid=13857] ppid=13801 vsize=10824364 memory=5795117241467496816 CPUtime=0.68 cores=1,3,5,7
/proc/13804/task/13857/stat : 13857 (java) R 13801 13804 7525 0 -1 4202560 10504 13290 0 0 56 4 5 3 20 0 15 0 475088887 11084148736 20906 33554432000 4194304 4196468 140733721825600 139759719394512 139759747589277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13858] ppid=13801 vsize=10824364 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13858/stat : 13858 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088888 11084148736 20906 33554432000 4194304 4196468 140733721825600 139759751801488 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13859] ppid=13801 vsize=10824364 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13859/stat : 13859 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088888 11084148736 20906 33554432000 4194304 4196468 140733721825600 139759650699792 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13860] ppid=13801 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13860/stat : 13860 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088888 11084148736 20906 33554432000 4194304 4196468 140733721825600 139759649646992 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13861] ppid=13801 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13861/stat : 13861 (java) S 13801 13804 7525 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 475088888 11084148736 20906 33554432000 4194304 4196468 140733721825600 139759648594192 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13862] ppid=13801 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13862/stat : 13862 (java) S 13801 13804 7525 0 -1 1077944384 5 13290 0 0 0 0 5 3 20 0 15 0 475088889 11084148736 20906 33554432000 4194304 4196468 140733721825600 139759207058288 139759747578498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13863] ppid=13801 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13863/stat : 13863 (java) S 13801 13804 7525 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 475088890 11084148736 20906 33554432000 4194304 4196468 140733721825600 139758638458400 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13864] ppid=13801 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13864/stat : 13864 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088890 11084148736 20906 33554432000 4194304 4196468 140733721825600 139758504240496 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13865] ppid=13801 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13865/stat : 13865 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11084148736 20906 33554432000 4194304 4196468 140733721825600 139758263949648 139759747585947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13866] ppid=13801 vsize=10824364 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/13804/task/13866/stat : 13866 (java) R 13801 13804 7525 0 -1 4202560 871 13290 0 0 18 0 5 3 20 0 15 0 475088893 11084148736 20906 33554432000 4194304 4196468 140733721825600 139759205994896 139759732493799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13867] ppid=13801 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/13804/task/13867/stat : 13867 (java) R 13801 13804 7525 0 -1 1077944384 718 13290 0 0 11 0 5 3 20 0 15 0 475088893 11084148736 20906 33554432000 4194304 4196468 140733721825600 139759204952304 139759747578498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13868] ppid=13801 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/13804/task/13868/stat : 13868 (java) R 13801 13804 7525 0 -1 4202560 807 13290 0 0 17 0 5 3 20 0 15 0 475088893 11084148736 20906 33554432000 4194304 4196468 140733721825600 139759203899504 139759747588698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13869] ppid=13801 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13869/stat : 13869 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11084148736 20906 33554432000 4194304 4196468 140733721825600 139758230391008 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13870] ppid=13801 vsize=10824364 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13870/stat : 13870 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088893 11084148736 20906 33554432000 4194304 4196468 140733721825600 139759202847920 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83624 KiB

[startup+1.50071 s]
/proc/loadavg: 1.44 1.40 1.44 4/229 13870
/proc/meminfo: memFree=7679336/32770624 swapFree=66999216/67108860
[pid=13804] ppid=13801 vsize=10834680 memory=189860 CPUtime=2.82 cores=1,3,5,7
/proc/13804/stat : 13804 (java) S 13801 13804 7525 0 -1 1077944320 24874 13290 0 0 264 10 5 3 20 0 15 0 475088878 11094712320 47465 33554432000 4194304 4196468 140733721825600 140733721808144 139759747567351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
/proc/13804/statm: 2708670 47465 3576 1 0 2670733 0
[pid=13804/tid=13857] ppid=13801 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/13804/task/13857/stat : 13857 (java) R 13801 13804 7525 0 -1 4202560 15993 13290 0 0 130 5 5 3 20 0 15 0 475088887 11094712320 47465 33554432000 4194304 4196468 140733721825600 139759719399968 139759731647838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13858] ppid=13801 vsize=10834680 memory=-7522837583129502606 CPUtime=0.09 cores=1,3,5,7
/proc/13804/task/13858/stat : 13858 (java) S 13801 13804 7525 0 -1 1077944384 36 13290 0 0 1 0 5 3 20 0 15 0 475088888 11094712320 47465 33554432000 4194304 4196468 140733721825600 139759751801488 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13859] ppid=13801 vsize=10834680 memory=6297548872420775008 CPUtime=0.09 cores=1,3,5,7
/proc/13804/task/13859/stat : 13859 (java) S 13801 13804 7525 0 -1 1077944384 28 13290 0 0 1 0 5 3 20 0 15 0 475088888 11094712320 47465 33554432000 4194304 4196468 140733721825600 139759650699792 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13860] ppid=13801 vsize=10834680 memory=7450761820373542754 CPUtime=0.09 cores=1,3,5,7
/proc/13804/task/13860/stat : 13860 (java) S 13801 13804 7525 0 -1 1077944384 301 13290 0 0 1 0 5 3 20 0 15 0 475088888 11094712320 47465 33554432000 4194304 4196468 140733721825600 139759649646992 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13861] ppid=13801 vsize=10834680 memory=280560685984096 CPUtime=0.09 cores=1,3,5,7
/proc/13804/task/13861/stat : 13861 (java) S 13801 13804 7525 0 -1 1077944384 63 13290 0 0 1 0 5 3 20 0 15 0 475088888 11094712320 47465 33554432000 4194304 4196468 140733721825600 139759648594192 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13862] ppid=13801 vsize=10834680 memory=199552770534423 CPUtime=0.09 cores=1,3,5,7
/proc/13804/task/13862/stat : 13862 (java) S 13801 13804 7525 0 -1 1077944384 118 13290 0 0 1 0 5 3 20 0 15 0 475088889 11094712320 47465 33554432000 4194304 4196468 140733721825600 139759207058288 139759747578498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13863] ppid=13801 vsize=10834680 memory=199552770534424 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13863/stat : 13863 (java) S 13801 13804 7525 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 475088890 11094712320 47530 33554432000 4194304 4196468 140733721825600 139758638458464 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13864] ppid=13801 vsize=10834680 memory=199552770534425 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13864/stat : 13864 (java) S 13801 13804 7525 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 475088890 11094712320 47530 33554432000 4194304 4196468 140733721825600 139758504240512 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13865] ppid=13801 vsize=10834680 memory=199552770534426 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13865/stat : 13865 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11094712320 47530 33554432000 4194304 4196468 140733721825600 139758263949648 139759747585947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13866] ppid=13801 vsize=10834680 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/13804/task/13866/stat : 13866 (java) S 13801 13804 7525 0 -1 1077944384 2168 13290 0 0 44 0 5 3 20 0 15 0 475088893 11094712320 47530 33554432000 4194304 4196468 140733721825600 139759206005104 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13867] ppid=13801 vsize=10834680 memory=280560685578160 CPUtime=0.44 cores=1,3,5,7
/proc/13804/task/13867/stat : 13867 (java) S 13801 13804 7525 0 -1 1077944384 1987 13290 0 0 36 0 5 3 20 0 15 0 475088893 11094712320 47530 33554432000 4194304 4196468 140733721825600 139759204952304 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13868] ppid=13801 vsize=10834680 memory=280560685576304 CPUtime=0.53 cores=1,3,5,7
/proc/13804/task/13868/stat : 13868 (java) S 13801 13804 7525 0 -1 1077944384 1952 13290 0 0 44 1 5 3 20 0 15 0 475088893 11094712320 47530 33554432000 4194304 4196468 140733721825600 139759203899504 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13869] ppid=13801 vsize=10834680 memory=280560685576368 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13869/stat : 13869 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11094712320 47530 33554432000 4194304 4196468 140733721825600 139758230391008 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13870] ppid=13801 vsize=10834680 memory=280560686023888 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13870/stat : 13870 (java) S 13801 13804 7525 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 475088893 11094712320 47530 33554432000 4194304 4196468 140733721825600 139759202847920 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 10834680 KiB

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

/proc/13804/task/13857/stat : 13857 (java) R 13801 13804 7525 0 -1 4202560 68829 13290 0 0 229533 54 5 3 20 0 15 0 475088887 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759719402592 139759336256928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13858] ppid=13801 vsize=10847000 memory=6791534058613427641 CPUtime=12.41 cores=1,3,5,7
/proc/13804/task/13858/stat : 13858 (java) S 13801 13804 7525 0 -1 1077944384 13158 13290 0 0 1168 65 5 3 20 0 15 0 475088888 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759751801488 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13859] ppid=13801 vsize=10847000 memory=-7175204567652784766 CPUtime=12.4 cores=1,3,5,7
/proc/13804/task/13859/stat : 13859 (java) S 13801 13804 7525 0 -1 1077944384 12882 13290 0 0 1167 65 5 3 20 0 15 0 475088888 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759650699792 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13860] ppid=13801 vsize=10847000 memory=3054156605268465310 CPUtime=12.43 cores=1,3,5,7
/proc/13804/task/13860/stat : 13860 (java) S 13801 13804 7525 0 -1 1077944384 16851 13290 0 0 1177 58 5 3 20 0 15 0 475088888 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759649646992 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13861] ppid=13801 vsize=10847000 memory=-8707038579349950309 CPUtime=12.44 cores=1,3,5,7
/proc/13804/task/13861/stat : 13861 (java) S 13801 13804 7525 0 -1 1077944384 15577 13290 0 0 1171 65 5 3 20 0 15 0 475088888 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759648594192 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13862] ppid=13801 vsize=10847000 memory=907996 CPUtime=10.8 cores=1,3,5,7
/proc/13804/task/13862/stat : 13862 (java) S 13801 13804 7525 0 -1 1077944384 13687 13290 0 0 1012 60 5 3 20 0 15 0 475088889 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759207058288 139759747578498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13863] ppid=13801 vsize=10847000 memory=140280342812657 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13863/stat : 13863 (java) S 13801 13804 7525 0 -1 1077944384 19 13290 0 0 0 0 5 3 20 0 15 0 475088890 11107328000 226999 33554432000 4194304 4196468 140733721825600 139758638458464 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13864] ppid=13801 vsize=10847000 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13864/stat : 13864 (java) S 13801 13804 7525 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 475088890 11107328000 226999 33554432000 4194304 4196468 140733721825600 139758504240512 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13865] ppid=13801 vsize=10847000 memory=8317482817917895235 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13865/stat : 13865 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139758263949648 139759747585947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13866] ppid=13801 vsize=10847000 memory=3604 CPUtime=3.47 cores=1,3,5,7
/proc/13804/task/13866/stat : 13866 (java) S 13801 13804 7525 0 -1 1077944384 30809 13290 0 0 334 5 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759206005104 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13867] ppid=13801 vsize=10847000 memory=2828 CPUtime=4.4 cores=1,3,5,7
/proc/13804/task/13867/stat : 13867 (java) S 13801 13804 7525 0 -1 1077944384 37950 13290 0 0 425 7 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759204952304 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13868] ppid=13801 vsize=10847000 memory=676 CPUtime=3.49 cores=1,3,5,7
/proc/13804/task/13868/stat : 13868 (java) S 13801 13804 7525 0 -1 1077944384 39396 13290 0 0 333 8 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759203899504 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13869] ppid=13801 vsize=10847000 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13869/stat : 13869 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139758230391008 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13870] ppid=13801 vsize=10847000 memory=1548 CPUtime=1.51 cores=1,3,5,7
/proc/13804/task/13870/stat : 13870 (java) S 13801 13804 7525 0 -1 1077944384 1486 13290 0 0 65 78 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759202847920 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
Current children cumulated CPU time: 2368.69 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 907996 KiB

[startup+2382.3 s]
/proc/loadavg: 1.26 1.36 1.40 3/228 14216
/proc/meminfo: memFree=8192612/32770624 swapFree=66999216/67108860
[pid=13804] ppid=13801 vsize=10847000 memory=907996 CPUtime=2429.75 cores=1,3,5,7
/proc/13804/stat : 13804 (java) S 13801 13804 7525 0 -1 1077944320 255360 13290 0 0 242559 408 5 3 20 0 15 0 475088878 11107328000 226999 33554432000 4194304 4196468 140733721825600 140733721808144 139759747567351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
/proc/13804/statm: 2711750 226999 3632 1 0 2673805 0
[pid=13804/tid=13857] ppid=13801 vsize=10847000 memory=6791534058613427641 CPUtime=2355.2 cores=1,3,5,7
/proc/13804/task/13857/stat : 13857 (java) R 13801 13804 7525 0 -1 4202560 69627 13290 0 0 235457 55 5 3 20 0 15 0 475088887 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759719402704 139759339499932 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13858] ppid=13801 vsize=10847000 memory=1548 CPUtime=12.76 cores=1,3,5,7
/proc/13804/task/13858/stat : 13858 (java) S 13801 13804 7525 0 -1 1077944384 13371 13290 0 0 1202 66 5 3 20 0 15 0 475088888 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759751801488 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13859] ppid=13801 vsize=10847000 memory=8560 CPUtime=12.76 cores=1,3,5,7
/proc/13804/task/13859/stat : 13859 (java) S 13801 13804 7525 0 -1 1077944384 13113 13290 0 0 1201 67 5 3 20 0 15 0 475088888 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759650699792 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13860] ppid=13801 vsize=10847000 memory=1712 CPUtime=12.78 cores=1,3,5,7
/proc/13804/task/13860/stat : 13860 (java) S 13801 13804 7525 0 -1 1077944384 16899 13290 0 0 1210 60 5 3 20 0 15 0 475088888 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759649646992 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13861] ppid=13801 vsize=10847000 memory=1112 CPUtime=12.79 cores=1,3,5,7
/proc/13804/task/13861/stat : 13861 (java) S 13801 13804 7525 0 -1 1077944384 15597 13290 0 0 1204 67 5 3 20 0 15 0 475088888 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759648594192 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13862] ppid=13801 vsize=10847000 memory=6791534058613427641 CPUtime=11.1 cores=1,3,5,7
/proc/13804/task/13862/stat : 13862 (java) S 13801 13804 7525 0 -1 1077944384 13887 13290 0 0 1040 62 5 3 20 0 15 0 475088889 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759207058288 139759747578498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13863] ppid=13801 vsize=10847000 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13863/stat : 13863 (java) S 13801 13804 7525 0 -1 1077944384 19 13290 0 0 0 0 5 3 20 0 15 0 475088890 11107328000 226999 33554432000 4194304 4196468 140733721825600 139758638458464 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13864] ppid=13801 vsize=10847000 memory=3152 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13864/stat : 13864 (java) S 13801 13804 7525 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 475088890 11107328000 226999 33554432000 4194304 4196468 140733721825600 139758504240512 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13865] ppid=13801 vsize=10847000 memory=1111020 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13865/stat : 13865 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139758263949648 139759747585947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13866] ppid=13801 vsize=10847000 memory=1712 CPUtime=3.48 cores=1,3,5,7
/proc/13804/task/13866/stat : 13866 (java) S 13801 13804 7525 0 -1 1077944384 30940 13290 0 0 335 5 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759206005104 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13867] ppid=13801 vsize=10847000 memory=500 CPUtime=4.44 cores=1,3,5,7
/proc/13804/task/13867/stat : 13867 (java) S 13801 13804 7525 0 -1 1077944384 38176 13290 0 0 429 7 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759204952304 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13868] ppid=13801 vsize=10847000 memory=1560 CPUtime=3.5 cores=1,3,5,7
/proc/13804/task/13868/stat : 13868 (java) S 13801 13804 7525 0 -1 1077944384 39999 13290 0 0 334 8 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759203899504 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13869] ppid=13801 vsize=10847000 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13869/stat : 13869 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139758230391008 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13870] ppid=13801 vsize=10847000 memory=3768 CPUtime=1.55 cores=1,3,5,7
/proc/13804/task/13870/stat : 13870 (java) S 13801 13804 7525 0 -1 1077944384 1505 13290 0 0 67 80 5 3 20 0 15 0 475088893 11107328000 226999 33554432000 4194304 4196468 140733721825600 139759202847920 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
Current children cumulated CPU time: 2429.75 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 907996 KiB

[startup+2442.3 s]
/proc/loadavg: 1.57 1.44 1.42 4/228 14222
/proc/meminfo: memFree=8189624/32770624 swapFree=66999216/67108860
[pid=13804] ppid=13801 vsize=10847000 memory=910044 CPUtime=2490.72 cores=1,3,5,7
/proc/13804/stat : 13804 (java) S 13801 13804 7525 0 -1 1077944320 256987 13290 0 0 248649 415 5 3 20 0 15 0 475088878 11107328000 227511 33554432000 4194304 4196468 140733721825600 140733721808144 139759747567351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
/proc/13804/statm: 2711750 227511 3632 1 0 2673805 0
[pid=13804/tid=13857] ppid=13801 vsize=10847000 memory=55872 CPUtime=2414.5 cores=1,3,5,7
/proc/13804/task/13857/stat : 13857 (java) R 13801 13804 7525 0 -1 4202560 70402 13290 0 0 241386 56 5 3 20 0 15 0 475088887 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759719402704 139759341057063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13858] ppid=13801 vsize=10847000 memory=3028 CPUtime=13.1 cores=1,3,5,7
/proc/13804/task/13858/stat : 13858 (java) S 13801 13804 7525 0 -1 1077944384 13419 13290 0 0 1234 68 5 3 20 0 15 0 475088888 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759751801488 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13859] ppid=13801 vsize=10847000 memory=2012 CPUtime=13.1 cores=1,3,5,7
/proc/13804/task/13859/stat : 13859 (java) S 13801 13804 7525 0 -1 1077944384 13344 13290 0 0 1234 68 5 3 20 0 15 0 475088888 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759650699792 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13860] ppid=13801 vsize=10847000 memory=1384 CPUtime=13.12 cores=1,3,5,7
/proc/13804/task/13860/stat : 13860 (java) S 13801 13804 7525 0 -1 1077944384 16954 13290 0 0 1242 62 5 3 20 0 15 0 475088888 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759649646992 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13861] ppid=13801 vsize=10847000 memory=6791534058613427641 CPUtime=13.14 cores=1,3,5,7
/proc/13804/task/13861/stat : 13861 (java) S 13801 13804 7525 0 -1 1077944384 15781 13290 0 0 1237 69 5 3 20 0 15 0 475088888 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759648594192 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13862] ppid=13801 vsize=10847000 memory=500 CPUtime=11.37 cores=1,3,5,7
/proc/13804/task/13862/stat : 13862 (java) S 13801 13804 7525 0 -1 1077944384 14098 13290 0 0 1066 63 5 3 20 0 15 0 475088889 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759207058288 139759747578498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13863] ppid=13801 vsize=10847000 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13863/stat : 13863 (java) S 13801 13804 7525 0 -1 1077944384 19 13290 0 0 0 0 5 3 20 0 15 0 475088890 11107328000 227511 33554432000 4194304 4196468 140733721825600 139758638458464 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13864] ppid=13801 vsize=10847000 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13864/stat : 13864 (java) S 13801 13804 7525 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 475088890 11107328000 227511 33554432000 4194304 4196468 140733721825600 139758504240512 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13865] ppid=13801 vsize=10847000 memory=3768 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13865/stat : 13865 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139758263949648 139759747585947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13866] ppid=13801 vsize=10847000 memory=6791534058613427641 CPUtime=3.49 cores=1,3,5,7
/proc/13804/task/13866/stat : 13866 (java) S 13801 13804 7525 0 -1 1077944384 31052 13290 0 0 335 6 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759206005104 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13867] ppid=13801 vsize=10847000 memory=932 CPUtime=4.44 cores=1,3,5,7
/proc/13804/task/13867/stat : 13867 (java) S 13801 13804 7525 0 -1 1077944384 38178 13290 0 0 429 7 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759204952304 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13868] ppid=13801 vsize=10847000 memory=3768 CPUtime=3.5 cores=1,3,5,7
/proc/13804/task/13868/stat : 13868 (java) S 13801 13804 7525 0 -1 1077944384 40001 13290 0 0 334 8 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759203899504 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13869] ppid=13801 vsize=10847000 memory=1980 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13869/stat : 13869 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139758230391008 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13870] ppid=13801 vsize=10847000 memory=2512 CPUtime=1.59 cores=1,3,5,7
/proc/13804/task/13870/stat : 13870 (java) S 13801 13804 7525 0 -1 1077944384 1512 13290 0 0 69 82 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759202847920 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
Current children cumulated CPU time: 2490.72 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 910044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.1 s]
/proc/loadavg: 1.49 1.43 1.42 3/227 14224
/proc/meminfo: memFree=8187908/32770624 swapFree=66999216/67108860
[pid=13804] ppid=13801 vsize=10847000 memory=910044 CPUtime=2520 cores=1,3,5,7
/proc/13804/stat : 13804 (java) S 13801 13804 7525 0 -1 1077944320 257382 13290 0 0 251573 419 5 3 20 0 15 0 475088878 11107328000 227511 33554432000 4194304 4196468 140733721825600 140733721808144 139759747567351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
/proc/13804/statm: 2711750 227511 3632 1 0 2673805 0
[pid=13804/tid=13857] ppid=13801 vsize=10847000 memory=2012 CPUtime=2442.93 cores=1,3,5,7
/proc/13804/task/13857/stat : 13857 (java) R 13801 13804 7525 0 -1 4202560 70655 13290 0 0 244229 56 5 3 20 0 15 0 475088887 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759719402768 139759339499569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13858] ppid=13801 vsize=10847000 memory=6791534058613427641 CPUtime=13.27 cores=1,3,5,7
/proc/13804/task/13858/stat : 13858 (java) S 13801 13804 7525 0 -1 1077944384 13435 13290 0 0 1250 69 5 3 20 0 15 0 475088888 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759751801488 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13859] ppid=13801 vsize=10847000 memory=6943526294502006880 CPUtime=13.26 cores=1,3,5,7
/proc/13804/task/13859/stat : 13859 (java) S 13801 13804 7525 0 -1 1077944384 13344 13290 0 0 1250 68 5 3 20 0 15 0 475088888 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759650699792 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13860] ppid=13801 vsize=10847000 memory=-7737605734073681312 CPUtime=13.29 cores=1,3,5,7
/proc/13804/task/13860/stat : 13860 (java) S 13801 13804 7525 0 -1 1077944384 16990 13290 0 0 1259 62 5 3 20 0 15 0 475088888 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759649646992 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13861] ppid=13801 vsize=10847000 memory=7679937539659563834 CPUtime=13.31 cores=1,3,5,7
/proc/13804/task/13861/stat : 13861 (java) S 13801 13804 7525 0 -1 1077944384 15781 13290 0 0 1253 70 5 3 20 0 15 0 475088888 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759648594192 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13862] ppid=13801 vsize=10847000 memory=6791534058613427641 CPUtime=11.52 cores=1,3,5,7
/proc/13804/task/13862/stat : 13862 (java) S 13801 13804 7525 0 -1 1077944384 14104 13290 0 0 1080 64 5 3 20 0 15 0 475088889 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759207058288 139759747578498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13863] ppid=13801 vsize=10847000 memory=3604 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13863/stat : 13863 (java) S 13801 13804 7525 0 -1 1077944384 19 13290 0 0 0 0 5 3 20 0 15 0 475088890 11107328000 227511 33554432000 4194304 4196468 140733721825600 139758638458464 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13864] ppid=13801 vsize=10847000 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13864/stat : 13864 (java) S 13801 13804 7525 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 475088890 11107328000 227511 33554432000 4194304 4196468 140733721825600 139758504240512 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13865] ppid=13801 vsize=10847000 memory=676 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13865/stat : 13865 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139758263949648 139759747585947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13866] ppid=13801 vsize=10847000 memory=910044 CPUtime=3.49 cores=1,3,5,7
/proc/13804/task/13866/stat : 13866 (java) S 13801 13804 7525 0 -1 1077944384 31052 13290 0 0 335 6 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759206005104 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13867] ppid=13801 vsize=10847000 memory=13848573129264102 CPUtime=4.44 cores=1,3,5,7
/proc/13804/task/13867/stat : 13867 (java) S 13801 13804 7525 0 -1 1077944384 38178 13290 0 0 429 7 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759204952304 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13868] ppid=13801 vsize=10847000 memory=-1161699032756226647 CPUtime=3.5 cores=1,3,5,7
/proc/13804/task/13868/stat : 13868 (java) S 13801 13804 7525 0 -1 1077944384 40083 13290 0 0 334 8 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759203899504 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13869] ppid=13801 vsize=10847000 memory=9198851636692691099 CPUtime=0.08 cores=1,3,5,7
/proc/13804/task/13869/stat : 13869 (java) S 13801 13804 7525 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139758230391008 139759747577557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
[pid=13804/tid=13870] ppid=13801 vsize=10847000 memory=910044 CPUtime=1.61 cores=1,3,5,7
/proc/13804/task/13870/stat : 13870 (java) S 13801 13804 7525 0 -1 1077944384 1514 13290 0 0 70 83 5 3 20 0 15 0 475088893 11107328000 227511 33554432000 4194304 4196468 140733721825600 139759202847920 139759747578498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7335936 140733721828080 140733721830597 140733721830597 140733721833423 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 910044 KiB

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

[startup+2471.14 s]
# the end of solver process 13804 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.81 s, system=4.23947 s

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

Child status: 143
Real time (s): 2471.14
CPU time (s): 2520.05
CPU user time (s): 2515.81
CPU system time (s): 4.23947
CPU usage (%): 101.979
Max. virtual memory (cumulated for all children) (KiB): 10847000
Max. memory (cumulated for all children) (KiB): 1101220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.81
system time used= 4.23947
maximum resident set size= 1102252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271535
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 311042
involuntary context switches= 6833


# summary of solver processes directly reported to runsolver:
#   pid: 13804
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2515.81
#   total CPU system time (s): 4.23947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6723 second user time and 20.8667 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 16:04:59
IDJOB=4402672
IDBENCH=141698
IDSOLVER=2861
FILE ID=node103/4402672-1568988358
RUNJOBID= node103-1568967579-7557
PBS_JOBID= 21704635
Free space on /tmp= 20680 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP19/hcp/graph252.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402672-1568988358/watcher-4402672-1568988358 -o /tmp/evaluation-result-4402672-1568988358/solver-4402672-1568988358 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7557 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=101199917 HOME/instance-4402672-1568988358.xml

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

MD5SUM BENCH= 38d76d568b0da13c7191c020c1ef1fbc
RANDOM SEED=101199917

node103.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.74
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.74
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.74
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.74
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:         7782632 kB
MemAvailable:   29446804 kB
Buffers:          102084 kB
Cached:         21826432 kB
SwapCached:         6972 kB
Active:         13344652 kB
Inactive:       11002548 kB
Active(anon):    2406184 kB
Inactive(anon):    61988 kB
Active(file):   10938468 kB
Inactive(file): 10940560 kB
Unevictable:      106480 kB
Mlocked:          106480 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             35656 kB
Writeback:             0 kB
AnonPages:       2519620 kB
Mapped:            66016 kB
Shmem:             40864 kB
Slab:             231344 kB
SReclaimable:     201960 kB
SUnreclaim:        29384 kB
KernelStack:        3712 kB
PageTables:        11736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3557992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2351104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20644 MiB
End job on node103 at 2019-09-20 16:46:10