Trace number 4396488

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2400.08 2356.14

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396488-1568409879/watcher-4396488-1568409879 -o /tmp/evaluation-result-4396488-1568409879/solver-4396488-1568409879 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-471 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1772143359 HOME/instance-4396488-1568409879.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
solver pid=5377, runsolver pid=5374
Current StackSize limit: 8192 KiB


[startup+0.101572 s]*
/proc/loadavg: 1.64 1.66 1.63 3/219 5435
/proc/meminfo: memFree=30789072/32770624 swapFree=66995336/67108860
[pid=5377] ppid=5374 vsize=9972712 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5374 5377 436 0 -1 1077944320 4476 13331 0 0 1 0 5 3 20 0 6 0 417239407 10212057088 4715 33554432000 4194304 4196468 140727773638208 140727773620752 140676576378615 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
/proc/5377/statm: 2493178 4715 1935 1 0 2481616 0
[pid=5377/tid=5431] ppid=5374 vsize=9972712 memory=7022364594140610616 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5431/stat : 5431 (java) R 5374 5377 436 0 -1 4202560 2288 13331 0 0 1 0 5 3 20 0 6 0 417239416 10212057088 4780 33554432000 4194304 4196468 140727773638208 140676548215376 140676561501552 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5432] ppid=5374 vsize=9972712 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5432/stat : 5432 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 6 0 417239417 10212057088 4780 33554432000 4194304 4196468 140727773638208 140676580621328 140676576388821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5433] ppid=5374 vsize=9972712 memory=140165838008861 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5433/stat : 5433 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 6 0 417239417 10212057088 4780 33554432000 4194304 4196468 140727773638208 140676495441040 140676576388821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5434] ppid=5374 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5434/stat : 5434 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 6 0 417239417 10212057088 4780 33554432000 4194304 4196468 140727773638208 140676494387984 140676576388821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5435] ppid=5374 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5435/stat : 5435 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 6 0 417239417 10212057088 4780 33554432000 4194304 4196468 140727773638208 140676493335440 140676576388821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.211502 s]*
/proc/loadavg: 1.64 1.66 1.63 3/228 5444
/proc/meminfo: memFree=30765012/32770624 swapFree=66995336/67108860
[pid=5377] ppid=5374 vsize=10819664 memory=42864 CPUtime=0.26 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5374 5377 436 0 -1 1077944320 7039 13331 0 0 17 1 5 3 20 0 15 0 417239407 11079335936 10716 33554432000 4194304 4196468 140727773638208 140727773620752 140676576378615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
/proc/5377/statm: 2704916 10716 3165 1 0 2667149 0
[pid=5377/tid=5431] ppid=5374 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5377/task/5431/stat : 5431 (java) R 5374 5377 436 0 -1 4202560 3518 13331 0 0 11 1 5 3 20 0 15 0 417239416 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676548193456 140676560459102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5432] ppid=5374 vsize=10819664 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5432/stat : 5432 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239417 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676580621328 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5433] ppid=5374 vsize=10819664 memory=140165838008861 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5433/stat : 5433 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239417 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676495441040 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5434] ppid=5374 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5434/stat : 5434 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239417 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676494387984 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5435] ppid=5374 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5435/stat : 5435 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239417 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676493335440 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5436] ppid=5374 vsize=10819664 memory=140165838001792 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5436/stat : 5436 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239418 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676102945008 140676576389762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5437] ppid=5374 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5437/stat : 5437 (java) S 5374 5377 436 0 -1 1077944384 13 13331 0 0 0 0 5 3 20 0 15 0 417239419 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676016628896 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5438] ppid=5374 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5438/stat : 5438 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239419 11079335936 10716 33554432000 4194304 4196468 140727773638208 140675882410736 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5439] ppid=5374 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5439/stat : 5439 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239422 11079335936 10716 33554432000 4194304 4196468 140727773638208 140675278432208 140676576397211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5440] ppid=5374 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5440/stat : 5440 (java) S 5374 5377 436 0 -1 1077944384 466 13331 0 0 1 0 5 3 20 0 15 0 417239422 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676101892848 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5441] ppid=5374 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5441/stat : 5441 (java) R 5374 5377 436 0 -1 1077944384 177 13331 0 0 1 0 5 3 20 0 15 0 417239422 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676100840304 140676576389762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5442] ppid=5374 vsize=10819664 memory=140165838001792 CPUtime=0.11 cores=1,3,5,7
/proc/5377/task/5442/stat : 5442 (java) R 5374 5377 436 0 -1 4202560 648 13331 0 0 3 0 5 3 20 0 15 0 417239422 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676099787248 140676554916200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5443] ppid=5374 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5443/stat : 5443 (java) S 5374 5377 436 0 -1 1077944384 3 13331 0 0 0 0 5 3 20 0 15 0 417239422 11079335936 10716 33554432000 4194304 4196468 140727773638208 140674808671072 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5444] ppid=5374 vsize=10819664 memory=140165838001792 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5444/stat : 5444 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239422 11079335936 10716 33554432000 4194304 4196468 140727773638208 140676098734640 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42864 KiB

[startup+0.310338 s]*
/proc/loadavg: 1.67 1.66 1.63 3/228 5444
/proc/meminfo: memFree=30752228/32770624 swapFree=66995336/67108860
[pid=5377] ppid=5374 vsize=10820148 memory=54224 CPUtime=0.4 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5374 5377 436 0 -1 1077944320 10746 13331 0 0 29 3 5 3 20 0 15 0 417239407 11079831552 13556 33554432000 4194304 4196468 140727773638208 140727773620752 140676576378615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
/proc/5377/statm: 2705037 13556 3301 1 0 2667149 0
[pid=5377/tid=5431] ppid=5374 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/5377/task/5431/stat : 5431 (java) R 5374 5377 436 0 -1 4202560 7189 13331 0 0 19 2 5 3 20 0 15 0 417239416 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676548184720 140676562621165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5432] ppid=5374 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5432/stat : 5432 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239417 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676580621328 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5433] ppid=5374 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5433/stat : 5433 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239417 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676495441040 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5434] ppid=5374 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5434/stat : 5434 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239417 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676494387984 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5435] ppid=5374 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5435/stat : 5435 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239417 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676493335440 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5436] ppid=5374 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5436/stat : 5436 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239418 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676102945008 140676576389762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5437] ppid=5374 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5437/stat : 5437 (java) S 5374 5377 436 0 -1 1077944384 13 13331 0 0 0 0 5 3 20 0 15 0 417239419 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676016628896 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5438] ppid=5374 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5438/stat : 5438 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239419 11079831552 13556 33554432000 4194304 4196468 140727773638208 140675882410736 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5439] ppid=5374 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5439/stat : 5439 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239422 11079831552 13556 33554432000 4194304 4196468 140727773638208 140675278432208 140676576397211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5440] ppid=5374 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5440/stat : 5440 (java) S 5374 5377 436 0 -1 1077944384 467 13331 0 0 1 0 5 3 20 0 15 0 417239422 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676101892848 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5441] ppid=5374 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/5377/task/5441/stat : 5441 (java) S 5374 5377 436 0 -1 1077944384 186 13331 0 0 2 0 5 3 20 0 15 0 417239422 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676100840304 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5442] ppid=5374 vsize=10820148 memory=140165838001792 CPUtime=0.13 cores=1,3,5,7
/proc/5377/task/5442/stat : 5442 (java) S 5374 5377 436 0 -1 1077944384 670 13331 0 0 5 0 5 3 20 0 15 0 417239422 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676099787248 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5443] ppid=5374 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5443/stat : 5443 (java) S 5374 5377 436 0 -1 1077944384 3 13331 0 0 0 0 5 3 20 0 15 0 417239422 11079831552 13556 33554432000 4194304 4196468 140727773638208 140674808671072 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5444] ppid=5374 vsize=10820148 memory=140165838001792 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5444/stat : 5444 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239422 11079831552 13556 33554432000 4194304 4196468 140727773638208 140676098734640 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54224 KiB

[startup+0.708397 s]
/proc/loadavg: 1.67 1.66 1.63 3/228 5444
/proc/meminfo: memFree=30737408/32770624 swapFree=66995336/67108860
[pid=5377] ppid=5374 vsize=10824360 memory=87856 CPUtime=1.15 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5374 5377 436 0 -1 1077944320 15157 13331 0 0 102 5 5 3 20 0 15 0 417239407 11084144640 21964 33554432000 4194304 4196468 140727773638208 140727773620752 140676576378615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
/proc/5377/statm: 2706090 21964 3505 1 0 2668173 0
[pid=5377/tid=5431] ppid=5374 vsize=10824360 memory=4639059877604708710 CPUtime=0.68 cores=1,3,5,7
/proc/5377/task/5431/stat : 5431 (java) R 5374 5377 436 0 -1 4202560 10272 13331 0 0 56 4 5 3 20 0 15 0 417239416 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676548205776 140676576390550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5432] ppid=5374 vsize=10824360 memory=21184 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5432/stat : 5432 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239417 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676580621328 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5433] ppid=5374 vsize=10824360 memory=280331441681888 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5433/stat : 5433 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239417 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676495441040 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5434] ppid=5374 vsize=10824360 memory=280331441724192 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5434/stat : 5434 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239417 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676494387984 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5435] ppid=5374 vsize=10824360 memory=140165838000673 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5435/stat : 5435 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239417 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676493335440 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5436] ppid=5374 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5436/stat : 5436 (java) S 5374 5377 436 0 -1 1077944384 5 13331 0 0 0 0 5 3 20 0 15 0 417239418 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676102945008 140676576389762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5437] ppid=5374 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5437/stat : 5437 (java) S 5374 5377 436 0 -1 1077944384 13 13331 0 0 0 0 5 3 20 0 15 0 417239419 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676016628896 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5438] ppid=5374 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5438/stat : 5438 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239419 11084144640 21964 33554432000 4194304 4196468 140727773638208 140675882410736 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5439] ppid=5374 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5439/stat : 5439 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239422 11084144640 21964 33554432000 4194304 4196468 140727773638208 140675278432208 140676576397211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5440] ppid=5374 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5377/task/5440/stat : 5440 (java) S 5374 5377 436 0 -1 1077944384 928 13331 0 0 12 0 5 3 20 0 15 0 417239422 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676101892848 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5441] ppid=5374 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/5377/task/5441/stat : 5441 (java) R 5374 5377 436 0 -1 4202560 782 13331 0 0 16 0 5 3 20 0 15 0 417239422 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676100826400 140676555618384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5442] ppid=5374 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/5377/task/5442/stat : 5442 (java) R 5374 5377 436 0 -1 4202560 938 13331 0 0 17 0 5 3 20 0 15 0 417239422 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676099787248 140676557788623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5443] ppid=5374 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5443/stat : 5443 (java) S 5374 5377 436 0 -1 1077944384 3 13331 0 0 0 0 5 3 20 0 15 0 417239422 11084144640 21964 33554432000 4194304 4196468 140727773638208 140674808671072 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5444] ppid=5374 vsize=10824360 memory=3632 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5444/stat : 5444 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239422 11084144640 21964 33554432000 4194304 4196468 140727773638208 140676098734640 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87856 KiB

[startup+1.5064 s]
/proc/loadavg: 1.67 1.66 1.63 6/228 5444
/proc/meminfo: memFree=30696332/32770624 swapFree=66995336/67108860
[pid=5377] ppid=5374 vsize=10834676 memory=177188 CPUtime=2.51 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5374 5377 436 0 -1 1077944320 21956 13331 0 0 233 10 5 3 20 0 15 0 417239407 11094708224 44297 33554432000 4194304 4196468 140727773638208 140727773620752 140676576378615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
/proc/5377/statm: 2708669 44297 3581 1 0 2670733 0
[pid=5377/tid=5431] ppid=5374 vsize=10834676 memory=23381801964870 CPUtime=1.43 cores=1,3,5,7
/proc/5377/task/5431/stat : 5431 (java) R 5374 5377 436 0 -1 4202560 15129 13331 0 0 130 5 5 3 20 0 15 0 417239416 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676548185544 140676167723856 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5432] ppid=5374 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5432/stat : 5432 (java) S 5374 5377 436 0 -1 1077944384 60 13331 0 0 1 0 5 3 20 0 15 0 417239417 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676580621328 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5433] ppid=5374 vsize=10834676 memory=13193 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5433/stat : 5433 (java) S 5374 5377 436 0 -1 1077944384 30 13331 0 0 1 0 5 3 20 0 15 0 417239417 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676495441040 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5434] ppid=5374 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5434/stat : 5434 (java) S 5374 5377 436 0 -1 1077944384 315 13331 0 0 1 0 5 3 20 0 15 0 417239417 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676494387984 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5435] ppid=5374 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5435/stat : 5435 (java) S 5374 5377 436 0 -1 1077944384 78 13331 0 0 1 0 5 3 20 0 15 0 417239417 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676493335440 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5436] ppid=5374 vsize=10834676 memory=280331441689472 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5436/stat : 5436 (java) S 5374 5377 436 0 -1 1077944384 145 13331 0 0 1 0 5 3 20 0 15 0 417239418 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676102945008 140676576389762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5437] ppid=5374 vsize=10834676 memory=280331442116672 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5437/stat : 5437 (java) S 5374 5377 436 0 -1 1077944384 13 13331 0 0 0 0 5 3 20 0 15 0 417239419 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676016628896 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5438] ppid=5374 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5438/stat : 5438 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239419 11094708224 44297 33554432000 4194304 4196468 140727773638208 140675882410736 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5439] ppid=5374 vsize=10834676 memory=5859271421084259688 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5439/stat : 5439 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239422 11094708224 44297 33554432000 4194304 4196468 140727773638208 140675278432208 140676576397211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5440] ppid=5374 vsize=10834676 memory=140165720947104 CPUtime=0.32 cores=1,3,5,7
/proc/5377/task/5440/stat : 5440 (java) S 5374 5377 436 0 -1 1077944384 1107 13331 0 0 24 0 5 3 20 0 15 0 417239422 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676101892848 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5441] ppid=5374 vsize=10834676 memory=-7384994778349281184 CPUtime=0.37 cores=1,3,5,7
/proc/5377/task/5441/stat : 5441 (java) S 5374 5377 436 0 -1 1077944384 972 13331 0 0 29 0 5 3 20 0 15 0 417239422 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676100840304 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5442] ppid=5374 vsize=10834676 memory=8761640388971749472 CPUtime=0.5 cores=1,3,5,7
/proc/5377/task/5442/stat : 5442 (java) R 5374 5377 436 0 -1 4202560 1894 13331 0 0 42 0 5 3 20 0 15 0 417239422 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676099787248 140676569475451 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5443] ppid=5374 vsize=10834676 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5443/stat : 5443 (java) S 5374 5377 436 0 -1 1077944384 3 13331 0 0 0 0 5 3 20 0 15 0 417239422 11094708224 44297 33554432000 4194304 4196468 140727773638208 140674808671072 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5444] ppid=5374 vsize=10834676 memory=6944656592452938395 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5444/stat : 5444 (java) S 5374 5377 436 0 -1 1077944384 1 13331 0 0 0 0 5 3 20 0 15 0 417239422 11094708224 44297 33554432000 4194304 4196468 140727773638208 140676098734640 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834676 KiB

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

/proc/5377/task/5431/stat : 5431 (java) R 5374 5377 436 0 -1 4202560 63516 13331 0 0 223694 53 5 3 20 0 15 0 417239416 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676548214544 140676184850288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5432] ppid=5374 vsize=10846984 memory=943528 CPUtime=11.35 cores=1,3,5,7
/proc/5377/task/5432/stat : 5432 (java) S 5374 5377 436 0 -1 1077944384 10066 13331 0 0 1062 65 5 3 20 0 15 0 417239417 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676580621328 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5433] ppid=5374 vsize=10846984 memory=943528 CPUtime=11.37 cores=1,3,5,7
/proc/5377/task/5433/stat : 5433 (java) S 5374 5377 436 0 -1 1077944384 11921 13331 0 0 1075 54 5 3 20 0 15 0 417239417 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676495441040 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5434] ppid=5374 vsize=10846984 memory=943528 CPUtime=11.38 cores=1,3,5,7
/proc/5377/task/5434/stat : 5434 (java) S 5374 5377 436 0 -1 1077944384 11445 13331 0 0 1078 52 5 3 20 0 15 0 417239417 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676494387984 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5435] ppid=5374 vsize=10846984 memory=943528 CPUtime=11.38 cores=1,3,5,7
/proc/5377/task/5435/stat : 5435 (java) S 5374 5377 436 0 -1 1077944384 10027 13331 0 0 1076 54 5 3 20 0 15 0 417239417 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676493335440 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5436] ppid=5374 vsize=10846984 memory=943528 CPUtime=11.15 cores=1,3,5,7
/proc/5377/task/5436/stat : 5436 (java) S 5374 5377 436 0 -1 1077944384 14118 13331 0 0 1050 57 5 3 20 0 15 0 417239418 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676102945008 140676576389762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5437] ppid=5374 vsize=10846984 memory=943528 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5437/stat : 5437 (java) S 5374 5377 436 0 -1 1077944384 21 13331 0 0 0 0 5 3 20 0 15 0 417239419 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676016628960 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5438] ppid=5374 vsize=10846984 memory=943528 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5438/stat : 5438 (java) S 5374 5377 436 0 -1 1077944384 8 13331 0 0 0 0 5 3 20 0 15 0 417239419 11107311616 235882 33554432000 4194304 4196468 140727773638208 140675882410752 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5439] ppid=5374 vsize=10846984 memory=3632 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5439/stat : 5439 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239422 11107311616 235882 33554432000 4194304 4196468 140727773638208 140675278432208 140676576397211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5440] ppid=5374 vsize=10846984 memory=280331441779968 CPUtime=3.77 cores=1,3,5,7
/proc/5377/task/5440/stat : 5440 (java) S 5374 5377 436 0 -1 1077944384 20328 13331 0 0 365 4 5 3 20 0 15 0 417239422 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676101892848 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5441] ppid=5374 vsize=10846984 memory=7236547281553544290 CPUtime=3.66 cores=1,3,5,7
/proc/5377/task/5441/stat : 5441 (java) S 5374 5377 436 0 -1 1077944384 21503 13331 0 0 355 3 5 3 20 0 15 0 417239422 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676100840304 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5442] ppid=5374 vsize=10846984 memory=943528 CPUtime=2.16 cores=1,3,5,7
/proc/5377/task/5442/stat : 5442 (java) S 5374 5377 436 0 -1 1077944384 22069 13331 0 0 203 5 5 3 20 0 15 0 417239422 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676099787248 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5443] ppid=5374 vsize=10846984 memory=943528 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5443/stat : 5443 (java) S 5374 5377 436 0 -1 1077944384 3 13331 0 0 0 0 5 3 20 0 15 0 417239422 11107311616 235882 33554432000 4194304 4196468 140727773638208 140674808671072 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5444] ppid=5374 vsize=10846984 memory=943528 CPUtime=1.6 cores=1,3,5,7
/proc/5377/task/5444/stat : 5444 (java) S 5374 5377 436 0 -1 1077944384 1281 13331 0 0 65 87 5 3 20 0 15 0 417239422 11107311616 235882 33554432000 4194304 4196468 140727773638208 140676098734640 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
Current children cumulated CPU time: 2304.76 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 943528 KiB

[startup+2322.3 s]
/proc/loadavg: 0.59 0.62 0.73 2/207 5748
/proc/meminfo: memFree=30638140/32770624 swapFree=66995396/67108860
[pid=5377] ppid=5374 vsize=10846984 memory=945628 CPUtime=2365.68 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5374 5377 436 0 -1 1077944320 190075 13331 0 0 236189 371 5 3 20 0 15 0 417239407 11107311616 236407 33554432000 4194304 4196468 140727773638208 140727773620752 140676576378615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
/proc/5377/statm: 2711746 236407 3629 1 0 2673805 0
[pid=5377/tid=5431] ppid=5374 vsize=10846984 memory=945628 CPUtime=2296.88 cores=1,3,5,7
/proc/5377/task/5431/stat : 5431 (java) R 5374 5377 436 0 -1 4202560 64288 13331 0 0 229626 54 5 3 20 0 15 0 417239416 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676548213984 140676185001158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5432] ppid=5374 vsize=10846984 memory=945628 CPUtime=11.66 cores=1,3,5,7
/proc/5377/task/5432/stat : 5432 (java) S 5374 5377 436 0 -1 1077944384 10134 13331 0 0 1092 66 5 3 20 0 15 0 417239417 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676580621328 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5433] ppid=5374 vsize=10846984 memory=943580 CPUtime=11.68 cores=1,3,5,7
/proc/5377/task/5433/stat : 5433 (java) S 5374 5377 436 0 -1 1077944384 11936 13331 0 0 1105 55 5 3 20 0 15 0 417239417 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676495441040 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5434] ppid=5374 vsize=10846984 memory=943580 CPUtime=11.68 cores=1,3,5,7
/proc/5377/task/5434/stat : 5434 (java) S 5374 5377 436 0 -1 1077944384 11653 13331 0 0 1107 53 5 3 20 0 15 0 417239417 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676494387984 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5435] ppid=5374 vsize=10846984 memory=943580 CPUtime=11.69 cores=1,3,5,7
/proc/5377/task/5435/stat : 5435 (java) S 5374 5377 436 0 -1 1077944384 10282 13331 0 0 1106 55 5 3 20 0 15 0 417239417 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676493335440 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5436] ppid=5374 vsize=10846984 memory=945628 CPUtime=11.44 cores=1,3,5,7
/proc/5377/task/5436/stat : 5436 (java) S 5374 5377 436 0 -1 1077944384 14336 13331 0 0 1078 58 5 3 20 0 15 0 417239418 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676102945008 140676576389762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5437] ppid=5374 vsize=10846984 memory=235026 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5437/stat : 5437 (java) S 5374 5377 436 0 -1 1077944384 21 13331 0 0 0 0 5 3 20 0 15 0 417239419 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676016628960 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5438] ppid=5374 vsize=10846984 memory=945628 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5438/stat : 5438 (java) S 5374 5377 436 0 -1 1077944384 8 13331 0 0 0 0 5 3 20 0 15 0 417239419 11107311616 236407 33554432000 4194304 4196468 140727773638208 140675882410752 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5439] ppid=5374 vsize=10846984 memory=945628 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5439/stat : 5439 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239422 11107311616 236407 33554432000 4194304 4196468 140727773638208 140675278432208 140676576397211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5440] ppid=5374 vsize=10846984 memory=945628 CPUtime=3.77 cores=1,3,5,7
/proc/5377/task/5440/stat : 5440 (java) S 5374 5377 436 0 -1 1077944384 20330 13331 0 0 365 4 5 3 20 0 15 0 417239422 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676101892848 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5441] ppid=5374 vsize=10846984 memory=945628 CPUtime=3.66 cores=1,3,5,7
/proc/5377/task/5441/stat : 5441 (java) S 5374 5377 436 0 -1 1077944384 21505 13331 0 0 355 3 5 3 20 0 15 0 417239422 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676100840304 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5442] ppid=5374 vsize=10846984 memory=943528 CPUtime=2.16 cores=1,3,5,7
/proc/5377/task/5442/stat : 5442 (java) S 5374 5377 436 0 -1 1077944384 22072 13331 0 0 203 5 5 3 20 0 15 0 417239422 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676099787248 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5443] ppid=5374 vsize=10846984 memory=945628 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5443/stat : 5443 (java) S 5374 5377 436 0 -1 1077944384 3 13331 0 0 0 0 5 3 20 0 15 0 417239422 11107311616 236407 33554432000 4194304 4196468 140727773638208 140674808671072 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5444] ppid=5374 vsize=10846984 memory=945628 CPUtime=1.64 cores=1,3,5,7
/proc/5377/task/5444/stat : 5444 (java) S 5374 5377 436 0 -1 1077944384 1298 13331 0 0 66 90 5 3 20 0 15 0 417239422 11107311616 236407 33554432000 4194304 4196468 140727773638208 140676098734640 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
Current children cumulated CPU time: 2365.68 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 945628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2356.11 s]
/proc/loadavg: 0.70 0.64 0.73 5/206 5748
/proc/meminfo: memFree=30638496/32770624 swapFree=66995396/67108860
[pid=5377] ppid=5374 vsize=10846984 memory=945664 CPUtime=2400.03 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5374 5377 436 0 -1 1077944320 191385 13331 0 0 239620 375 5 3 20 0 15 0 417239407 11107311616 236416 33554432000 4194304 4196468 140727773638208 140727773620752 140676576378615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
/proc/5377/statm: 2711746 236416 3629 1 0 2673805 0
[pid=5377/tid=5431] ppid=5374 vsize=10846984 memory=943580 CPUtime=2330.28 cores=1,3,5,7
/proc/5377/task/5431/stat : 5431 (java) R 5374 5377 436 0 -1 4202560 64842 13331 0 0 232965 55 5 3 20 0 15 0 417239416 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676548213728 140676184542295 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5432] ppid=5374 vsize=10846984 memory=945664 CPUtime=11.84 cores=1,3,5,7
/proc/5377/task/5432/stat : 5432 (java) S 5374 5377 436 0 -1 1077944384 10196 13331 0 0 1110 66 5 3 20 0 15 0 417239417 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676580621328 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5433] ppid=5374 vsize=10846984 memory=945664 CPUtime=11.88 cores=1,3,5,7
/proc/5377/task/5433/stat : 5433 (java) S 5374 5377 436 0 -1 1077944384 12101 13331 0 0 1124 56 5 3 20 0 15 0 417239417 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676495441040 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5434] ppid=5374 vsize=10846984 memory=1408 CPUtime=11.87 cores=1,3,5,7
/proc/5377/task/5434/stat : 5434 (java) S 5374 5377 436 0 -1 1077944384 11876 13331 0 0 1125 54 5 3 20 0 15 0 417239417 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676494387984 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5435] ppid=5374 vsize=10846984 memory=280331441911360 CPUtime=11.88 cores=1,3,5,7
/proc/5377/task/5435/stat : 5435 (java) S 5374 5377 436 0 -1 1077944384 10356 13331 0 0 1124 56 5 3 20 0 15 0 417239417 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676493335440 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5436] ppid=5374 vsize=10846984 memory=197502 CPUtime=11.62 cores=1,3,5,7
/proc/5377/task/5436/stat : 5436 (java) S 5374 5377 436 0 -1 1077944384 14544 13331 0 0 1096 58 5 3 20 0 15 0 417239418 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676102945008 140676576389762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5437] ppid=5374 vsize=10846984 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5437/stat : 5437 (java) S 5374 5377 436 0 -1 1077944384 21 13331 0 0 0 0 5 3 20 0 15 0 417239419 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676016628960 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5438] ppid=5374 vsize=10846984 memory=943468 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5438/stat : 5438 (java) S 5374 5377 436 0 -1 1077944384 8 13331 0 0 0 0 5 3 20 0 15 0 417239419 11107311616 236416 33554432000 4194304 4196468 140727773638208 140675882410752 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5439] ppid=5374 vsize=10846984 memory=945628 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5439/stat : 5439 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140675278432208 140676576397211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5440] ppid=5374 vsize=10846984 memory=945628 CPUtime=3.78 cores=1,3,5,7
/proc/5377/task/5440/stat : 5440 (java) S 5374 5377 436 0 -1 1077944384 20332 13331 0 0 366 4 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676101892848 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5441] ppid=5374 vsize=10846984 memory=945628 CPUtime=3.66 cores=1,3,5,7
/proc/5377/task/5441/stat : 5441 (java) S 5374 5377 436 0 -1 1077944384 21507 13331 0 0 355 3 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676100840304 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5442] ppid=5374 vsize=10846984 memory=945664 CPUtime=2.16 cores=1,3,5,7
/proc/5377/task/5442/stat : 5442 (java) S 5374 5377 436 0 -1 1077944384 22074 13331 0 0 203 5 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676099787248 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5443] ppid=5374 vsize=10846984 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5443/stat : 5443 (java) S 5374 5377 436 0 -1 1077944384 3 13331 0 0 0 0 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140674808671072 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5444] ppid=5374 vsize=10846984 memory=1804 CPUtime=1.66 cores=1,3,5,7
/proc/5377/task/5444/stat : 5444 (java) S 5374 5377 436 0 -1 1077944384 1316 13331 0 0 67 91 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676098734640 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 945664 KiB

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

[startup+2356.14 s]
# the end of solver process 5377 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.28 s, system=3.80086 s

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

[startup+2356.11 s]
/proc/loadavg: 0.70 0.64 0.73 5/206 5748
/proc/meminfo: memFree=30638496/32770624 swapFree=66995396/67108860
[pid=5377] ppid=5374 vsize=10846984 memory=945664 CPUtime=2400.03 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5374 5377 436 0 -1 1077944320 191385 13331 0 0 239620 375 5 3 20 0 15 0 417239407 11107311616 236416 33554432000 4194304 4196468 140727773638208 140727773620752 140676576378615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
/proc/5377/statm: 2711746 236416 3629 1 0 2673805 0
[pid=5377/tid=5431] ppid=5374 vsize=10846984 memory=943580 CPUtime=2330.28 cores=1,3,5,7
/proc/5377/task/5431/stat : 5431 (java) R 5374 5377 436 0 -1 4202560 64842 13331 0 0 232965 55 5 3 20 0 15 0 417239416 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676548213728 140676184542295 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5432] ppid=5374 vsize=10846984 memory=945664 CPUtime=11.84 cores=1,3,5,7
/proc/5377/task/5432/stat : 5432 (java) S 5374 5377 436 0 -1 1077944384 10196 13331 0 0 1110 66 5 3 20 0 15 0 417239417 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676580621328 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5433] ppid=5374 vsize=10846984 memory=945664 CPUtime=11.88 cores=1,3,5,7
/proc/5377/task/5433/stat : 5433 (java) S 5374 5377 436 0 -1 1077944384 12101 13331 0 0 1124 56 5 3 20 0 15 0 417239417 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676495441040 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5434] ppid=5374 vsize=10846984 memory=1408 CPUtime=11.87 cores=1,3,5,7
/proc/5377/task/5434/stat : 5434 (java) S 5374 5377 436 0 -1 1077944384 11876 13331 0 0 1125 54 5 3 20 0 15 0 417239417 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676494387984 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5435] ppid=5374 vsize=10846984 memory=280331441911360 CPUtime=11.88 cores=1,3,5,7
/proc/5377/task/5435/stat : 5435 (java) S 5374 5377 436 0 -1 1077944384 10356 13331 0 0 1124 56 5 3 20 0 15 0 417239417 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676493335440 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5436] ppid=5374 vsize=10846984 memory=197502 CPUtime=11.62 cores=1,3,5,7
/proc/5377/task/5436/stat : 5436 (java) S 5374 5377 436 0 -1 1077944384 14544 13331 0 0 1096 58 5 3 20 0 15 0 417239418 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676102945008 140676576389762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5437] ppid=5374 vsize=10846984 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5437/stat : 5437 (java) S 5374 5377 436 0 -1 1077944384 21 13331 0 0 0 0 5 3 20 0 15 0 417239419 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676016628960 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5438] ppid=5374 vsize=10846984 memory=943468 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5438/stat : 5438 (java) S 5374 5377 436 0 -1 1077944384 8 13331 0 0 0 0 5 3 20 0 15 0 417239419 11107311616 236416 33554432000 4194304 4196468 140727773638208 140675882410752 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5439] ppid=5374 vsize=10846984 memory=945628 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5439/stat : 5439 (java) S 5374 5377 436 0 -1 1077944384 2 13331 0 0 0 0 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140675278432208 140676576397211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5440] ppid=5374 vsize=10846984 memory=945628 CPUtime=3.78 cores=1,3,5,7
/proc/5377/task/5440/stat : 5440 (java) S 5374 5377 436 0 -1 1077944384 20332 13331 0 0 366 4 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676101892848 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5441] ppid=5374 vsize=10846984 memory=945628 CPUtime=3.66 cores=1,3,5,7
/proc/5377/task/5441/stat : 5441 (java) S 5374 5377 436 0 -1 1077944384 21507 13331 0 0 355 3 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676100840304 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5442] ppid=5374 vsize=10846984 memory=945664 CPUtime=2.16 cores=1,3,5,7
/proc/5377/task/5442/stat : 5442 (java) S 5374 5377 436 0 -1 1077944384 22074 13331 0 0 203 5 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676099787248 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5443] ppid=5374 vsize=10846984 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/5377/task/5443/stat : 5443 (java) S 5374 5377 436 0 -1 1077944384 3 13331 0 0 0 0 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140674808671072 140676576388821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
[pid=5377/tid=5444] ppid=5374 vsize=10846984 memory=1804 CPUtime=1.66 cores=1,3,5,7
/proc/5377/task/5444/stat : 5444 (java) S 5374 5377 436 0 -1 1077944384 1316 13331 0 0 67 91 5 3 20 0 15 0 417239422 11107311616 236416 33554432000 4194304 4196468 140727773638208 140676098734640 140676576389762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140727773641455 140727773643973 140727773643973 140727773646799 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 945664 KiB

Child status: 143
Real time (s): 2356.14
CPU time (s): 2400.08
CPU user time (s): 2396.28
CPU system time (s): 3.80086
CPU usage (%): 101.865
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 945664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.28
system time used= 3.80086
maximum resident set size= 949788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205549
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 292506
involuntary context switches= 7355


# summary of solver processes directly reported to runsolver:
#   pid: 5377
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.28
#   total CPU system time (s): 3.80086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9296 second user time and 21.2329 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-13 23:23:54
IDJOB=4396488
IDBENCH=141494
IDSOLVER=2847
FILE ID=node102/4396488-1568409879
RUNJOBID= node102-1568393561-471
PBS_JOBID= 21701865
Free space on /tmp= 59296 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396488-1568409879/watcher-4396488-1568409879 -o /tmp/evaluation-result-4396488-1568409879/solver-4396488-1568409879 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-471 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1772143359 HOME/instance-4396488-1568409879.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1772143359

node102.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.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30797736 kB
MemAvailable:   31179536 kB
Buffers:          161144 kB
Cached:           513964 kB
SwapCached:         9824 kB
Active:          1097580 kB
Inactive:         332744 kB
Active(anon):     752088 kB
Inactive(anon):    34352 kB
Active(file):     345492 kB
Inactive(file):   298392 kB
Unevictable:      109896 kB
Mlocked:          109896 kB
SwapTotal:      67108860 kB
SwapFree:       66995336 kB
Dirty:             35332 kB
Writeback:             0 kB
AnonPages:        856056 kB
Mapped:            48264 kB
Shmem:             22356 kB
Slab:             136136 kB
SReclaimable:     107500 kB
SUnreclaim:        28636 kB
KernelStack:        3952 kB
PageTables:         7004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2035272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 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= 59296 MiB
End job on node102 at 2019-09-14 00:03:11