Trace number 4395969

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.07 2462.04

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-07-0080.xml
MD5SUM9b203975fed1c25a0b87c4f345706814
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark139.896
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":39}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395969-1568405382/watcher-4395969-1568405382 -o /tmp/evaluation-result-4395969-1568405382/solver-4395969-1568405382 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9266 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1507744516 HOME/instance-4395969-1568405382.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=12357, runsolver pid=12354

[startup+0.100115 s]*
/proc/loadavg: 1.31 1.33 1.36 3/218 12414
/proc/meminfo: memFree=30440508/32770624 swapFree=66934808/67108860
[pid=12357] ppid=12354 vsize=9972712 memory=19124 CPUtime=0.09 cores=0,2,4,6
/proc/12357/stat : 12357 (java) S 12354 12357 9235 0 -1 1077944320 4504 13109 0 0 1 1 5 2 20 0 6 0 416809648 10212057088 4781 33554432000 4194304 4196468 140725015284480 140725015267024 139668263345911 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
/proc/12357/statm: 2493178 4781 1937 1 0 2481616 0
[pid=12357/tid=12410] ppid=12354 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/12357/task/12410/stat : 12410 (java) R 12354 12357 9235 0 -1 4202560 2305 13109 0 0 1 0 5 2 20 0 6 0 416809657 10212057088 4781 33554432000 4194304 4196468 140725015284480 139668235182672 139668248657913 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12411] ppid=12354 vsize=9972712 memory=5793855024326130105 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12411/stat : 12411 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 6 0 416809657 10212057088 4781 33554432000 4194304 4196468 140725015284480 139668267588112 139668263356117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12412] ppid=12354 vsize=9972712 memory=139773316236928 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12412/stat : 12412 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 6 0 416809657 10212057088 4781 33554432000 4194304 4196468 140725015284480 139668182407824 139668263356117 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12413] ppid=12354 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12413/stat : 12413 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 6 0 416809657 10212057088 4781 33554432000 4194304 4196468 140725015284480 139668181354768 139668263356117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12414] ppid=12354 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12414/stat : 12414 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 6 0 416809657 10212057088 4781 33554432000 4194304 4196468 140725015284480 139668180302224 139668263356117 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19124 KiB

[startup+0.210212 s]*
/proc/loadavg: 1.31 1.33 1.36 4/227 12423
/proc/meminfo: memFree=30419796/32770624 swapFree=66934808/67108860
[pid=12357] ppid=12354 vsize=10819664 memory=42612 CPUtime=0.25 cores=0,2,4,6
/proc/12357/stat : 12357 (java) S 12354 12357 9235 0 -1 1077944320 7045 13109 0 0 17 1 5 2 20 0 15 0 416809648 11079335936 10653 33554432000 4194304 4196468 140725015284480 140725015267024 139668263345911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
/proc/12357/statm: 2704916 10653 3131 1 0 2667149 0
[pid=12357/tid=12410] ppid=12354 vsize=10819664 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/12357/task/12410/stat : 12410 (java) R 12354 12357 9235 0 -1 4202560 3524 13109 0 0 11 1 5 2 20 0 15 0 416809657 11079335936 10653 33554432000 4194304 4196468 140725015284480 139668235177152 139668249414030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12411] ppid=12354 vsize=10819664 memory=4211973499521027466 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12411/stat : 12411 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809657 11079335936 10653 33554432000 4194304 4196468 140725015284480 139668267588112 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12412] ppid=12354 vsize=10819664 memory=139773316236928 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12412/stat : 12412 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809657 11079335936 10653 33554432000 4194304 4196468 140725015284480 139668182407824 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12413] ppid=12354 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12413/stat : 12413 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809657 11079335936 10653 33554432000 4194304 4196468 140725015284480 139668181354768 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12414] ppid=12354 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12414/stat : 12414 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809657 11079335936 10653 33554432000 4194304 4196468 140725015284480 139668180302224 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12415] ppid=12354 vsize=10819664 memory=139773316236928 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12415/stat : 12415 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809659 11079335936 10653 33554432000 4194304 4196468 140725015284480 139667790023408 139668263357058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12416] ppid=12354 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12416/stat : 12416 (java) S 12354 12357 9235 0 -1 1077944384 13 13109 0 0 0 0 5 2 20 0 15 0 416809659 11079335936 10653 33554432000 4194304 4196468 140725015284480 139667705947808 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12417] ppid=12354 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12417/stat : 12417 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809659 11079335936 11165 33554432000 4194304 4196468 140725015284480 139667571729648 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12418] ppid=12354 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12418/stat : 12418 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809662 11079335936 11165 33554432000 4194304 4196468 140725015284480 139666967751120 139668263364507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12419] ppid=12354 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12357/task/12419/stat : 12419 (java) S 12354 12357 9235 0 -1 1077944384 459 13109 0 0 1 0 5 2 20 0 15 0 416809662 11079335936 11165 33554432000 4194304 4196468 140725015284480 139667788970224 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12420] ppid=12354 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12357/task/12420/stat : 12420 (java) S 12354 12357 9235 0 -1 1077944384 188 13109 0 0 1 0 5 2 20 0 15 0 416809662 11079335936 11165 33554432000 4194304 4196468 140725015284480 139667787917680 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12421] ppid=12354 vsize=10819664 memory=139773316236928 CPUtime=0.1 cores=0,2,4,6
/proc/12357/task/12421/stat : 12421 (java) R 12354 12357 9235 0 -1 4202560 641 13109 0 0 3 0 5 2 20 0 15 0 416809662 11079335936 11165 33554432000 4194304 4196468 140725015284480 139667786864624 139668241887201 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12422] ppid=12354 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12422/stat : 12422 (java) S 12354 12357 9235 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 416809662 11079335936 11165 33554432000 4194304 4196468 140725015284480 139666497988960 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12423] ppid=12354 vsize=10819664 memory=139773316236928 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12423/stat : 12423 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809663 11079335936 11165 33554432000 4194304 4196468 140725015284480 139667785813040 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42612 KiB

[startup+0.310651 s]*
/proc/loadavg: 1.31 1.33 1.36 4/227 12423
/proc/meminfo: memFree=30406436/32770624 swapFree=66934808/67108860
[pid=12357] ppid=12354 vsize=10820148 memory=54276 CPUtime=0.4 cores=0,2,4,6
/proc/12357/stat : 12357 (java) S 12354 12357 9235 0 -1 1077944320 10761 13109 0 0 30 3 5 2 20 0 15 0 416809648 11079831552 13569 33554432000 4194304 4196468 140725015284480 140725015267024 139668263345911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
/proc/12357/statm: 2705037 13569 3306 1 0 2667149 0
[pid=12357/tid=12410] ppid=12354 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/12357/task/12410/stat : 12410 (java) R 12354 12357 9235 0 -1 4202560 7215 13109 0 0 19 2 5 2 20 0 15 0 416809657 11079831552 13634 33554432000 4194304 4196468 140725015284480 139668235145824 139668247426398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12411] ppid=12354 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12411/stat : 12411 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809657 11079831552 13634 33554432000 4194304 4196468 140725015284480 139668267588112 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12412] ppid=12354 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12412/stat : 12412 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809657 11079831552 13634 33554432000 4194304 4196468 140725015284480 139668182407824 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12413] ppid=12354 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12413/stat : 12413 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809657 11079831552 13634 33554432000 4194304 4196468 140725015284480 139668181354768 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12414] ppid=12354 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12414/stat : 12414 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809657 11079831552 13634 33554432000 4194304 4196468 140725015284480 139668180302224 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12415] ppid=12354 vsize=10820148 memory=139773316236927 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12415/stat : 12415 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809659 11079831552 13634 33554432000 4194304 4196468 140725015284480 139667790023408 139668263357058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12416] ppid=12354 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12416/stat : 12416 (java) S 12354 12357 9235 0 -1 1077944384 13 13109 0 0 0 0 5 2 20 0 15 0 416809659 11079831552 13634 33554432000 4194304 4196468 140725015284480 139667705947808 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12417] ppid=12354 vsize=10820148 memory=139773316236928 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12417/stat : 12417 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809659 11079831552 13634 33554432000 4194304 4196468 140725015284480 139667571729648 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12418] ppid=12354 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12418/stat : 12418 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809662 11079831552 13634 33554432000 4194304 4196468 140725015284480 139666967751120 139668263364507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12419] ppid=12354 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12357/task/12419/stat : 12419 (java) S 12354 12357 9235 0 -1 1077944384 468 13109 0 0 2 0 5 2 20 0 15 0 416809662 11079831552 13634 33554432000 4194304 4196468 140725015284480 139667788970224 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12420] ppid=12354 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12357/task/12420/stat : 12420 (java) S 12354 12357 9235 0 -1 1077944384 189 13109 0 0 1 0 5 2 20 0 15 0 416809662 11079831552 13634 33554432000 4194304 4196468 140725015284480 139667787917680 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12421] ppid=12354 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12357/task/12421/stat : 12421 (java) S 12354 12357 9235 0 -1 1077944384 661 13109 0 0 5 0 5 2 20 0 15 0 416809662 11079831552 13634 33554432000 4194304 4196468 140725015284480 139667786864624 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12422] ppid=12354 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12422/stat : 12422 (java) S 12354 12357 9235 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 416809662 11079831552 13634 33554432000 4194304 4196468 140725015284480 139666497988960 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12423] ppid=12354 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12423/stat : 12423 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809663 11079831552 13634 33554432000 4194304 4196468 140725015284480 139667785813040 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54276 KiB

[startup+0.701304 s]
/proc/loadavg: 1.31 1.33 1.36 5/227 12423
/proc/meminfo: memFree=30391528/32770624 swapFree=66934808/67108860
[pid=12357] ppid=12354 vsize=10824360 memory=87720 CPUtime=1.14 cores=0,2,4,6
/proc/12357/stat : 12357 (java) S 12354 12357 9235 0 -1 1077944320 15132 13109 0 0 102 5 5 2 20 0 15 0 416809648 11084144640 21930 33554432000 4194304 4196468 140725015284480 140725015267024 139668263345911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
/proc/12357/statm: 2706090 21930 3511 1 0 2668173 0
[pid=12357/tid=12410] ppid=12354 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/12357/task/12410/stat : 12410 (java) R 12354 12357 9235 0 -1 4202560 10475 13109 0 0 55 4 5 2 20 0 15 0 416809657 11084144640 21930 33554432000 4194304 4196468 140725015284480 139668235173072 139668263367837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12411] ppid=12354 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12411/stat : 12411 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809657 11084144640 21930 33554432000 4194304 4196468 140725015284480 139668267588112 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12412] ppid=12354 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12412/stat : 12412 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809657 11084144640 21930 33554432000 4194304 4196468 140725015284480 139668182407824 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12413] ppid=12354 vsize=10824360 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12413/stat : 12413 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809657 11084144640 21930 33554432000 4194304 4196468 140725015284480 139668181354768 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12414] ppid=12354 vsize=10824360 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12414/stat : 12414 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809657 11084144640 21930 33554432000 4194304 4196468 140725015284480 139668180302224 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12415] ppid=12354 vsize=10824360 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12415/stat : 12415 (java) S 12354 12357 9235 0 -1 1077944384 5 13109 0 0 0 0 5 2 20 0 15 0 416809659 11084144640 21930 33554432000 4194304 4196468 140725015284480 139667790023408 139668263357058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12416] ppid=12354 vsize=10824360 memory=139773201097968 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12416/stat : 12416 (java) S 12354 12357 9235 0 -1 1077944384 13 13109 0 0 0 0 5 2 20 0 15 0 416809659 11084144640 21930 33554432000 4194304 4196468 140725015284480 139667705947808 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12417] ppid=12354 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12417/stat : 12417 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809659 11084144640 21930 33554432000 4194304 4196468 140725015284480 139667571729648 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12418] ppid=12354 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12418/stat : 12418 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809662 11084144640 21930 33554432000 4194304 4196468 140725015284480 139666967751120 139668263364507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12419] ppid=12354 vsize=10824360 memory=6944656575208382560 CPUtime=0.23 cores=0,2,4,6
/proc/12357/task/12419/stat : 12419 (java) R 12354 12357 9235 0 -1 4202560 874 13109 0 0 16 0 5 2 20 0 15 0 416809662 11084144640 21930 33554432000 4194304 4196468 140725015284480 139667788956320 139668248453618 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12420] ppid=12354 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/12357/task/12420/stat : 12420 (java) S 12354 12357 9235 0 -1 1077944384 634 13109 0 0 12 0 5 2 20 0 15 0 416809662 11084144640 21930 33554432000 4194304 4196468 140725015284480 139667787917680 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12421] ppid=12354 vsize=10824360 memory=6944652177228980320 CPUtime=0.24 cores=0,2,4,6
/proc/12357/task/12421/stat : 12421 (java) R 12354 12357 9235 0 -1 4202560 908 13109 0 0 17 0 5 2 20 0 15 0 416809662 11084144640 21930 33554432000 4194304 4196468 140725015284480 139667786864624 139668241871140 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12422] ppid=12354 vsize=10824360 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12422/stat : 12422 (java) S 12354 12357 9235 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 416809662 11084144640 21930 33554432000 4194304 4196468 140725015284480 139666497988960 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12423] ppid=12354 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12423/stat : 12423 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809663 11084144640 21930 33554432000 4194304 4196468 140725015284480 139667785813040 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87720 KiB

[startup+1.50077 s]
/proc/loadavg: 1.31 1.33 1.36 3/227 12423
/proc/meminfo: memFree=30347728/32770624 swapFree=66934808/67108860
[pid=12357] ppid=12354 vsize=10834676 memory=175748 CPUtime=2.44 cores=0,2,4,6
/proc/12357/stat : 12357 (java) S 12354 12357 9235 0 -1 1077944320 21824 13109 0 0 227 10 5 2 20 0 15 0 416809648 11094708224 43937 33554432000 4194304 4196468 140725015284480 140725015267024 139668263345911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
/proc/12357/statm: 2708669 43937 3587 1 0 2670733 0
[pid=12357/tid=12410] ppid=12354 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/12357/task/12410/stat : 12410 (java) R 12354 12357 9235 0 -1 4202560 15317 13109 0 0 129 7 5 2 20 0 15 0 416809657 11094708224 43937 33554432000 4194304 4196468 140725015284480 139668235159152 139668263357846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12411] ppid=12354 vsize=10834676 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/12357/task/12411/stat : 12411 (java) S 12354 12357 9235 0 -1 1077944384 401 13109 0 0 1 0 5 2 20 0 15 0 416809657 11094708224 43937 33554432000 4194304 4196468 140725015284480 139668267588112 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12412] ppid=12354 vsize=10834676 memory=23120 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12412/stat : 12412 (java) S 12354 12357 9235 0 -1 1077944384 33 13109 0 0 0 0 5 2 20 0 15 0 416809657 11094708224 43937 33554432000 4194304 4196468 140725015284480 139668182407824 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12413] ppid=12354 vsize=10834676 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/12357/task/12413/stat : 12413 (java) S 12354 12357 9235 0 -1 1077944384 68 13109 0 0 1 0 5 2 20 0 15 0 416809657 11094708224 43937 33554432000 4194304 4196468 140725015284480 139668181354768 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12414] ppid=12354 vsize=10834676 memory=101952 CPUtime=0.08 cores=0,2,4,6
/proc/12357/task/12414/stat : 12414 (java) S 12354 12357 9235 0 -1 1077944384 68 13109 0 0 1 0 5 2 20 0 15 0 416809657 11094708224 43937 33554432000 4194304 4196468 140725015284480 139668180302224 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12415] ppid=12354 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12357/task/12415/stat : 12415 (java) S 12354 12357 9235 0 -1 1077944384 141 13109 0 0 1 0 5 2 20 0 15 0 416809659 11094708224 43937 33554432000 4194304 4196468 140725015284480 139667790023408 139668263357058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12416] ppid=12354 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12416/stat : 12416 (java) S 12354 12357 9235 0 -1 1077944384 14 13109 0 0 0 0 5 2 20 0 15 0 416809659 11094708224 43937 33554432000 4194304 4196468 140725015284480 139667705947872 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12417] ppid=12354 vsize=10834676 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12417/stat : 12417 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809659 11094708224 43937 33554432000 4194304 4196468 140725015284480 139667571729664 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12418] ppid=12354 vsize=10834676 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12418/stat : 12418 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809662 11094708224 43937 33554432000 4194304 4196468 140725015284480 139666967751120 139668263364507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12419] ppid=12354 vsize=10834676 memory=1 CPUtime=0.35 cores=0,2,4,6
/proc/12357/task/12419/stat : 12419 (java) R 12354 12357 9235 0 -1 4202560 1050 13109 0 0 28 0 5 2 20 0 15 0 416809662 11094708224 43937 33554432000 4194304 4196468 140725015284480 139667788961056 139668246868888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12420] ppid=12354 vsize=10834676 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/12357/task/12420/stat : 12420 (java) R 12354 12357 9235 0 -1 1077944384 781 13109 0 0 21 0 5 2 20 0 15 0 416809662 11094708224 43937 33554432000 4194304 4196468 140725015284480 139667787917680 139668263357058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12421] ppid=12354 vsize=10834676 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/12357/task/12421/stat : 12421 (java) S 12354 12357 9235 0 -1 1077944384 1735 13109 0 0 42 0 5 2 20 0 15 0 416809662 11094708224 43937 33554432000 4194304 4196468 140725015284480 139667786864624 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12422] ppid=12354 vsize=10834676 memory=288230621803970871 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12422/stat : 12422 (java) S 12354 12357 9235 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 416809662 11094708224 43937 33554432000 4194304 4196468 140725015284480 139666497988960 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12423] ppid=12354 vsize=10834676 memory=14133350919046965 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12423/stat : 12423 (java) S 12354 12357 9235 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 416809663 11094708224 43937 33554432000 4194304 4196468 140725015284480 139667785813040 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

/proc/12357/task/12410/stat : 12410 (java) R 12354 12357 9235 0 -1 4202560 208719 13109 0 0 229473 78 5 2 20 0 15 0 416809657 11109421056 121552 33554432000 4194304 4196468 140725015284480 139668235180848 139667870092754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12411] ppid=12354 vsize=10849044 memory=487680 CPUtime=13.53 cores=0,2,4,6
/proc/12357/task/12411/stat : 12411 (java) S 12354 12357 9235 0 -1 1077944384 26583 13109 0 0 1287 59 5 2 20 0 15 0 416809657 11109421056 121552 33554432000 4194304 4196468 140725015284480 139668267588112 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12412] ppid=12354 vsize=10849044 memory=511264 CPUtime=13.56 cores=0,2,4,6
/proc/12357/task/12412/stat : 12412 (java) S 12354 12357 9235 0 -1 1077944384 28091 13109 0 0 1287 62 5 2 20 0 15 0 416809657 11109421056 121552 33554432000 4194304 4196468 140725015284480 139668182407824 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12413] ppid=12354 vsize=10849044 memory=507160 CPUtime=13.55 cores=0,2,4,6
/proc/12357/task/12413/stat : 12413 (java) S 12354 12357 9235 0 -1 1077944384 26018 13109 0 0 1289 59 5 2 20 0 15 0 416809657 11109421056 121552 33554432000 4194304 4196468 140725015284480 139668181354768 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12414] ppid=12354 vsize=10849044 memory=512248 CPUtime=13.56 cores=0,2,4,6
/proc/12357/task/12414/stat : 12414 (java) S 12354 12357 9235 0 -1 1077944384 28365 13109 0 0 1293 56 5 2 20 0 15 0 416809657 11109421056 121552 33554432000 4194304 4196468 140725015284480 139668180302224 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12415] ppid=12354 vsize=10849044 memory=493324 CPUtime=9.38 cores=0,2,4,6
/proc/12357/task/12415/stat : 12415 (java) S 12354 12357 9235 0 -1 1077944384 12695 13109 0 0 839 92 5 2 20 0 15 0 416809659 11109421056 121552 33554432000 4194304 4196468 140725015284480 139667790023408 139668263357058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12416] ppid=12354 vsize=10849044 memory=486652 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12416/stat : 12416 (java) S 12354 12357 9235 0 -1 1077944384 16 13109 0 0 0 0 5 2 20 0 15 0 416809659 11109421056 121552 33554432000 4194304 4196468 140725015284480 139667705947872 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12417] ppid=12354 vsize=10849044 memory=481692 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12417/stat : 12417 (java) S 12354 12357 9235 0 -1 1077944384 6 13109 0 0 0 0 5 2 20 0 15 0 416809659 11109421056 121552 33554432000 4194304 4196468 140725015284480 139667571729664 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12418] ppid=12354 vsize=10849044 memory=486208 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12418/stat : 12418 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809662 11109421056 121552 33554432000 4194304 4196468 140725015284480 139666967751120 139668263364507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12419] ppid=12354 vsize=10849044 memory=487168 CPUtime=5.95 cores=0,2,4,6
/proc/12357/task/12419/stat : 12419 (java) S 12354 12357 9235 0 -1 1077944384 38401 13109 0 0 581 7 5 2 20 0 15 0 416809662 11109421056 121552 33554432000 4194304 4196468 140725015284480 139667788970224 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12420] ppid=12354 vsize=10849044 memory=484636 CPUtime=6.32 cores=0,2,4,6
/proc/12357/task/12420/stat : 12420 (java) S 12354 12357 9235 0 -1 1077944384 37665 13109 0 0 617 8 5 2 20 0 15 0 416809662 11109421056 121552 33554432000 4194304 4196468 140725015284480 139667787917680 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12421] ppid=12354 vsize=10849044 memory=486208 CPUtime=5.39 cores=0,2,4,6
/proc/12357/task/12421/stat : 12421 (java) S 12354 12357 9235 0 -1 1077944384 39307 13109 0 0 523 9 5 2 20 0 15 0 416809662 11109421056 121552 33554432000 4194304 4196468 140725015284480 139667786864624 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12422] ppid=12354 vsize=10849044 memory=486208 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12422/stat : 12422 (java) S 12354 12357 9235 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 416809662 11109421056 121552 33554432000 4194304 4196468 140725015284480 139666497988960 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12423] ppid=12354 vsize=10849044 memory=481692 CPUtime=1.32 cores=0,2,4,6
/proc/12357/task/12423/stat : 12423 (java) S 12354 12357 9235 0 -1 1077944384 903 13109 0 0 63 62 5 2 20 0 15 0 416809663 11109421056 121552 33554432000 4194304 4196468 140725015284480 139667785813040 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
Current children cumulated CPU time: 2377.61 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 486208 KiB

[startup+2382.3 s]
/proc/loadavg: 1.26 1.33 1.36 3/227 12772
/proc/meminfo: memFree=29370208/32770624 swapFree=66934832/67108860
[pid=12357] ppid=12354 vsize=10849044 memory=501904 CPUtime=2438.76 cores=0,2,4,6
/proc/12357/stat : 12357 (java) S 12354 12357 9235 0 -1 1077944320 459301 13109 0 0 243419 450 5 2 20 0 15 0 416809648 11109421056 125476 33554432000 4194304 4196468 140725015284480 140725015267024 139668263345911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
/proc/12357/statm: 2712261 125476 3636 1 0 2674317 0
[pid=12357/tid=12410] ppid=12354 vsize=10849044 memory=483764 CPUtime=2354.87 cores=0,2,4,6
/proc/12357/task/12410/stat : 12410 (java) R 12354 12357 9235 0 -1 4202560 214773 13109 0 0 235400 80 5 2 20 0 15 0 416809657 11109421056 125476 33554432000 4194304 4196468 140725015284480 139668235181136 139667869508893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12411] ppid=12354 vsize=10849044 memory=497284 CPUtime=13.93 cores=0,2,4,6
/proc/12357/task/12411/stat : 12411 (java) S 12354 12357 9235 0 -1 1077944384 27658 13109 0 0 1325 61 5 2 20 0 15 0 416809657 11109421056 125476 33554432000 4194304 4196468 140725015284480 139668267588112 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12412] ppid=12354 vsize=10849044 memory=279546403531424 CPUtime=13.95 cores=0,2,4,6
/proc/12357/task/12412/stat : 12412 (java) S 12354 12357 9235 0 -1 1077944384 29002 13109 0 0 1325 63 5 2 20 0 15 0 416809657 11109421056 125476 33554432000 4194304 4196468 140725015284480 139668182407824 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12413] ppid=12354 vsize=10849044 memory=0 CPUtime=13.95 cores=0,2,4,6
/proc/12357/task/12413/stat : 12413 (java) S 12354 12357 9235 0 -1 1077944384 27060 13109 0 0 1328 60 5 2 20 0 15 0 416809657 11109421056 125476 33554432000 4194304 4196468 140725015284480 139668181354768 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12414] ppid=12354 vsize=10849044 memory=500360 CPUtime=13.97 cores=0,2,4,6
/proc/12357/task/12414/stat : 12414 (java) S 12354 12357 9235 0 -1 1077944384 29320 13109 0 0 1333 57 5 2 20 0 15 0 416809657 11109421056 125476 33554432000 4194304 4196468 140725015284480 139668180302224 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12415] ppid=12354 vsize=10849044 memory=0 CPUtime=9.59 cores=0,2,4,6
/proc/12357/task/12415/stat : 12415 (java) S 12354 12357 9235 0 -1 1077944384 12953 13109 0 0 858 94 5 2 20 0 15 0 416809659 11109421056 125476 33554432000 4194304 4196468 140725015284480 139667790023408 139668263357058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12416] ppid=12354 vsize=10849044 memory=279546403406944 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12416/stat : 12416 (java) S 12354 12357 9235 0 -1 1077944384 16 13109 0 0 0 0 5 2 20 0 15 0 416809659 11109421056 125476 33554432000 4194304 4196468 140725015284480 139667705947872 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12417] ppid=12354 vsize=10849044 memory=500108 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12417/stat : 12417 (java) S 12354 12357 9235 0 -1 1077944384 6 13109 0 0 0 0 5 2 20 0 15 0 416809659 11109421056 125476 33554432000 4194304 4196468 140725015284480 139667571729664 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12418] ppid=12354 vsize=10849044 memory=507872 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12418/stat : 12418 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809662 11109421056 125476 33554432000 4194304 4196468 140725015284480 139666967751120 139668263364507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12419] ppid=12354 vsize=10849044 memory=500620 CPUtime=5.95 cores=0,2,4,6
/proc/12357/task/12419/stat : 12419 (java) S 12354 12357 9235 0 -1 1077944384 38403 13109 0 0 581 7 5 2 20 0 15 0 416809662 11109421056 125476 33554432000 4194304 4196468 140725015284480 139667788970224 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12420] ppid=12354 vsize=10849044 memory=3620 CPUtime=6.33 cores=0,2,4,6
/proc/12357/task/12420/stat : 12420 (java) S 12354 12357 9235 0 -1 1077944384 37667 13109 0 0 618 8 5 2 20 0 15 0 416809662 11109421056 125476 33554432000 4194304 4196468 140725015284480 139667787917680 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12421] ppid=12354 vsize=10849044 memory=500108 CPUtime=5.39 cores=0,2,4,6
/proc/12357/task/12421/stat : 12421 (java) S 12354 12357 9235 0 -1 1077944384 39309 13109 0 0 523 9 5 2 20 0 15 0 416809662 11109421056 125476 33554432000 4194304 4196468 140725015284480 139667786864624 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12422] ppid=12354 vsize=10849044 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12422/stat : 12422 (java) S 12354 12357 9235 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 416809662 11109421056 125476 33554432000 4194304 4196468 140725015284480 139666497988960 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12423] ppid=12354 vsize=10849044 memory=111632 CPUtime=1.35 cores=0,2,4,6
/proc/12357/task/12423/stat : 12423 (java) S 12354 12357 9235 0 -1 1077944384 919 13109 0 0 64 64 5 2 20 0 15 0 416809663 11109421056 125476 33554432000 4194304 4196468 140725015284480 139667785813040 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
Current children cumulated CPU time: 2438.76 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 501904 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.32 1.35 3/227 12778
/proc/meminfo: memFree=29348876/32770624 swapFree=66934832/67108860
[pid=12357] ppid=12354 vsize=10849044 memory=520112 CPUtime=2499.91 cores=0,2,4,6
/proc/12357/stat : 12357 (java) S 12354 12357 9235 0 -1 1077944320 473195 13109 0 0 249525 459 5 2 20 0 15 0 416809648 11109421056 130028 33554432000 4194304 4196468 140725015284480 140725015267024 139668263345911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
/proc/12357/statm: 2712261 130028 3636 1 0 2674317 0
[pid=12357/tid=12410] ppid=12354 vsize=10849044 memory=521136 CPUtime=2414.19 cores=0,2,4,6
/proc/12357/task/12410/stat : 12410 (java) R 12354 12357 9235 0 -1 4202560 225910 13109 0 0 241330 82 5 2 20 0 15 0 416809657 11109421056 130028 33554432000 4194304 4196468 140725015284480 139668235181248 139667869704748 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12411] ppid=12354 vsize=10849044 memory=507532 CPUtime=14.33 cores=0,2,4,6
/proc/12357/task/12411/stat : 12411 (java) S 12354 12357 9235 0 -1 1077944384 28295 13109 0 0 1364 62 5 2 20 0 15 0 416809657 11109421056 130028 33554432000 4194304 4196468 140725015284480 139668267588112 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12412] ppid=12354 vsize=10849044 memory=510880 CPUtime=14.35 cores=0,2,4,6
/proc/12357/task/12412/stat : 12412 (java) S 12354 12357 9235 0 -1 1077944384 29490 13109 0 0 1364 64 5 2 20 0 15 0 416809657 11109421056 130028 33554432000 4194304 4196468 140725015284480 139668182407824 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12413] ppid=12354 vsize=10849044 memory=33 CPUtime=14.36 cores=0,2,4,6
/proc/12357/task/12413/stat : 12413 (java) S 12354 12357 9235 0 -1 1077944384 27760 13109 0 0 1368 61 5 2 20 0 15 0 416809657 11109421056 130028 33554432000 4194304 4196468 140725015284480 139668181354768 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12414] ppid=12354 vsize=10849044 memory=510756 CPUtime=14.36 cores=0,2,4,6
/proc/12357/task/12414/stat : 12414 (java) S 12354 12357 9235 0 -1 1077944384 30158 13109 0 0 1371 58 5 2 20 0 15 0 416809657 11109421056 130028 33554432000 4194304 4196468 140725015284480 139668180302224 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12415] ppid=12354 vsize=10849044 memory=514232 CPUtime=9.81 cores=0,2,4,6
/proc/12357/task/12415/stat : 12415 (java) S 12354 12357 9235 0 -1 1077944384 13045 13109 0 0 878 96 5 2 20 0 15 0 416809659 11109421056 130028 33554432000 4194304 4196468 140725015284480 139667790023408 139668263357058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12416] ppid=12354 vsize=10849044 memory=529344 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12416/stat : 12416 (java) S 12354 12357 9235 0 -1 1077944384 16 13109 0 0 0 0 5 2 20 0 15 0 416809659 11109421056 130028 33554432000 4194304 4196468 140725015284480 139667705947872 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12417] ppid=12354 vsize=10849044 memory=525756 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12417/stat : 12417 (java) S 12354 12357 9235 0 -1 1077944384 6 13109 0 0 0 0 5 2 20 0 15 0 416809659 11109421056 130028 33554432000 4194304 4196468 140725015284480 139667571729664 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12418] ppid=12354 vsize=10849044 memory=522164 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12418/stat : 12418 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809662 11109421056 130028 33554432000 4194304 4196468 140725015284480 139666967751120 139668263364507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12419] ppid=12354 vsize=10849044 memory=521136 CPUtime=5.95 cores=0,2,4,6
/proc/12357/task/12419/stat : 12419 (java) S 12354 12357 9235 0 -1 1077944384 38403 13109 0 0 581 7 5 2 20 0 15 0 416809662 11109421056 130028 33554432000 4194304 4196468 140725015284480 139667788970224 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12420] ppid=12354 vsize=10849044 memory=523188 CPUtime=6.33 cores=0,2,4,6
/proc/12357/task/12420/stat : 12420 (java) S 12354 12357 9235 0 -1 1077944384 37667 13109 0 0 618 8 5 2 20 0 15 0 416809662 11109421056 130028 33554432000 4194304 4196468 140725015284480 139667787917680 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12421] ppid=12354 vsize=10849044 memory=1656 CPUtime=5.39 cores=0,2,4,6
/proc/12357/task/12421/stat : 12421 (java) S 12354 12357 9235 0 -1 1077944384 39309 13109 0 0 523 9 5 2 20 0 15 0 416809662 11109421056 130028 33554432000 4194304 4196468 140725015284480 139667786864624 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12422] ppid=12354 vsize=10849044 memory=1808 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12422/stat : 12422 (java) S 12354 12357 9235 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 416809662 11109421056 130028 33554432000 4194304 4196468 140725015284480 139666497988960 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12423] ppid=12354 vsize=10849044 memory=526268 CPUtime=1.38 cores=0,2,4,6
/proc/12357/task/12423/stat : 12423 (java) S 12354 12357 9235 0 -1 1077944384 921 13109 0 0 65 66 5 2 20 0 15 0 416809663 11109421056 130028 33554432000 4194304 4196468 140725015284480 139667785813040 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
Current children cumulated CPU time: 2499.91 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 520112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462 s]*
/proc/loadavg: 1.29 1.31 1.35 3/228 12786
/proc/meminfo: memFree=29351160/32770624 swapFree=66934836/67108860
[pid=12357] ppid=12354 vsize=10849044 memory=518112 CPUtime=2520.02 cores=0,2,4,6
/proc/12357/stat : 12357 (java) S 12354 12357 9235 0 -1 1077944320 475419 13109 0 0 251532 463 5 2 20 0 15 0 416809648 11109421056 129528 33554432000 4194304 4196468 140725015284480 140725015267024 139668263345911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
/proc/12357/statm: 2712261 129528 3636 1 0 2674317 0
[pid=12357/tid=12410] ppid=12354 vsize=10849044 memory=6791534058613427641 CPUtime=2433.66 cores=0,2,4,6
/proc/12357/task/12410/stat : 12410 (java) R 12354 12357 9235 0 -1 4202560 227287 13109 0 0 243277 82 5 2 20 0 15 0 416809657 11109421056 129528 33554432000 4194304 4196468 140725015284480 139668235181280 139667869492456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12411] ppid=12354 vsize=10849044 memory=-7003737579269690708 CPUtime=14.46 cores=0,2,4,6
/proc/12357/task/12411/stat : 12411 (java) S 12354 12357 9235 0 -1 1077944384 28486 13109 0 0 1377 62 5 2 20 0 15 0 416809657 11109421056 129528 33554432000 4194304 4196468 140725015284480 139668267588112 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12412] ppid=12354 vsize=10849044 memory=520676 CPUtime=14.48 cores=0,2,4,6
/proc/12357/task/12412/stat : 12412 (java) S 12354 12357 9235 0 -1 1077944384 29720 13109 0 0 1376 65 5 2 20 0 15 0 416809657 11109421056 129528 33554432000 4194304 4196468 140725015284480 139668182407824 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12413] ppid=12354 vsize=10849044 memory=1408 CPUtime=14.5 cores=0,2,4,6
/proc/12357/task/12413/stat : 12413 (java) S 12354 12357 9235 0 -1 1077944384 27932 13109 0 0 1381 62 5 2 20 0 15 0 416809657 11109421056 129528 33554432000 4194304 4196468 140725015284480 139668181354768 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12414] ppid=12354 vsize=10849044 memory=3140 CPUtime=14.49 cores=0,2,4,6
/proc/12357/task/12414/stat : 12414 (java) S 12354 12357 9235 0 -1 1077944384 30388 13109 0 0 1384 58 5 2 20 0 15 0 416809657 11109421056 129528 33554432000 4194304 4196468 140725015284480 139668180302224 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12415] ppid=12354 vsize=10849044 memory=1174776 CPUtime=9.88 cores=0,2,4,6
/proc/12357/task/12415/stat : 12415 (java) S 12354 12357 9235 0 -1 1077944384 13067 13109 0 0 884 97 5 2 20 0 15 0 416809659 11109421056 129528 33554432000 4194304 4196468 140725015284480 139667790023408 139668263357058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12416] ppid=12354 vsize=10849044 memory=128 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12416/stat : 12416 (java) S 12354 12357 9235 0 -1 1077944384 16 13109 0 0 0 0 5 2 20 0 15 0 416809659 11109421056 129528 33554432000 4194304 4196468 140725015284480 139667705947872 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12417] ppid=12354 vsize=10849044 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12417/stat : 12417 (java) S 12354 12357 9235 0 -1 1077944384 6 13109 0 0 0 0 5 2 20 0 15 0 416809659 11109421056 129528 33554432000 4194304 4196468 140725015284480 139667571729664 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12418] ppid=12354 vsize=10849044 memory=1984 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12418/stat : 12418 (java) S 12354 12357 9235 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 416809662 11109421056 129528 33554432000 4194304 4196468 140725015284480 139666967751120 139668263364507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12419] ppid=12354 vsize=10849044 memory=2532 CPUtime=5.95 cores=0,2,4,6
/proc/12357/task/12419/stat : 12419 (java) S 12354 12357 9235 0 -1 1077944384 38403 13109 0 0 581 7 5 2 20 0 15 0 416809662 11109421056 129528 33554432000 4194304 4196468 140725015284480 139667788970224 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12420] ppid=12354 vsize=10849044 memory=1440 CPUtime=6.33 cores=0,2,4,6
/proc/12357/task/12420/stat : 12420 (java) S 12354 12357 9235 0 -1 1077944384 37667 13109 0 0 618 8 5 2 20 0 15 0 416809662 11109421056 129528 33554432000 4194304 4196468 140725015284480 139667787917680 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12421] ppid=12354 vsize=10849044 memory=808 CPUtime=5.39 cores=0,2,4,6
/proc/12357/task/12421/stat : 12421 (java) S 12354 12357 9235 0 -1 1077944384 39309 13109 0 0 523 9 5 2 20 0 15 0 416809662 11109421056 129528 33554432000 4194304 4196468 140725015284480 139667786864624 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12422] ppid=12354 vsize=10849044 memory=1772 CPUtime=0.07 cores=0,2,4,6
/proc/12357/task/12422/stat : 12422 (java) S 12354 12357 9235 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 416809662 11109421056 129528 33554432000 4194304 4196468 140725015284480 139666497988960 139668263356117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
[pid=12357/tid=12423] ppid=12354 vsize=10849044 memory=111632 CPUtime=1.4 cores=0,2,4,6
/proc/12357/task/12423/stat : 12423 (java) S 12354 12357 9235 0 -1 1077944384 923 13109 0 0 66 67 5 2 20 0 15 0 416809663 11109421056 129528 33554432000 4194304 4196468 140725015284480 139667785813040 139668263357058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20729856 140725015288559 140725015291077 140725015291077 140725015293903 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 518112 KiB

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

[startup+2462.04 s]
# the end of solver process 12357 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.4 s, system=4.66726 s

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

Child status: 143
Real time (s): 2462.04
CPU time (s): 2520.07
CPU user time (s): 2515.4
CPU system time (s): 4.66726
CPU usage (%): 102.357
Max. virtual memory (cumulated for all children) (KiB): 10851988
Max. memory (cumulated for all children) (KiB): 1107292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.4
system time used= 4.66726
maximum resident set size= 1110888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 489396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272052
involuntary context switches= 11035


# summary of solver processes directly reported to runsolver:
#   pid: 12357
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.4
#   total CPU system time (s): 4.66726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7018 second user time and 21.6865 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 22:09:03
IDJOB=4395969
IDBENCH=133594
IDSOLVER=2846
FILE ID=node151/4395969-1568405382
RUNJOBID= node151-1568393581-9266
PBS_JOBID= 21701866
Free space on /tmp= 59276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-07-0080.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395969-1568405382/watcher-4395969-1568405382 -o /tmp/evaluation-result-4395969-1568405382/solver-4395969-1568405382 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9266 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1507744516 HOME/instance-4395969-1568405382.xml

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

MD5SUM BENCH= 9b203975fed1c25a0b87c4f345706814
RANDOM SEED=1507744516

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30447520 kB
MemAvailable:   31276924 kB
Buffers:          170708 kB
Cached:           950896 kB
SwapCached:        71408 kB
Active:          1210736 kB
Inactive:         563288 kB
Active(anon):     587012 kB
Inactive(anon):    97944 kB
Active(file):     623724 kB
Inactive(file):   465344 kB
Unevictable:      109748 kB
Mlocked:          109748 kB
SwapTotal:      67108860 kB
SwapFree:       66934808 kB
Dirty:             35284 kB
Writeback:             0 kB
AnonPages:        690284 kB
Mapped:            50172 kB
Shmem:             24044 kB
Slab:             140912 kB
SReclaimable:     112344 kB
SUnreclaim:        28568 kB
KernelStack:        3744 kB
PageTables:         6956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1838632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-13 22:50:05