Trace number 4387331

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.10? (TO) 2520.14 2471.93

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-4_X2.xml
MD5SUMf5121aa225c6127ab5abec7ec5104cc1
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 benchmark170.824
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

0.76/0.54	c Concrete v3.10.1560635388952 running
2520.09/2471.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2471.91		at concrete.MAC.mac(MAC.scala:189)
2520.09/2471.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.09/2471.91		at scala.util.Try$.apply(Try.scala:212)
2520.09/2471.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2471.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2471.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2471.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2471.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2471.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2471.91		at concrete.ProblemState.map(ProblemState.scala:228)
2520.09/2471.91		at concrete.ProblemState.map(ProblemState.scala:210)
2520.09/2471.91		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2471.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2471.91		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.09/2471.91		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.09/2471.91		at concrete.Solver.nextOption(Solver.scala:67)
2520.09/2471.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.09/2471.91		at scala.util.Success.map(Try.scala:264)
2520.09/2471.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.09/2471.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2471.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2471.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2471.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2471.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2471.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2471.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2471.91		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2471.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2471.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2471.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2471.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2471.91		at scala.App.main(App.scala:75)
2520.09/2471.91		at scala.App.main$(App.scala:73)
2520.09/2471.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2471.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2471.91	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 (15201 MiB free)
  memory of node 1: 16384 MiB (14415 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387331-1568299004/watcher-4387331-1568299004 -o /tmp/evaluation-result-4387331-1568299004/solver-4387331-1568299004 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21597 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=911620921 HOME/instance-4387331-1568299004.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=25460, runsolver pid=25457

[startup+0.100067 s]*
/proc/loadavg: 1.26 1.32 1.40 3/222 25517
/proc/meminfo: memFree=30322204/32770624 swapFree=66965656/67108860
[pid=25460] ppid=25457 vsize=9972712 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/25460/stat : 25460 (java) S 25457 25460 19880 0 -1 1077944320 4355 13123 0 0 1 0 4 3 20 0 6 0 406149978 10212057088 4583 33554432000 4194304 4196468 140736861326160 140736861308704 140143826771703 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
/proc/25460/statm: 2493178 4583 1931 1 0 2481616 0
[pid=25460/tid=25513] ppid=25457 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/25460/task/25513/stat : 25513 (java) R 25457 25460 19880 0 -1 4202560 2142 13123 0 0 1 0 4 3 20 0 6 0 406149987 10212057088 4649 33554432000 4194304 4196468 140736861326160 140143798608464 140143812454229 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25514] ppid=25457 vsize=9972712 memory=5793855025825843641 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25514/stat : 25514 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 6 0 406149988 10212057088 4649 33554432000 4194304 4196468 140736861326160 140143831014032 140143826781909 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25515] ppid=25457 vsize=9972712 memory=139774815950464 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25515/stat : 25515 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 6 0 406149988 10212057088 4649 33554432000 4194304 4196468 140736861326160 140143719287312 140143826781909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25516] ppid=25457 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25516/stat : 25516 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 6 0 406149988 10212057088 4649 33554432000 4194304 4196468 140736861326160 140143718234512 140143826781909 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25517] ppid=25457 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25517/stat : 25517 (java) S 25457 25460 19880 0 -1 1077944384 2 13123 0 0 0 0 4 3 20 0 6 0 406149988 10212057088 4649 33554432000 4194304 4196468 140736861326160 140143717181712 140143826781909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210255 s]*
/proc/loadavg: 1.26 1.32 1.40 4/231 25526
/proc/meminfo: memFree=30303340/32770624 swapFree=66965656/67108860
[pid=25460] ppid=25457 vsize=10819964 memory=38784 CPUtime=0.26 cores=0,2,4,6
/proc/25460/stat : 25460 (java) S 25457 25460 19880 0 -1 1077944320 7046 13123 0 0 18 1 4 3 20 0 15 0 406149978 11079643136 9696 33554432000 4194304 4196468 140736861326160 140736861308704 140143826771703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
/proc/25460/statm: 2704991 9696 2981 1 0 2667405 0
[pid=25460/tid=25513] ppid=25457 vsize=10819964 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/25460/task/25513/stat : 25513 (java) R 25457 25460 19880 0 -1 4202560 3523 13123 0 0 11 0 4 3 20 0 15 0 406149987 11079643136 9696 33554432000 4194304 4196468 140736861326160 140143798596384 140143819451421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25514] ppid=25457 vsize=10819964 memory=4211973501020741002 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25514/stat : 25514 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149988 11079643136 9696 33554432000 4194304 4196468 140736861326160 140143831014032 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25515] ppid=25457 vsize=10819964 memory=139774815950464 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25515/stat : 25515 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149988 11079643136 9696 33554432000 4194304 4196468 140736861326160 140143719287312 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25516] ppid=25457 vsize=10819964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25516/stat : 25516 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149988 11079643136 9696 33554432000 4194304 4196468 140736861326160 140143718234512 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25517] ppid=25457 vsize=10819964 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25517/stat : 25517 (java) S 25457 25460 19880 0 -1 1077944384 2 13123 0 0 0 0 4 3 20 0 15 0 406149988 11079643136 9696 33554432000 4194304 4196468 140736861326160 140143717181712 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25518] ppid=25457 vsize=10819964 memory=139774815950464 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25518/stat : 25518 (java) S 25457 25460 19880 0 -1 1077944384 2 13123 0 0 0 0 4 3 20 0 15 0 406149990 11079643136 9696 33554432000 4194304 4196468 140736861326160 140143285447536 140143826782850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25519] ppid=25457 vsize=10819964 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25519/stat : 25519 (java) S 25457 25460 19880 0 -1 1077944384 33 13123 0 0 0 0 4 3 20 0 15 0 406149990 11079643136 9696 33554432000 4194304 4196468 140736861326160 140143284393504 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25520] ppid=25457 vsize=10819964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25520/stat : 25520 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149990 11079643136 9696 33554432000 4194304 4196468 140736861326160 140142702486896 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25521] ppid=25457 vsize=10820924 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25521/stat : 25521 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11080626176 9696 33554432000 4194304 4196468 140736861326160 140142395087184 140143826790299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25522] ppid=25457 vsize=10820924 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25460/task/25522/stat : 25522 (java) S 25457 25460 19880 0 -1 1077944384 350 13123 0 0 1 0 4 3 20 0 15 0 406149993 11080626176 9762 33554432000 4194304 4196468 140736861326160 140143250835824 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25523] ppid=25457 vsize=10820924 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25460/task/25523/stat : 25523 (java) S 25457 25460 19880 0 -1 1077944384 278 13123 0 0 1 0 4 3 20 0 15 0 406149993 11080626176 9762 33554432000 4194304 4196468 140736861326160 140143249783024 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25524] ppid=25457 vsize=10820924 memory=139774815950464 CPUtime=0.1 cores=0,2,4,6
/proc/25460/task/25524/stat : 25524 (java) S 25457 25460 19880 0 -1 1077944384 637 13123 0 0 3 0 4 3 20 0 15 0 406149993 11080626176 9762 33554432000 4194304 4196468 140736861326160 140143248730224 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25525] ppid=25457 vsize=10820924 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25525/stat : 25525 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11080626176 9762 33554432000 4194304 4196468 140736861326160 140142361528544 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25526] ppid=25457 vsize=10820924 memory=139774815950464 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25526/stat : 25526 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149993 11080626176 9762 33554432000 4194304 4196468 140736861326160 140143247678640 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 38784 KiB

[startup+0.31083 s]*
/proc/loadavg: 1.26 1.32 1.40 3/231 25526
/proc/meminfo: memFree=30294004/32770624 swapFree=66965656/67108860
[pid=25460] ppid=25457 vsize=10820244 memory=49144 CPUtime=0.4 cores=0,2,4,6
/proc/25460/stat : 25460 (java) S 25457 25460 19880 0 -1 1077944320 10513 13123 0 0 30 3 4 3 20 0 15 0 406149978 11079929856 12286 33554432000 4194304 4196468 140736861326160 140736861308704 140143826771703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
/proc/25460/statm: 2705061 12286 3300 1 0 2667149 0
[pid=25460/tid=25513] ppid=25457 vsize=10820244 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/25460/task/25513/stat : 25513 (java) R 25457 25460 19880 0 -1 4202560 6976 13123 0 0 20 2 4 3 20 0 15 0 406149987 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143798584144 140143826783638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25514] ppid=25457 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25514/stat : 25514 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149988 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143831014032 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25515] ppid=25457 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25515/stat : 25515 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149988 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143719287312 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25516] ppid=25457 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25516/stat : 25516 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149988 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143718234512 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25517] ppid=25457 vsize=10820244 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25517/stat : 25517 (java) S 25457 25460 19880 0 -1 1077944384 2 13123 0 0 0 0 4 3 20 0 15 0 406149988 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143717181712 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25518] ppid=25457 vsize=10820244 memory=139774815950463 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25518/stat : 25518 (java) S 25457 25460 19880 0 -1 1077944384 2 13123 0 0 0 0 4 3 20 0 15 0 406149990 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143285447536 140143826782850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25519] ppid=25457 vsize=10820244 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25519/stat : 25519 (java) S 25457 25460 19880 0 -1 1077944384 33 13123 0 0 0 0 4 3 20 0 15 0 406149990 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143284393504 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25520] ppid=25457 vsize=10820244 memory=139774815950464 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25520/stat : 25520 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149990 11079929856 12286 33554432000 4194304 4196468 140736861326160 140142702486896 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25521] ppid=25457 vsize=10820244 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25521/stat : 25521 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11079929856 12286 33554432000 4194304 4196468 140736861326160 140142395087184 140143826790299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25522] ppid=25457 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25460/task/25522/stat : 25522 (java) R 25457 25460 19880 0 -1 4202560 350 13123 0 0 1 0 4 3 20 0 15 0 406149993 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143250835824 140143811165591 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25523] ppid=25457 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25460/task/25523/stat : 25523 (java) S 25457 25460 19880 0 -1 1077944384 280 13123 0 0 1 0 4 3 20 0 15 0 406149993 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143249783024 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25524] ppid=25457 vsize=10820244 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25460/task/25524/stat : 25524 (java) S 25457 25460 19880 0 -1 1077944384 649 13123 0 0 5 0 4 3 20 0 15 0 406149993 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143248730224 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25525] ppid=25457 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25525/stat : 25525 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11079929856 12286 33554432000 4194304 4196468 140736861326160 140142361528544 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25526] ppid=25457 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25526/stat : 25526 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149993 11079929856 12286 33554432000 4194304 4196468 140736861326160 140143247678640 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 49144 KiB

[startup+0.700728 s]
/proc/loadavg: 1.26 1.32 1.40 5/231 25526
/proc/meminfo: memFree=30277940/32770624 swapFree=66965656/67108860
[pid=25460] ppid=25457 vsize=10824340 memory=78436 CPUtime=1.15 cores=0,2,4,6
/proc/25460/stat : 25460 (java) S 25457 25460 19880 0 -1 1077944320 14394 13123 0 0 103 5 4 3 20 0 15 0 406149978 11084124160 19609 33554432000 4194304 4196468 140736861326160 140736861308704 140143826771703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
/proc/25460/statm: 2706085 19609 3503 1 0 2668173 0
[pid=25460/tid=25513] ppid=25457 vsize=10824340 memory=18876 CPUtime=0.66 cores=0,2,4,6
/proc/25460/task/25513/stat : 25513 (java) R 25457 25460 19880 0 -1 4202560 10060 13123 0 0 56 3 4 3 20 0 15 0 406149987 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143798598896 140143808356784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25514] ppid=25457 vsize=10824340 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25514/stat : 25514 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149988 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143831014032 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25515] ppid=25457 vsize=10824340 memory=139774677787139 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25515/stat : 25515 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149988 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143719287312 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25516] ppid=25457 vsize=10824340 memory=139775415681925 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25516/stat : 25516 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149988 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143718234512 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25517] ppid=25457 vsize=10824340 memory=1564 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25517/stat : 25517 (java) S 25457 25460 19880 0 -1 1077944384 2 13123 0 0 0 0 4 3 20 0 15 0 406149988 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143717181712 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25518] ppid=25457 vsize=10824340 memory=5794564071169546345 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25518/stat : 25518 (java) S 25457 25460 19880 0 -1 1077944384 5 13123 0 0 0 0 4 3 20 0 15 0 406149990 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143285447536 140143826782850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25519] ppid=25457 vsize=10824340 memory=7380106142448641899 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25519/stat : 25519 (java) S 25457 25460 19880 0 -1 1077944384 33 13123 0 0 0 0 4 3 20 0 15 0 406149990 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143284393504 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25520] ppid=25457 vsize=10824340 memory=7301858164987948385 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25520/stat : 25520 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149990 11084124160 19609 33554432000 4194304 4196468 140736861326160 140142702486896 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25521] ppid=25457 vsize=10824340 memory=-5874771483550389462 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25521/stat : 25521 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11084124160 19609 33554432000 4194304 4196468 140736861326160 140142395087184 140143826790299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25522] ppid=25457 vsize=10824340 memory=-7533522213388100735 CPUtime=0.22 cores=0,2,4,6
/proc/25460/task/25522/stat : 25522 (java) S 25457 25460 19880 0 -1 1077944384 725 13123 0 0 15 0 4 3 20 0 15 0 406149993 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143250835824 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25523] ppid=25457 vsize=10824340 memory=7679937539659563834 CPUtime=0.19 cores=0,2,4,6
/proc/25460/task/25523/stat : 25523 (java) S 25457 25460 19880 0 -1 1077944384 534 13123 0 0 12 0 4 3 20 0 15 0 406149993 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143249783024 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25524] ppid=25457 vsize=10824340 memory=7682744562830902035 CPUtime=0.24 cores=0,2,4,6
/proc/25460/task/25524/stat : 25524 (java) R 25457 25460 19880 0 -1 4202560 815 13123 0 0 17 0 4 3 20 0 15 0 406149993 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143248730224 140143819868539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25525] ppid=25457 vsize=10824340 memory=4137287014106042739 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25525/stat : 25525 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11084124160 19609 33554432000 4194304 4196468 140736861326160 140142361528544 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25526] ppid=25457 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25526/stat : 25526 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149993 11084124160 19609 33554432000 4194304 4196468 140736861326160 140143247678640 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78436 KiB

[startup+1.5007 s]
/proc/loadavg: 1.26 1.32 1.40 4/231 25526
/proc/meminfo: memFree=30242396/32770624 swapFree=66965656/67108860
[pid=25460] ppid=25457 vsize=10834656 memory=171804 CPUtime=2.69 cores=0,2,4,6
/proc/25460/stat : 25460 (java) S 25457 25460 19880 0 -1 1077944320 22026 13123 0 0 252 10 4 3 20 0 15 0 406149978 11094687744 42951 33554432000 4194304 4196468 140736861326160 140736861308704 140143826771703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
/proc/25460/statm: 2708664 42951 3577 1 0 2670733 0
[pid=25460/tid=25513] ppid=25457 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/25460/task/25513/stat : 25513 (java) R 25457 25460 19880 0 -1 4202560 15264 13123 0 0 130 6 4 3 20 0 15 0 406149987 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143798597264 140143810117334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25514] ppid=25457 vsize=10834656 memory=91748 CPUtime=0.08 cores=0,2,4,6
/proc/25460/task/25514/stat : 25514 (java) S 25457 25460 19880 0 -1 1077944384 315 13123 0 0 1 0 4 3 20 0 15 0 406149988 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143831014032 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25515] ppid=25457 vsize=10834656 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/25460/task/25515/stat : 25515 (java) S 25457 25460 19880 0 -1 1077944384 66 13123 0 0 1 0 4 3 20 0 15 0 406149988 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143719287312 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25516] ppid=25457 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25460/task/25516/stat : 25516 (java) S 25457 25460 19880 0 -1 1077944384 43 13123 0 0 1 0 4 3 20 0 15 0 406149988 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143718234512 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25517] ppid=25457 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25517/stat : 25517 (java) S 25457 25460 19880 0 -1 1077944384 61 13123 0 0 0 0 4 3 20 0 15 0 406149988 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143717181712 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25518] ppid=25457 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25460/task/25518/stat : 25518 (java) S 25457 25460 19880 0 -1 1077944384 155 13123 0 0 1 0 4 3 20 0 15 0 406149990 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143285447536 140143826782850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25519] ppid=25457 vsize=10834656 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25519/stat : 25519 (java) S 25457 25460 19880 0 -1 1077944384 34 13123 0 0 0 0 4 3 20 0 15 0 406149990 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143284393568 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25520] ppid=25457 vsize=10834656 memory=1764 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25520/stat : 25520 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149990 11094687744 42951 33554432000 4194304 4196468 140736861326160 140142702486912 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25521] ppid=25457 vsize=10834656 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25521/stat : 25521 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11094687744 42951 33554432000 4194304 4196468 140736861326160 140142395087184 140143826790299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25522] ppid=25457 vsize=10834656 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/25460/task/25522/stat : 25522 (java) S 25457 25460 19880 0 -1 1077944384 1060 13123 0 0 34 0 4 3 20 0 15 0 406149993 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143250835824 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25523] ppid=25457 vsize=10834656 memory=249373653014989 CPUtime=0.42 cores=0,2,4,6
/proc/25460/task/25523/stat : 25523 (java) S 25457 25460 19880 0 -1 1077944384 1305 13123 0 0 35 0 4 3 20 0 15 0 406149993 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143249783024 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25524] ppid=25457 vsize=10834656 memory=2177260 CPUtime=0.52 cores=0,2,4,6
/proc/25460/task/25524/stat : 25524 (java) S 25457 25460 19880 0 -1 1077944384 1505 13123 0 0 45 0 4 3 20 0 15 0 406149993 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143248730224 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25525] ppid=25457 vsize=10834656 memory=6935649255759569234 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25525/stat : 25525 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11094687744 42951 33554432000 4194304 4196468 140736861326160 140142361528544 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25526] ppid=25457 vsize=10834656 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25526/stat : 25526 (java) S 25457 25460 19880 0 -1 1077944384 1 13123 0 0 0 0 4 3 20 0 15 0 406149993 11094687744 42951 33554432000 4194304 4196468 140736861326160 140143247678640 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 10834656 KiB

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

/proc/25460/task/25513/stat : 25513 (java) R 25457 25460 19880 0 -1 4202560 61348 13123 0 0 235514 49 4 3 20 0 15 0 406149987 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143798607744 140143404308264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25514] ppid=25457 vsize=10844916 memory=976924 CPUtime=12.9 cores=0,2,4,6
/proc/25460/task/25514/stat : 25514 (java) S 25457 25460 19880 0 -1 1077944384 15212 13123 0 0 1226 57 4 3 20 0 15 0 406149988 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143831014032 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25515] ppid=25457 vsize=10844916 memory=974816 CPUtime=12.93 cores=0,2,4,6
/proc/25460/task/25515/stat : 25515 (java) S 25457 25460 19880 0 -1 1077944384 13857 13123 0 0 1230 56 4 3 20 0 15 0 406149988 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143719287312 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25516] ppid=25457 vsize=10844916 memory=976880 CPUtime=12.92 cores=0,2,4,6
/proc/25460/task/25516/stat : 25516 (java) S 25457 25460 19880 0 -1 1077944384 12700 13123 0 0 1227 58 4 3 20 0 15 0 406149988 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143718234512 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25517] ppid=25457 vsize=10844916 memory=976880 CPUtime=12.93 cores=0,2,4,6
/proc/25460/task/25517/stat : 25517 (java) S 25457 25460 19880 0 -1 1077944384 15372 13123 0 0 1225 61 4 3 20 0 15 0 406149988 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143717181712 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25518] ppid=25457 vsize=10844916 memory=976924 CPUtime=10.87 cores=0,2,4,6
/proc/25460/task/25518/stat : 25518 (java) S 25457 25460 19880 0 -1 1077944384 14037 13123 0 0 1024 56 4 3 20 0 15 0 406149990 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143285447536 140143826782850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25519] ppid=25457 vsize=10844916 memory=4104 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25519/stat : 25519 (java) S 25457 25460 19880 0 -1 1077944384 39 13123 0 0 0 0 4 3 20 0 15 0 406149990 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143284393568 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25520] ppid=25457 vsize=10844916 memory=974832 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25520/stat : 25520 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149990 11105193984 244231 33554432000 4194304 4196468 140736861326160 140142702486912 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25521] ppid=25457 vsize=10844916 memory=2048 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25521/stat : 25521 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11105193984 244231 33554432000 4194304 4196468 140736861326160 140142395087184 140143826790299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25522] ppid=25457 vsize=10844916 memory=976924 CPUtime=3.37 cores=0,2,4,6
/proc/25460/task/25522/stat : 25522 (java) S 25457 25460 19880 0 -1 1077944384 12772 13123 0 0 328 2 4 3 20 0 15 0 406149993 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143250835824 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25523] ppid=25457 vsize=10844916 memory=974816 CPUtime=3.22 cores=0,2,4,6
/proc/25460/task/25523/stat : 25523 (java) S 25457 25460 19880 0 -1 1077944384 13663 13123 0 0 312 3 4 3 20 0 15 0 406149993 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143249783024 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25524] ppid=25457 vsize=10844916 memory=974816 CPUtime=3.16 cores=0,2,4,6
/proc/25460/task/25524/stat : 25524 (java) S 25457 25460 19880 0 -1 1077944384 17741 13123 0 0 303 6 4 3 20 0 15 0 406149993 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143248730224 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25525] ppid=25457 vsize=10844916 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25525/stat : 25525 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11105193984 244231 33554432000 4194304 4196468 140736861326160 140142361528544 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25526] ppid=25457 vsize=10844916 memory=3428 CPUtime=1.51 cores=0,2,4,6
/proc/25460/task/25526/stat : 25526 (java) S 25457 25460 19880 0 -1 1077944384 1242 13123 0 0 65 79 4 3 20 0 15 0 406149993 11105193984 244231 33554432000 4194304 4196468 140736861326160 140143247678640 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
Current children cumulated CPU time: 2428.95 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 976924 KiB

[startup+2442.3 s]
/proc/loadavg: 0.54 0.65 0.80 2/211 25827
/proc/meminfo: memFree=30090604/32770624 swapFree=66965704/67108860
[pid=25460] ppid=25457 vsize=10844916 memory=977004 CPUtime=2489.99 cores=0,2,4,6
/proc/25460/stat : 25460 (java) S 25457 25460 19880 0 -1 1077944320 181633 13123 0 0 248623 369 4 3 20 0 15 0 406149978 11105193984 244251 33554432000 4194304 4196468 140736861326160 140736861308704 140143826771703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
/proc/25460/statm: 2711229 244251 3617 1 0 2673293 0
[pid=25460/tid=25513] ppid=25457 vsize=10844916 memory=977004 CPUtime=2415.03 cores=0,2,4,6
/proc/25460/task/25513/stat : 25513 (java) R 25457 25460 19880 0 -1 4202560 62094 13123 0 0 241446 50 4 3 20 0 15 0 406149987 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143798607376 140143809293274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25514] ppid=25457 vsize=10844916 memory=6791534058613427641 CPUtime=13.25 cores=0,2,4,6
/proc/25460/task/25514/stat : 25514 (java) S 25457 25460 19880 0 -1 1077944384 15487 13123 0 0 1260 58 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143831014032 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25515] ppid=25457 vsize=10844916 memory=976976 CPUtime=13.27 cores=0,2,4,6
/proc/25460/task/25515/stat : 25515 (java) S 25457 25460 19880 0 -1 1077944384 13876 13123 0 0 1263 57 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143719287312 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25516] ppid=25457 vsize=10844916 memory=976936 CPUtime=13.26 cores=0,2,4,6
/proc/25460/task/25516/stat : 25516 (java) S 25457 25460 19880 0 -1 1077944384 12826 13123 0 0 1259 60 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143718234512 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25517] ppid=25457 vsize=10844916 memory=974816 CPUtime=13.27 cores=0,2,4,6
/proc/25460/task/25517/stat : 25517 (java) S 25457 25460 19880 0 -1 1077944384 15402 13123 0 0 1257 63 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143717181712 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25518] ppid=25457 vsize=10844916 memory=976924 CPUtime=11.14 cores=0,2,4,6
/proc/25460/task/25518/stat : 25518 (java) S 25457 25460 19880 0 -1 1077944384 14258 13123 0 0 1050 57 4 3 20 0 15 0 406149990 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143285447536 140143826782850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25519] ppid=25457 vsize=10844916 memory=230353 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25519/stat : 25519 (java) S 25457 25460 19880 0 -1 1077944384 39 13123 0 0 0 0 4 3 20 0 15 0 406149990 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143284393568 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25520] ppid=25457 vsize=10844916 memory=976936 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25520/stat : 25520 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149990 11105193984 244251 33554432000 4194304 4196468 140736861326160 140142702486912 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25521] ppid=25457 vsize=10844916 memory=976976 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25521/stat : 25521 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140142395087184 140143826790299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25522] ppid=25457 vsize=10844916 memory=976976 CPUtime=3.38 cores=0,2,4,6
/proc/25460/task/25522/stat : 25522 (java) S 25457 25460 19880 0 -1 1077944384 12774 13123 0 0 328 3 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143250835824 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25523] ppid=25457 vsize=10844916 memory=976976 CPUtime=3.22 cores=0,2,4,6
/proc/25460/task/25523/stat : 25523 (java) S 25457 25460 19880 0 -1 1077944384 13665 13123 0 0 312 3 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143249783024 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25524] ppid=25457 vsize=10844916 memory=976976 CPUtime=3.16 cores=0,2,4,6
/proc/25460/task/25524/stat : 25524 (java) S 25457 25460 19880 0 -1 1077944384 17743 13123 0 0 303 6 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143248730224 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25525] ppid=25457 vsize=10844916 memory=976976 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25525/stat : 25525 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140142361528544 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25526] ppid=25457 vsize=10844916 memory=976976 CPUtime=1.55 cores=0,2,4,6
/proc/25460/task/25526/stat : 25526 (java) S 25457 25460 19880 0 -1 1077944384 1250 13123 0 0 67 81 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143247678640 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
Current children cumulated CPU time: 2489.99 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 977004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.9 s]
/proc/loadavg: 0.77 0.70 0.81 2/210 25829
/proc/meminfo: memFree=30090876/32770624 swapFree=66965704/67108860
[pid=25460] ppid=25457 vsize=10844916 memory=977004 CPUtime=2520.09 cores=0,2,4,6
/proc/25460/stat : 25460 (java) S 25457 25460 19880 0 -1 1077944320 181989 13123 0 0 251629 373 4 3 20 0 15 0 406149978 11105193984 244251 33554432000 4194304 4196468 140736861326160 140736861308704 140143826771703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
/proc/25460/statm: 2711229 244251 3617 1 0 2673293 0
[pid=25460/tid=25513] ppid=25457 vsize=10844916 memory=977004 CPUtime=2444.29 cores=0,2,4,6
/proc/25460/task/25513/stat : 25513 (java) R 25457 25460 19880 0 -1 4202560 62391 13123 0 0 244372 50 4 3 20 0 15 0 406149987 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143798606896 140143403641240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25514] ppid=25457 vsize=10844916 memory=977004 CPUtime=13.41 cores=0,2,4,6
/proc/25460/task/25514/stat : 25514 (java) S 25457 25460 19880 0 -1 1077944384 15509 13123 0 0 1276 58 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143831014032 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25515] ppid=25457 vsize=10844916 memory=977004 CPUtime=13.45 cores=0,2,4,6
/proc/25460/task/25515/stat : 25515 (java) S 25457 25460 19880 0 -1 1077944384 13886 13123 0 0 1280 58 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143719287312 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25516] ppid=25457 vsize=10844916 memory=977004 CPUtime=13.43 cores=0,2,4,6
/proc/25460/task/25516/stat : 25516 (java) S 25457 25460 19880 0 -1 1077944384 12831 13123 0 0 1275 61 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143718234512 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25517] ppid=25457 vsize=10844916 memory=0 CPUtime=13.44 cores=0,2,4,6
/proc/25460/task/25517/stat : 25517 (java) S 25457 25460 19880 0 -1 1077944384 15402 13123 0 0 1273 64 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143717181712 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25518] ppid=25457 vsize=10844916 memory=977004 CPUtime=11.28 cores=0,2,4,6
/proc/25460/task/25518/stat : 25518 (java) S 25457 25460 19880 0 -1 1077944384 14271 13123 0 0 1063 58 4 3 20 0 15 0 406149990 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143285447536 140143826782850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25519] ppid=25457 vsize=10844916 memory=1216 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25519/stat : 25519 (java) S 25457 25460 19880 0 -1 1077944384 39 13123 0 0 0 0 4 3 20 0 15 0 406149990 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143284393568 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25520] ppid=25457 vsize=10844916 memory=977004 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25520/stat : 25520 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149990 11105193984 244251 33554432000 4194304 4196468 140736861326160 140142702486912 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25521] ppid=25457 vsize=10844916 memory=977004 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25521/stat : 25521 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140142395087184 140143826790299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25522] ppid=25457 vsize=10844916 memory=977004 CPUtime=3.38 cores=0,2,4,6
/proc/25460/task/25522/stat : 25522 (java) S 25457 25460 19880 0 -1 1077944384 12776 13123 0 0 328 3 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143250835824 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25523] ppid=25457 vsize=10844916 memory=977004 CPUtime=3.22 cores=0,2,4,6
/proc/25460/task/25523/stat : 25523 (java) S 25457 25460 19880 0 -1 1077944384 13668 13123 0 0 312 3 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143249783024 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25524] ppid=25457 vsize=10844916 memory=977004 CPUtime=3.16 cores=0,2,4,6
/proc/25460/task/25524/stat : 25524 (java) S 25457 25460 19880 0 -1 1077944384 17745 13123 0 0 303 6 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143248730224 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25525] ppid=25457 vsize=10844916 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25525/stat : 25525 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140142361528544 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25526] ppid=25457 vsize=10844916 memory=1800 CPUtime=1.57 cores=0,2,4,6
/proc/25460/task/25526/stat : 25526 (java) S 25457 25460 19880 0 -1 1077944384 1252 13123 0 0 68 82 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143247678640 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 977004 KiB

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

[startup+2471.93 s]
# the end of solver process 25460 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.36 s, system=3.77952 s

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

[startup+2471.9 s]
/proc/loadavg: 0.77 0.70 0.81 2/210 25829
/proc/meminfo: memFree=30090876/32770624 swapFree=66965704/67108860
[pid=25460] ppid=25457 vsize=10844916 memory=977004 CPUtime=2520.09 cores=0,2,4,6
/proc/25460/stat : 25460 (java) S 25457 25460 19880 0 -1 1077944320 181989 13123 0 0 251629 373 4 3 20 0 15 0 406149978 11105193984 244251 33554432000 4194304 4196468 140736861326160 140736861308704 140143826771703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
/proc/25460/statm: 2711229 244251 3617 1 0 2673293 0
[pid=25460/tid=25513] ppid=25457 vsize=10844916 memory=977004 CPUtime=2444.29 cores=0,2,4,6
/proc/25460/task/25513/stat : 25513 (java) R 25457 25460 19880 0 -1 4202560 62391 13123 0 0 244372 50 4 3 20 0 15 0 406149987 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143798606896 140143403641240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25514] ppid=25457 vsize=10844916 memory=977004 CPUtime=13.41 cores=0,2,4,6
/proc/25460/task/25514/stat : 25514 (java) S 25457 25460 19880 0 -1 1077944384 15509 13123 0 0 1276 58 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143831014032 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25515] ppid=25457 vsize=10844916 memory=977004 CPUtime=13.45 cores=0,2,4,6
/proc/25460/task/25515/stat : 25515 (java) S 25457 25460 19880 0 -1 1077944384 13886 13123 0 0 1280 58 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143719287312 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25516] ppid=25457 vsize=10844916 memory=977004 CPUtime=13.43 cores=0,2,4,6
/proc/25460/task/25516/stat : 25516 (java) S 25457 25460 19880 0 -1 1077944384 12831 13123 0 0 1275 61 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143718234512 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25517] ppid=25457 vsize=10844916 memory=0 CPUtime=13.44 cores=0,2,4,6
/proc/25460/task/25517/stat : 25517 (java) S 25457 25460 19880 0 -1 1077944384 15402 13123 0 0 1273 64 4 3 20 0 15 0 406149988 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143717181712 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25518] ppid=25457 vsize=10844916 memory=977004 CPUtime=11.28 cores=0,2,4,6
/proc/25460/task/25518/stat : 25518 (java) S 25457 25460 19880 0 -1 1077944384 14271 13123 0 0 1063 58 4 3 20 0 15 0 406149990 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143285447536 140143826782850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25519] ppid=25457 vsize=10844916 memory=1216 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25519/stat : 25519 (java) S 25457 25460 19880 0 -1 1077944384 39 13123 0 0 0 0 4 3 20 0 15 0 406149990 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143284393568 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25520] ppid=25457 vsize=10844916 memory=977004 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25520/stat : 25520 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149990 11105193984 244251 33554432000 4194304 4196468 140736861326160 140142702486912 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25521] ppid=25457 vsize=10844916 memory=977004 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25521/stat : 25521 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140142395087184 140143826790299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25522] ppid=25457 vsize=10844916 memory=977004 CPUtime=3.38 cores=0,2,4,6
/proc/25460/task/25522/stat : 25522 (java) S 25457 25460 19880 0 -1 1077944384 12776 13123 0 0 328 3 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143250835824 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25523] ppid=25457 vsize=10844916 memory=977004 CPUtime=3.22 cores=0,2,4,6
/proc/25460/task/25523/stat : 25523 (java) S 25457 25460 19880 0 -1 1077944384 13668 13123 0 0 312 3 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143249783024 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25524] ppid=25457 vsize=10844916 memory=977004 CPUtime=3.16 cores=0,2,4,6
/proc/25460/task/25524/stat : 25524 (java) S 25457 25460 19880 0 -1 1077944384 17745 13123 0 0 303 6 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143248730224 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25525] ppid=25457 vsize=10844916 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/25460/task/25525/stat : 25525 (java) S 25457 25460 19880 0 -1 1077944384 3 13123 0 0 0 0 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140142361528544 140143826781909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
[pid=25460/tid=25526] ppid=25457 vsize=10844916 memory=1800 CPUtime=1.57 cores=0,2,4,6
/proc/25460/task/25526/stat : 25526 (java) S 25457 25460 19880 0 -1 1077944384 1252 13123 0 0 68 82 4 3 20 0 15 0 406149993 11105193984 244251 33554432000 4194304 4196468 140736861326160 140143247678640 140143826782850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12361728 140736861334262 140736861336773 140736861336773 140736861339599 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 977004 KiB

Child status: 143
Real time (s): 2471.93
CPU time (s): 2520.14
CPU user time (s): 2516.36
CPU system time (s): 3.77952
CPU usage (%): 101.95
Max. virtual memory (cumulated for all children) (KiB): 10847564
Max. memory (cumulated for all children) (KiB): 977004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.36
system time used= 3.77952
maximum resident set size= 981216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314852
involuntary context switches= 7602


# summary of solver processes directly reported to runsolver:
#   pid: 25460
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.36
#   total CPU system time (s): 3.77952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2626 second user time and 20.2207 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-12 16:36:04
IDJOB=4387331
IDBENCH=134574
IDSOLVER=2823
FILE ID=node135/4387331-1568299004
RUNJOBID= node135-1568286944-21597
PBS_JOBID= 21701073
Free space on /tmp= 56716 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-4_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387331-1568299004/watcher-4387331-1568299004 -o /tmp/evaluation-result-4387331-1568299004/solver-4387331-1568299004 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21597 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=911620921 HOME/instance-4387331-1568299004.xml

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

MD5SUM BENCH= f5121aa225c6127ab5abec7ec5104cc1
RANDOM SEED=911620921

node135.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.76
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.76
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.76
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.76
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:        30328460 kB
MemAvailable:   31171376 kB
Buffers:          103152 kB
Cached:          1004664 kB
SwapCached:        36256 kB
Active:          1173292 kB
Inactive:         668228 kB
Active(anon):     704048 kB
Inactive(anon):    60384 kB
Active(file):     469244 kB
Inactive(file):   607844 kB
Unevictable:      108968 kB
Mlocked:          108968 kB
SwapTotal:      67108860 kB
SwapFree:       66965656 kB
Dirty:             35268 kB
Writeback:             0 kB
AnonPages:        807236 kB
Mapped:            46488 kB
Shmem:             22100 kB
Slab:             193940 kB
SReclaimable:     163324 kB
SUnreclaim:        30616 kB
KernelStack:        3760 kB
PageTables:         7024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1917564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    727040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 56716 MiB
End job on node135 at 2019-09-12 17:17:16