Trace number 4387116

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.1 2471.73

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-25.xml
MD5SUMff4f1513315dd8e08dcc4cf2bbbe3209
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints75
Number of domains2
Minimum domain size25
Maximum domain size50
Distribution of domain sizes[{"size":25,"count":50},{"size":50,"count":50}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":50},{"degree":50,"count":50}]
Minimum constraint arity2
Maximum constraint arity51
Distribution of constraint arities[{"arity":2,"count":25},{"arity":51,"count":50}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"element","count":50}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387116-1568291487/watcher-4387116-1568291487 -o /tmp/evaluation-result-4387116-1568291487/solver-4387116-1568291487 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2003067057 HOME/instance-4387116-1568291487.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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=5049, runsolver pid=5046
Current StackSize limit: 8192 KiB


[startup+0.10043 s]*
/proc/loadavg: 1.83 1.72 1.54 3/220 5106
/proc/meminfo: memFree=18441212/32770624 swapFree=66952812/67108860
[pid=5049] ppid=5046 vsize=9972712 memory=18596 CPUtime=0.1 cores=0,2,4,6
/proc/5049/stat : 5049 (java) S 5046 5049 2339 0 -1 1077944320 4352 13066 0 0 1 1 5 3 20 0 6 0 405090691 10212057088 4583 33554432000 4194304 4196468 140730448009808 140730447992352 139741100203767 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
/proc/5049/statm: 2493178 4583 1931 1 0 2481616 0
[pid=5049/tid=5102] ppid=5046 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/5049/task/5102/stat : 5102 (java) R 5046 5049 2339 0 -1 4202560 2176 13066 0 0 1 0 5 3 20 0 6 0 405090699 10212057088 4649 33554432000 4194304 4196468 140730448009808 139741072040528 139741085515769 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5103] ppid=5046 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5103/stat : 5103 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 6 0 405090700 10212057088 4649 33554432000 4194304 4196468 140730448009808 139741104446480 139741100213973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5104] ppid=5046 vsize=9972712 memory=140553181693568 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5104/stat : 5104 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 6 0 405090700 10212057088 4649 33554432000 4194304 4196468 140730448009808 139740992720016 139741100213973 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5105] ppid=5046 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5105/stat : 5105 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 6 0 405090700 10212057088 4649 33554432000 4194304 4196468 140730448009808 139740991666960 139741100213973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5106] ppid=5046 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5106/stat : 5106 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 6 0 405090700 10212057088 4649 33554432000 4194304 4196468 140730448009808 139740990614416 139741100213973 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209982 s]*
/proc/loadavg: 1.83 1.72 1.54 4/229 5115
/proc/meminfo: memFree=18423124/32770624 swapFree=66952812/67108860
[pid=5049] ppid=5046 vsize=10818940 memory=41820 CPUtime=0.26 cores=0,2,4,6
/proc/5049/stat : 5049 (java) S 5046 5049 2339 0 -1 1077944320 6779 13066 0 0 17 1 5 3 20 0 15 0 405090691 11078594560 10455 33554432000 4194304 4196468 140730448009808 140730447992352 139741100203767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
/proc/5049/statm: 2704735 10455 2982 1 0 2667149 0
[pid=5049/tid=5102] ppid=5046 vsize=10818940 memory=7822038051842263955 CPUtime=0.19 cores=0,2,4,6
/proc/5049/task/5102/stat : 5102 (java) R 5046 5049 2339 0 -1 4202560 3266 13066 0 0 11 0 5 3 20 0 15 0 405090699 11078594560 10455 33554432000 4194304 4196468 140730448009808 139741072036496 139741100225693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5103] ppid=5046 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5103/stat : 5103 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090700 11078594560 10455 33554432000 4194304 4196468 140730448009808 139741104446480 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5104] ppid=5046 vsize=10818940 memory=140553181693568 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5104/stat : 5104 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090700 11078594560 10455 33554432000 4194304 4196468 140730448009808 139740992720016 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5105] ppid=5046 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5105/stat : 5105 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090700 11078594560 10455 33554432000 4194304 4196468 140730448009808 139740991666960 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5106] ppid=5046 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5106/stat : 5106 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090700 11078594560 10455 33554432000 4194304 4196468 140730448009808 139740990614416 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5107] ppid=5046 vsize=10818940 memory=140553181693568 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5107/stat : 5107 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090702 11078594560 10455 33554432000 4194304 4196468 140730448009808 139740559653104 139741100214914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5108] ppid=5046 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5108/stat : 5108 (java) S 5046 5049 2339 0 -1 1077944384 33 13066 0 0 0 0 5 3 20 0 15 0 405090702 11078594560 10455 33554432000 4194304 4196468 140730448009808 139740558599328 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5109] ppid=5046 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5109/stat : 5109 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090702 11078594560 10455 33554432000 4194304 4196468 140730448009808 139740451955440 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5110] ppid=5046 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5110/stat : 5110 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090705 11078594560 10455 33554432000 4194304 4196468 140730448009808 139739847976912 139741100222363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5111] ppid=5046 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5049/task/5111/stat : 5111 (java) S 5046 5049 2339 0 -1 1077944384 360 13066 0 0 1 0 5 3 20 0 15 0 405090705 11078594560 10455 33554432000 4194304 4196468 140730448009808 139740525042416 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5112] ppid=5046 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5049/task/5112/stat : 5112 (java) S 5046 5049 2339 0 -1 1077944384 281 13066 0 0 1 0 5 3 20 0 15 0 405090705 11078594560 10455 33554432000 4194304 4196468 140730448009808 139740523989872 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5113] ppid=5046 vsize=10818940 memory=140553181693568 CPUtime=0.11 cores=0,2,4,6
/proc/5049/task/5113/stat : 5113 (java) S 5046 5049 2339 0 -1 1077944384 622 13066 0 0 3 0 5 3 20 0 15 0 405090705 11078594560 10455 33554432000 4194304 4196468 140730448009808 139740522936816 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5114] ppid=5046 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5114/stat : 5114 (java) S 5046 5049 2339 0 -1 1077944384 3 13066 0 0 0 0 5 3 20 0 15 0 405090705 11078594560 10455 33554432000 4194304 4196468 140730448009808 139739378215776 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5115] ppid=5046 vsize=10818940 memory=140553181693568 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5115/stat : 5115 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090705 11078594560 10455 33554432000 4194304 4196468 140730448009808 139740521884208 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41820 KiB

[startup+0.317648 s]*
/proc/loadavg: 1.83 1.72 1.54 3/229 5115
/proc/meminfo: memFree=18409580/32770624 swapFree=66952812/67108860
[pid=5049] ppid=5046 vsize=10820244 memory=53412 CPUtime=0.41 cores=0,2,4,6
/proc/5049/stat : 5049 (java) S 5046 5049 2339 0 -1 1077944320 10565 13066 0 0 30 3 5 3 20 0 15 0 405090691 11079929856 13353 33554432000 4194304 4196468 140730448009808 140730447992352 139741100203767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
/proc/5049/statm: 2705061 13353 3301 1 0 2667149 0
[pid=5049/tid=5102] ppid=5046 vsize=10820244 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/5049/task/5102/stat : 5102 (java) R 5046 5049 2339 0 -1 4202560 7025 13066 0 0 20 2 5 3 20 0 15 0 405090699 11079929856 13353 33554432000 4194304 4196468 140730448009808 139741072016208 139741100225693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5103] ppid=5046 vsize=10820244 memory=7158314830434169196 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5103/stat : 5103 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090700 11079929856 13353 33554432000 4194304 4196468 140730448009808 139741104446480 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5104] ppid=5046 vsize=10820244 memory=5788339726952981056 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5104/stat : 5104 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090700 11079929856 13353 33554432000 4194304 4196468 140730448009808 139740992720016 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5105] ppid=5046 vsize=10820244 memory=7019607641147459269 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5105/stat : 5105 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090700 11079929856 13353 33554432000 4194304 4196468 140730448009808 139740991666960 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5106] ppid=5046 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5106/stat : 5106 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090700 11079929856 13353 33554432000 4194304 4196468 140730448009808 139740990614416 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5107] ppid=5046 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5107/stat : 5107 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090702 11079929856 13353 33554432000 4194304 4196468 140730448009808 139740559653104 139741100214914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5108] ppid=5046 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5108/stat : 5108 (java) S 5046 5049 2339 0 -1 1077944384 33 13066 0 0 0 0 5 3 20 0 15 0 405090702 11079929856 13353 33554432000 4194304 4196468 140730448009808 139740558599328 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5109] ppid=5046 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5109/stat : 5109 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090702 11079929856 13353 33554432000 4194304 4196468 140730448009808 139740451955440 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5110] ppid=5046 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5110/stat : 5110 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090705 11079929856 13353 33554432000 4194304 4196468 140730448009808 139739847976912 139741100222363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5111] ppid=5046 vsize=10820244 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5049/task/5111/stat : 5111 (java) S 5046 5049 2339 0 -1 1077944384 370 13066 0 0 2 0 5 3 20 0 15 0 405090705 11079929856 13353 33554432000 4194304 4196468 140730448009808 139740525042416 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5112] ppid=5046 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5049/task/5112/stat : 5112 (java) S 5046 5049 2339 0 -1 1077944384 282 13066 0 0 1 0 5 3 20 0 15 0 405090705 11079929856 13353 33554432000 4194304 4196468 140730448009808 139740523989872 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5113] ppid=5046 vsize=10820244 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5049/task/5113/stat : 5113 (java) S 5046 5049 2339 0 -1 1077944384 635 13066 0 0 5 0 5 3 20 0 15 0 405090705 11079929856 13353 33554432000 4194304 4196468 140730448009808 139740522936816 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5114] ppid=5046 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5114/stat : 5114 (java) S 5046 5049 2339 0 -1 1077944384 3 13066 0 0 0 0 5 3 20 0 15 0 405090705 11079929856 13353 33554432000 4194304 4196468 140730448009808 139739378215776 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5115] ppid=5046 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5115/stat : 5115 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090705 11079929856 13353 33554432000 4194304 4196468 140730448009808 139740521884208 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 53412 KiB

[startup+0.7007 s]
/proc/loadavg: 1.83 1.72 1.54 5/229 5115
/proc/meminfo: memFree=18396788/32770624 swapFree=66952812/67108860
[pid=5049] ppid=5046 vsize=10824340 memory=82780 CPUtime=1.16 cores=0,2,4,6
/proc/5049/stat : 5049 (java) S 5046 5049 2339 0 -1 1077944320 14379 13066 0 0 102 6 5 3 20 0 15 0 405090691 11084124160 20695 33554432000 4194304 4196468 140730448009808 140730447992352 139741100203767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
/proc/5049/statm: 2706085 20695 3507 1 0 2668173 0
[pid=5049/tid=5102] ppid=5046 vsize=10824340 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/5049/task/5102/stat : 5102 (java) R 5046 5049 2339 0 -1 1077944384 10076 13066 0 0 55 4 5 3 20 0 15 0 405090699 11084124160 20695 33554432000 4194304 4196468 140730448009808 139741072030752 139741100225789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5103] ppid=5046 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5103/stat : 5103 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090700 11084124160 20695 33554432000 4194304 4196468 140730448009808 139741104446480 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5104] ppid=5046 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5104/stat : 5104 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090700 11084124160 20695 33554432000 4194304 4196468 140730448009808 139740992720016 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5105] ppid=5046 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5105/stat : 5105 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090700 11084124160 20695 33554432000 4194304 4196468 140730448009808 139740991666960 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5106] ppid=5046 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5106/stat : 5106 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090700 11084124160 20695 33554432000 4194304 4196468 140730448009808 139740990614416 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5107] ppid=5046 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5107/stat : 5107 (java) S 5046 5049 2339 0 -1 1077944384 5 13066 0 0 0 0 5 3 20 0 15 0 405090702 11084124160 20695 33554432000 4194304 4196468 140730448009808 139740559653104 139741100214914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5108] ppid=5046 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5108/stat : 5108 (java) S 5046 5049 2339 0 -1 1077944384 33 13066 0 0 0 0 5 3 20 0 15 0 405090702 11084124160 20695 33554432000 4194304 4196468 140730448009808 139740558599328 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5109] ppid=5046 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5109/stat : 5109 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090702 11084124160 20695 33554432000 4194304 4196468 140730448009808 139740451955440 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5110] ppid=5046 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5110/stat : 5110 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090705 11084124160 20695 33554432000 4194304 4196468 140730448009808 139739847976912 139741100222363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5111] ppid=5046 vsize=10824340 memory=140553073231760 CPUtime=0.23 cores=0,2,4,6
/proc/5049/task/5111/stat : 5111 (java) S 5046 5049 2339 0 -1 1077944384 719 13066 0 0 15 0 5 3 20 0 15 0 405090705 11084124160 20695 33554432000 4194304 4196468 140730448009808 139740525042416 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5112] ppid=5046 vsize=10824340 memory=24964 CPUtime=0.2 cores=0,2,4,6
/proc/5049/task/5112/stat : 5112 (java) S 5046 5049 2339 0 -1 1077944384 540 13066 0 0 12 0 5 3 20 0 15 0 405090705 11084124160 20695 33554432000 4194304 4196468 140730448009808 139740523989872 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5113] ppid=5046 vsize=10824340 memory=2244 CPUtime=0.25 cores=0,2,4,6
/proc/5049/task/5113/stat : 5113 (java) S 5046 5049 2339 0 -1 1077944384 789 13066 0 0 17 0 5 3 20 0 15 0 405090705 11084124160 20695 33554432000 4194304 4196468 140730448009808 139740522936816 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5114] ppid=5046 vsize=10824340 memory=140553073229168 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5114/stat : 5114 (java) S 5046 5049 2339 0 -1 1077944384 3 13066 0 0 0 0 5 3 20 0 15 0 405090705 11084124160 20695 33554432000 4194304 4196468 140730448009808 139739378215776 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5115] ppid=5046 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5115/stat : 5115 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090705 11084124160 20695 33554432000 4194304 4196468 140730448009808 139740521884208 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82780 KiB

[startup+1.50073 s]
/proc/loadavg: 1.83 1.72 1.54 3/229 5115
/proc/meminfo: memFree=18355448/32770624 swapFree=66952812/67108860
[pid=5049] ppid=5046 vsize=10834656 memory=168512 CPUtime=2.47 cores=0,2,4,6
/proc/5049/stat : 5049 (java) S 5046 5049 2339 0 -1 1077944320 23473 13066 0 0 228 11 5 3 20 0 15 0 405090691 11094687744 42128 33554432000 4194304 4196468 140730448009808 140730447992352 139741100203767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
/proc/5049/statm: 2708664 42128 3580 1 0 2670733 0
[pid=5049/tid=5102] ppid=5046 vsize=10834656 memory=18 CPUtime=1.44 cores=0,2,4,6
/proc/5049/task/5102/stat : 5102 (java) R 5046 5049 2339 0 -1 4202560 14876 13066 0 0 130 6 5 3 20 0 15 0 405090699 11094687744 42128 33554432000 4194304 4196468 140730448009808 139741072006704 139740674154944 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5103] ppid=5046 vsize=10834656 memory=25 CPUtime=0.09 cores=0,2,4,6
/proc/5049/task/5103/stat : 5103 (java) S 5046 5049 2339 0 -1 1077944384 94 13066 0 0 1 0 5 3 20 0 15 0 405090700 11094687744 42128 33554432000 4194304 4196468 140730448009808 139741104446480 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5104] ppid=5046 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5049/task/5104/stat : 5104 (java) S 5046 5049 2339 0 -1 1077944384 31 13066 0 0 1 0 5 3 20 0 15 0 405090700 11094687744 42128 33554432000 4194304 4196468 140730448009808 139740992720016 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5105] ppid=5046 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5049/task/5105/stat : 5105 (java) S 5046 5049 2339 0 -1 1077944384 440 13066 0 0 1 0 5 3 20 0 15 0 405090700 11094687744 42128 33554432000 4194304 4196468 140730448009808 139740991666960 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5106] ppid=5046 vsize=10834656 memory=99556 CPUtime=0.09 cores=0,2,4,6
/proc/5049/task/5106/stat : 5106 (java) S 5046 5049 2339 0 -1 1077944384 133 13066 0 0 1 0 5 3 20 0 15 0 405090700 11094687744 42128 33554432000 4194304 4196468 140730448009808 139740990614416 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5107] ppid=5046 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5049/task/5107/stat : 5107 (java) S 5046 5049 2339 0 -1 1077944384 2355 13066 0 0 1 0 5 3 20 0 15 0 405090702 11094687744 42128 33554432000 4194304 4196468 140730448009808 139740559653104 139741100214914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5108] ppid=5046 vsize=10834656 memory=7014751519734256483 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5108/stat : 5108 (java) S 5046 5049 2339 0 -1 1077944384 34 13066 0 0 0 0 5 3 20 0 15 0 405090702 11094687744 42128 33554432000 4194304 4196468 140730448009808 139740558599392 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5109] ppid=5046 vsize=10834656 memory=7302983055544051289 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5109/stat : 5109 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090702 11094687744 42128 33554432000 4194304 4196468 140730448009808 139740451955440 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5110] ppid=5046 vsize=10834656 memory=7885082133504748138 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5110/stat : 5110 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090705 11094687744 42128 33554432000 4194304 4196468 140730448009808 139739847976912 139741100222363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5111] ppid=5046 vsize=10834656 memory=7011348500760778328 CPUtime=0.35 cores=0,2,4,6
/proc/5049/task/5111/stat : 5111 (java) S 5046 5049 2339 0 -1 1077944384 919 13066 0 0 26 1 5 3 20 0 15 0 405090705 11094687744 42128 33554432000 4194304 4196468 140730448009808 139740525042416 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5112] ppid=5046 vsize=10834656 memory=7235407070867516769 CPUtime=0.31 cores=0,2,4,6
/proc/5049/task/5112/stat : 5112 (java) S 5046 5049 2339 0 -1 1077944384 683 13066 0 0 23 0 5 3 20 0 15 0 405090705 11094687744 42128 33554432000 4194304 4196468 140730448009808 139740523989872 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5113] ppid=5046 vsize=10834656 memory=7014751519734256483 CPUtime=0.49 cores=0,2,4,6
/proc/5049/task/5113/stat : 5113 (java) S 5046 5049 2339 0 -1 1077944384 1696 13066 0 0 41 0 5 3 20 0 15 0 405090705 11094687744 42128 33554432000 4194304 4196468 140730448009808 139740522936816 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5114] ppid=5046 vsize=10834656 memory=7014751519734256483 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5114/stat : 5114 (java) S 5046 5049 2339 0 -1 1077944384 3 13066 0 0 0 0 5 3 20 0 15 0 405090705 11094687744 42128 33554432000 4194304 4196468 140730448009808 139739378215776 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5115] ppid=5046 vsize=10834656 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5115/stat : 5115 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090705 11094687744 42128 33554432000 4194304 4196468 140730448009808 139740521884208 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

/proc/5049/task/5102/stat : 5102 (java) R 5046 5049 2339 0 -1 4202560 56772 13066 0 0 235444 51 5 3 20 0 15 0 405090699 11107303424 196066 33554432000 4194304 4196468 140730448009808 139741072038912 139740671598176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5103] ppid=5046 vsize=10846976 memory=784264 CPUtime=12.37 cores=0,2,4,6
/proc/5049/task/5103/stat : 5103 (java) S 5046 5049 2339 0 -1 1077944384 12158 13066 0 0 1169 60 5 3 20 0 15 0 405090700 11107303424 196066 33554432000 4194304 4196468 140730448009808 139741104446480 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5104] ppid=5046 vsize=10846976 memory=2120 CPUtime=12.38 cores=0,2,4,6
/proc/5049/task/5104/stat : 5104 (java) S 5046 5049 2339 0 -1 1077944384 14323 13066 0 0 1162 68 5 3 20 0 15 0 405090700 11107303424 196066 33554432000 4194304 4196468 140730448009808 139740992720016 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5105] ppid=5046 vsize=10846976 memory=784264 CPUtime=12.37 cores=0,2,4,6
/proc/5049/task/5105/stat : 5105 (java) S 5046 5049 2339 0 -1 1077944384 17243 13066 0 0 1165 64 5 3 20 0 15 0 405090700 11107303424 196066 33554432000 4194304 4196468 140730448009808 139740991666960 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5106] ppid=5046 vsize=10846976 memory=782192 CPUtime=12.38 cores=0,2,4,6
/proc/5049/task/5106/stat : 5106 (java) S 5046 5049 2339 0 -1 1077944384 15503 13066 0 0 1163 67 5 3 20 0 15 0 405090700 11107303424 196066 33554432000 4194304 4196468 140730448009808 139740990614416 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5107] ppid=5046 vsize=10846976 memory=782192 CPUtime=11.34 cores=0,2,4,6
/proc/5049/task/5107/stat : 5107 (java) S 5046 5049 2339 0 -1 1077944384 15087 13066 0 0 1065 61 5 3 20 0 15 0 405090702 11107303424 196066 33554432000 4194304 4196468 140730448009808 139740559653104 139741100214914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5108] ppid=5046 vsize=10846976 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5108/stat : 5108 (java) S 5046 5049 2339 0 -1 1077944384 38 13066 0 0 0 0 5 3 20 0 15 0 405090702 11107303424 196066 33554432000 4194304 4196468 140730448009808 139740558599392 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5109] ppid=5046 vsize=10846976 memory=782192 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5109/stat : 5109 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090702 11107303424 196066 33554432000 4194304 4196468 140730448009808 139740451955456 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5110] ppid=5046 vsize=10846976 memory=784264 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5110/stat : 5110 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090705 11107303424 196066 33554432000 4194304 4196468 140730448009808 139739847976912 139741100222363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5111] ppid=5046 vsize=10846976 memory=784264 CPUtime=4.36 cores=0,2,4,6
/proc/5049/task/5111/stat : 5111 (java) S 5046 5049 2339 0 -1 1077944384 27178 13066 0 0 422 6 5 3 20 0 15 0 405090705 11107303424 196066 33554432000 4194304 4196468 140730448009808 139740525042416 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5112] ppid=5046 vsize=10846976 memory=784264 CPUtime=4.21 cores=0,2,4,6
/proc/5049/task/5112/stat : 5112 (java) S 5046 5049 2339 0 -1 1077944384 23356 13066 0 0 408 5 5 3 20 0 15 0 405090705 11107303424 196066 33554432000 4194304 4196468 140730448009808 139740523989872 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5113] ppid=5046 vsize=10846976 memory=784264 CPUtime=3.9 cores=0,2,4,6
/proc/5049/task/5113/stat : 5113 (java) S 5046 5049 2339 0 -1 1077944384 34333 13066 0 0 376 6 5 3 20 0 15 0 405090705 11107303424 196066 33554432000 4194304 4196468 140730448009808 139740522936816 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5114] ppid=5046 vsize=10846976 memory=784264 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5114/stat : 5114 (java) S 5046 5049 2339 0 -1 1077944384 3 13066 0 0 0 0 5 3 20 0 15 0 405090705 11107303424 196066 33554432000 4194304 4196468 140730448009808 139739378215776 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5115] ppid=5046 vsize=10846976 memory=784264 CPUtime=1.58 cores=0,2,4,6
/proc/5049/task/5115/stat : 5115 (java) S 5046 5049 2339 0 -1 1077944384 1291 13066 0 0 69 81 5 3 20 0 15 0 405090705 11107303424 196066 33554432000 4194304 4196468 140730448009808 139740521884208 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
Current children cumulated CPU time: 2429.29 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 784264 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.48 1.55 3/229 5490
/proc/meminfo: memFree=19948736/32770624 swapFree=66952812/67108860
[pid=5049] ppid=5046 vsize=10846976 memory=784372 CPUtime=2490.2 cores=0,2,4,6
/proc/5049/stat : 5049 (java) S 5046 5049 2339 0 -1 1077944320 222563 13066 0 0 248615 397 5 3 20 0 15 0 405090691 11107303424 196093 33554432000 4194304 4196468 140730448009808 140730447992352 139741100203767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
/proc/5049/statm: 2711744 196093 3623 1 0 2673805 0
[pid=5049/tid=5102] ppid=5046 vsize=10846976 memory=784372 CPUtime=2414.29 cores=0,2,4,6
/proc/5049/task/5102/stat : 5102 (java) R 5046 5049 2339 0 -1 4202560 57633 13066 0 0 241369 52 5 3 20 0 15 0 405090699 11107303424 196093 33554432000 4194304 4196468 140730448009808 139741072038912 139741079281240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5103] ppid=5046 vsize=10846976 memory=784372 CPUtime=12.69 cores=0,2,4,6
/proc/5049/task/5103/stat : 5103 (java) S 5046 5049 2339 0 -1 1077944384 12390 13066 0 0 1200 61 5 3 20 0 15 0 405090700 11107303424 196093 33554432000 4194304 4196468 140730448009808 139741104446480 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5104] ppid=5046 vsize=10846976 memory=784372 CPUtime=12.69 cores=0,2,4,6
/proc/5049/task/5104/stat : 5104 (java) S 5046 5049 2339 0 -1 1077944384 14349 13066 0 0 1192 69 5 3 20 0 15 0 405090700 11107303424 196093 33554432000 4194304 4196468 140730448009808 139740992720016 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5105] ppid=5046 vsize=10846976 memory=784372 CPUtime=12.71 cores=0,2,4,6
/proc/5049/task/5105/stat : 5105 (java) S 5046 5049 2339 0 -1 1077944384 18746 13066 0 0 1197 66 5 3 20 0 15 0 405090700 11107303424 196093 33554432000 4194304 4196468 140730448009808 139740991666960 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5106] ppid=5046 vsize=10846976 memory=784372 CPUtime=12.71 cores=0,2,4,6
/proc/5049/task/5106/stat : 5106 (java) S 5046 5049 2339 0 -1 1077944384 15573 13066 0 0 1194 69 5 3 20 0 15 0 405090700 11107303424 196093 33554432000 4194304 4196468 140730448009808 139740990614416 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5107] ppid=5046 vsize=10846976 memory=784372 CPUtime=11.63 cores=0,2,4,6
/proc/5049/task/5107/stat : 5107 (java) S 5046 5049 2339 0 -1 1077944384 15433 13066 0 0 1092 63 5 3 20 0 15 0 405090702 11107303424 196093 33554432000 4194304 4196468 140730448009808 139740559653104 139741100214914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5108] ppid=5046 vsize=10846976 memory=784372 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5108/stat : 5108 (java) S 5046 5049 2339 0 -1 1077944384 38 13066 0 0 0 0 5 3 20 0 15 0 405090702 11107303424 196093 33554432000 4194304 4196468 140730448009808 139740558599392 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5109] ppid=5046 vsize=10846976 memory=784372 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5109/stat : 5109 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090702 11107303424 196093 33554432000 4194304 4196468 140730448009808 139740451955456 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5110] ppid=5046 vsize=10846976 memory=784372 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5110/stat : 5110 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090705 11107303424 196093 33554432000 4194304 4196468 140730448009808 139739847976912 139741100222363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5111] ppid=5046 vsize=10846976 memory=784372 CPUtime=4.36 cores=0,2,4,6
/proc/5049/task/5111/stat : 5111 (java) S 5046 5049 2339 0 -1 1077944384 27181 13066 0 0 422 6 5 3 20 0 15 0 405090705 11107303424 196093 33554432000 4194304 4196468 140730448009808 139740525042416 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5112] ppid=5046 vsize=10846976 memory=804 CPUtime=4.21 cores=0,2,4,6
/proc/5049/task/5112/stat : 5112 (java) S 5046 5049 2339 0 -1 1077944384 23358 13066 0 0 408 5 5 3 20 0 15 0 405090705 11107303424 196093 33554432000 4194304 4196468 140730448009808 139740523989872 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5113] ppid=5046 vsize=10846976 memory=2844 CPUtime=3.9 cores=0,2,4,6
/proc/5049/task/5113/stat : 5113 (java) S 5046 5049 2339 0 -1 1077944384 34335 13066 0 0 376 6 5 3 20 0 15 0 405090705 11107303424 196093 33554432000 4194304 4196468 140730448009808 139740522936816 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5114] ppid=5046 vsize=10846976 memory=784372 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5114/stat : 5114 (java) S 5046 5049 2339 0 -1 1077944384 3 13066 0 0 0 0 5 3 20 0 15 0 405090705 11107303424 196093 33554432000 4194304 4196468 140730448009808 139739378215776 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5115] ppid=5046 vsize=10846976 memory=784372 CPUtime=1.62 cores=0,2,4,6
/proc/5049/task/5115/stat : 5115 (java) S 5046 5049 2339 0 -1 1077944384 1315 13066 0 0 70 84 5 3 20 0 15 0 405090705 11107303424 196093 33554432000 4194304 4196468 140730448009808 139740521884208 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
Current children cumulated CPU time: 2490.2 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 784372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.7 s]
/proc/loadavg: 1.19 1.42 1.53 3/230 5493
/proc/meminfo: memFree=19948012/32770624 swapFree=66952812/67108860
[pid=5049] ppid=5046 vsize=10846976 memory=784492 CPUtime=2520.05 cores=0,2,4,6
/proc/5049/stat : 5049 (java) S 5046 5049 2339 0 -1 1077944320 225298 13066 0 0 251595 402 5 3 20 0 15 0 405090691 11107303424 196123 33554432000 4194304 4196468 140730448009808 140730447992352 139741100203767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
/proc/5049/statm: 2711744 196123 3623 1 0 2673805 0
[pid=5049/tid=5102] ppid=5046 vsize=10846976 memory=784492 CPUtime=2443.36 cores=0,2,4,6
/proc/5049/task/5102/stat : 5102 (java) R 5046 5049 2339 0 -1 4202560 58278 13066 0 0 244275 53 5 3 20 0 15 0 405090699 11107303424 196123 33554432000 4194304 4196468 140730448009808 139741072039392 139740682946248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5103] ppid=5046 vsize=10846976 memory=784452 CPUtime=12.85 cores=0,2,4,6
/proc/5049/task/5103/stat : 5103 (java) S 5046 5049 2339 0 -1 1077944384 12409 13066 0 0 1215 62 5 3 20 0 15 0 405090700 11107303424 196123 33554432000 4194304 4196468 140730448009808 139741104446480 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5104] ppid=5046 vsize=10846976 memory=784372 CPUtime=12.86 cores=0,2,4,6
/proc/5049/task/5104/stat : 5104 (java) S 5046 5049 2339 0 -1 1077944384 14388 13066 0 0 1207 71 5 3 20 0 15 0 405090700 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740992720016 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5105] ppid=5046 vsize=10846976 memory=784372 CPUtime=12.86 cores=0,2,4,6
/proc/5049/task/5105/stat : 5105 (java) S 5046 5049 2339 0 -1 1077944384 18908 13066 0 0 1212 66 5 3 20 0 15 0 405090700 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740991666960 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5106] ppid=5046 vsize=10846976 memory=784452 CPUtime=12.86 cores=0,2,4,6
/proc/5049/task/5106/stat : 5106 (java) S 5046 5049 2339 0 -1 1077944384 17142 13066 0 0 1208 70 5 3 20 0 15 0 405090700 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740990614416 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5107] ppid=5046 vsize=10846976 memory=784492 CPUtime=11.78 cores=0,2,4,6
/proc/5049/task/5107/stat : 5107 (java) S 5046 5049 2339 0 -1 1077944384 15715 13066 0 0 1106 64 5 3 20 0 15 0 405090702 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740559653104 139741100214914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5108] ppid=5046 vsize=10846976 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5108/stat : 5108 (java) S 5046 5049 2339 0 -1 1077944384 38 13066 0 0 0 0 5 3 20 0 15 0 405090702 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740558599392 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5109] ppid=5046 vsize=10846976 memory=784452 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5109/stat : 5109 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090702 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740451955456 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5110] ppid=5046 vsize=10846976 memory=784396 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5110/stat : 5110 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139739847976912 139741100222363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5111] ppid=5046 vsize=10846976 memory=3612 CPUtime=4.36 cores=0,2,4,6
/proc/5049/task/5111/stat : 5111 (java) S 5046 5049 2339 0 -1 1077944384 27183 13066 0 0 422 6 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740525042416 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5112] ppid=5046 vsize=10846976 memory=37348 CPUtime=4.21 cores=0,2,4,6
/proc/5049/task/5112/stat : 5112 (java) S 5046 5049 2339 0 -1 1077944384 23361 13066 0 0 408 5 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740523989872 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5113] ppid=5046 vsize=10846976 memory=784372 CPUtime=3.9 cores=0,2,4,6
/proc/5049/task/5113/stat : 5113 (java) S 5046 5049 2339 0 -1 1077944384 34337 13066 0 0 376 6 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740522936816 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5114] ppid=5046 vsize=10846976 memory=784372 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5114/stat : 5114 (java) S 5046 5049 2339 0 -1 1077944384 3 13066 0 0 0 0 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139739378215776 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5115] ppid=5046 vsize=10846976 memory=0 CPUtime=1.64 cores=0,2,4,6
/proc/5049/task/5115/stat : 5115 (java) S 5046 5049 2339 0 -1 1077944384 1327 13066 0 0 71 85 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740521884208 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 784492 KiB

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

[startup+2471.73 s]
# the end of solver process 5049 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.03 s, system=4.06891 s

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

[startup+2471.7 s]
/proc/loadavg: 1.19 1.42 1.53 3/230 5493
/proc/meminfo: memFree=19948012/32770624 swapFree=66952812/67108860
[pid=5049] ppid=5046 vsize=10846976 memory=784492 CPUtime=2520.05 cores=0,2,4,6
/proc/5049/stat : 5049 (java) S 5046 5049 2339 0 -1 1077944320 225298 13066 0 0 251595 402 5 3 20 0 15 0 405090691 11107303424 196123 33554432000 4194304 4196468 140730448009808 140730447992352 139741100203767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
/proc/5049/statm: 2711744 196123 3623 1 0 2673805 0
[pid=5049/tid=5102] ppid=5046 vsize=10846976 memory=784492 CPUtime=2443.36 cores=0,2,4,6
/proc/5049/task/5102/stat : 5102 (java) R 5046 5049 2339 0 -1 4202560 58278 13066 0 0 244275 53 5 3 20 0 15 0 405090699 11107303424 196123 33554432000 4194304 4196468 140730448009808 139741072039392 139740682946248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5103] ppid=5046 vsize=10846976 memory=784452 CPUtime=12.85 cores=0,2,4,6
/proc/5049/task/5103/stat : 5103 (java) S 5046 5049 2339 0 -1 1077944384 12409 13066 0 0 1215 62 5 3 20 0 15 0 405090700 11107303424 196123 33554432000 4194304 4196468 140730448009808 139741104446480 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5104] ppid=5046 vsize=10846976 memory=784372 CPUtime=12.86 cores=0,2,4,6
/proc/5049/task/5104/stat : 5104 (java) S 5046 5049 2339 0 -1 1077944384 14388 13066 0 0 1207 71 5 3 20 0 15 0 405090700 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740992720016 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5105] ppid=5046 vsize=10846976 memory=784372 CPUtime=12.86 cores=0,2,4,6
/proc/5049/task/5105/stat : 5105 (java) S 5046 5049 2339 0 -1 1077944384 18908 13066 0 0 1212 66 5 3 20 0 15 0 405090700 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740991666960 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5106] ppid=5046 vsize=10846976 memory=784452 CPUtime=12.86 cores=0,2,4,6
/proc/5049/task/5106/stat : 5106 (java) S 5046 5049 2339 0 -1 1077944384 17142 13066 0 0 1208 70 5 3 20 0 15 0 405090700 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740990614416 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5107] ppid=5046 vsize=10846976 memory=784492 CPUtime=11.78 cores=0,2,4,6
/proc/5049/task/5107/stat : 5107 (java) S 5046 5049 2339 0 -1 1077944384 15715 13066 0 0 1106 64 5 3 20 0 15 0 405090702 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740559653104 139741100214914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5108] ppid=5046 vsize=10846976 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5108/stat : 5108 (java) S 5046 5049 2339 0 -1 1077944384 38 13066 0 0 0 0 5 3 20 0 15 0 405090702 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740558599392 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5109] ppid=5046 vsize=10846976 memory=784452 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5109/stat : 5109 (java) S 5046 5049 2339 0 -1 1077944384 1 13066 0 0 0 0 5 3 20 0 15 0 405090702 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740451955456 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5110] ppid=5046 vsize=10846976 memory=784396 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5110/stat : 5110 (java) S 5046 5049 2339 0 -1 1077944384 2 13066 0 0 0 0 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139739847976912 139741100222363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5111] ppid=5046 vsize=10846976 memory=3612 CPUtime=4.36 cores=0,2,4,6
/proc/5049/task/5111/stat : 5111 (java) S 5046 5049 2339 0 -1 1077944384 27183 13066 0 0 422 6 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740525042416 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5112] ppid=5046 vsize=10846976 memory=37348 CPUtime=4.21 cores=0,2,4,6
/proc/5049/task/5112/stat : 5112 (java) S 5046 5049 2339 0 -1 1077944384 23361 13066 0 0 408 5 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740523989872 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5113] ppid=5046 vsize=10846976 memory=784372 CPUtime=3.9 cores=0,2,4,6
/proc/5049/task/5113/stat : 5113 (java) S 5046 5049 2339 0 -1 1077944384 34337 13066 0 0 376 6 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740522936816 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5114] ppid=5046 vsize=10846976 memory=784372 CPUtime=0.08 cores=0,2,4,6
/proc/5049/task/5114/stat : 5114 (java) S 5046 5049 2339 0 -1 1077944384 3 13066 0 0 0 0 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139739378215776 139741100213973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
[pid=5049/tid=5115] ppid=5046 vsize=10846976 memory=0 CPUtime=1.64 cores=0,2,4,6
/proc/5049/task/5115/stat : 5115 (java) S 5046 5049 2339 0 -1 1077944384 1327 13066 0 0 71 85 5 3 20 0 15 0 405090705 11107303424 196123 33554432000 4194304 4196468 140730448009808 139740521884208 139741100214914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140730448014069 140730448016581 140730448016581 140730448019407 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 784492 KiB

Child status: 143
Real time (s): 2471.73
CPU time (s): 2520.1
CPU user time (s): 2516.03
CPU system time (s): 4.06891
CPU usage (%): 101.957
Max. virtual memory (cumulated for all children) (KiB): 10849852
Max. memory (cumulated for all children) (KiB): 784492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.03
system time used= 4.06891
maximum resident set size= 788644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240836
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 318809
involuntary context switches= 10415


# summary of solver processes directly reported to runsolver:
#   pid: 5049
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.03
#   total CPU system time (s): 4.06891

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9279 second user time and 23.7006 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 14:30:45
IDJOB=4387116
IDBENCH=124376
IDSOLVER=2823
FILE ID=node117/4387116-1568291487
RUNJOBID= node117-1568286179-3290
PBS_JOBID= 21701085
Free space on /tmp= 56624 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-25.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387116-1568291487/watcher-4387116-1568291487 -o /tmp/evaluation-result-4387116-1568291487/solver-4387116-1568291487 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2003067057 HOME/instance-4387116-1568291487.xml

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

MD5SUM BENCH= ff4f1513315dd8e08dcc4cf2bbbe3209
RANDOM SEED=2003067057

node117.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.75
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.75
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.75
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.75
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:        18452356 kB
MemAvailable:   28575920 kB
Buffers:          172344 kB
Cached:         10117228 kB
SwapCached:        52484 kB
Active:          4735848 kB
Inactive:        8840484 kB
Active(anon):    3242968 kB
Inactive(anon):    85456 kB
Active(file):    1492880 kB
Inactive(file):  8755028 kB
Unevictable:      106900 kB
Mlocked:          106900 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             34892 kB
Writeback:             0 kB
AnonPages:       3342600 kB
Mapped:            56544 kB
Shmem:             32816 kB
Slab:             332256 kB
SReclaimable:     304116 kB
SUnreclaim:        28140 kB
KernelStack:        3760 kB
PageTables:        12080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4870456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3080192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56588 MiB
End job on node117 at 2019-09-12 15:11:57