Trace number 4387435

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.12 2456.66

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-13.xml
MD5SUM388994c608323cc5ca888624a3c66f06
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark110.493
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains89
Minimum domain size1197
Maximum domain size1295
Distribution of domain sizes[{"size":1197,"count":4},{"size":1199,"count":2},{"size":1200,"count":14},{"size":1201,"count":2},{"size":1202,"count":4},{"size":1203,"count":4},{"size":1204,"count":4},{"size":1206,"count":6},{"size":1207,"count":6},{"size":1208,"count":4},{"size":1209,"count":4},{"size":1210,"count":6},{"size":1211,"count":2},{"size":1212,"count":6},{"size":1213,"count":6},{"size":1214,"count":6},{"size":1215,"count":6},{"size":1216,"count":8},{"size":1217,"count":2},{"size":1218,"count":6},{"size":1219,"count":2},{"size":1220,"count":6},{"size":1221,"count":6},{"size":1222,"count":4},{"size":1223,"count":4},"...",{"size":1269,"count":8}, {"size":1270,"count":6}, {"size":1271,"count":4}, {"size":1272,"count":4}, {"size":1273,"count":6}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1277,"count":6}, {"size":1278,"count":6}, {"size":1279,"count":8}, {"size":1280,"count":4}, {"size":1281,"count":6}, {"size":1282,"count":6}, {"size":1283,"count":4}, {"size":1284,"count":10}, {"size":1285,"count":6}, {"size":1286,"count":6}, {"size":1287,"count":4}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":2}, {"size":1291,"count":6}, {"size":1292,"count":4}, {"size":1293,"count":10}, {"size":1295,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387435-1568304854/watcher-4387435-1568304854 -o /tmp/evaluation-result-4387435-1568304854/solver-4387435-1568304854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1292 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=736777635 HOME/instance-4387435-1568304854.xml 

running on 4 cores: 0-3

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

solver pid=8046, runsolver pid=8043

[startup+0.10011 s]*
/proc/loadavg: 1.72 1.62 1.52 3/214 8099
/proc/meminfo: memFree=20925600/32770688 swapFree=66919608/67108860
[pid=8046] ppid=8043 vsize=9970504 memory=9444 CPUtime=0.09 cores=0-3
/proc/8046/stat : 8046 (java) S 8043 8046 463 0 -1 1077944320 3608 13326 0 0 1 0 5 3 20 0 6 0 406491770 10209796096 2361 33554432000 4194304 4196468 140733938270448 140733938252992 139881246170871 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
/proc/8046/statm: 2492626 2361 1338 1 0 2481537 0
[pid=8046/tid=8099] ppid=8043 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0-3
/proc/8046/task/8099/stat : 8099 (java) R 8043 8046 463 0 -1 4202560 1567 13326 0 0 0 0 5 3 20 0 6 0 406491780 10212057088 3003 33554432000 4194304 4196468 140733938270448 139881218007632 139881101212645 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8100] ppid=8043 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0-3
/proc/8046/task/8100/stat : 8100 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 6 0 406491781 10212057088 3003 33554432000 4194304 4196468 140733938270448 139881250412944 139881246181077 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8101] ppid=8043 vsize=9972712 memory=140546852402816 CPUtime=0.08 cores=0-3
/proc/8046/task/8101/stat : 8101 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 6 0 406491781 10212057088 3003 33554432000 4194304 4196468 140733938270448 139880818993424 139881246181077 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8102] ppid=8043 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8102/stat : 8102 (java) S 8043 8046 463 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 6 0 406491781 10212057088 3069 33554432000 4194304 4196468 140733938270448 139880817941136 139881246181077 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8103] ppid=8043 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/8046/task/8103/stat : 8103 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 6 0 406491781 10212057088 3069 33554432000 4194304 4196468 140733938270448 139880816888336 139881246181077 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 9444 KiB

[startup+0.211465 s]*
/proc/loadavg: 1.74 1.63 1.52 5/227 8112
/proc/meminfo: memFree=20909720/32770688 swapFree=66919608/67108860
[pid=8046] ppid=8043 vsize=10818900 memory=33092 CPUtime=0.25 cores=0-3
/proc/8046/stat : 8046 (java) S 8043 8046 463 0 -1 1077944320 7159 13326 0 0 16 1 5 3 20 0 15 0 406491770 11078553600 8273 33554432000 4194304 4196468 140733938270448 140733938252992 139881246170871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
/proc/8046/statm: 2704725 8273 2954 1 0 2667149 0
[pid=8046/tid=8099] ppid=8043 vsize=10818900 memory=7022364594140610616 CPUtime=0.18 cores=0-3
/proc/8046/task/8099/stat : 8099 (java) R 8043 8046 463 0 -1 4202560 3597 13326 0 0 10 0 5 3 20 0 15 0 406491780 11078553600 8273 33554432000 4194304 4196468 140733938270448 139881217955752 139881230251358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8100] ppid=8043 vsize=10818900 memory=364 CPUtime=0.08 cores=0-3
/proc/8046/task/8100/stat : 8100 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11078553600 8273 33554432000 4194304 4196468 140733938270448 139881250412944 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8101] ppid=8043 vsize=10818900 memory=140546852411119 CPUtime=0.08 cores=0-3
/proc/8046/task/8101/stat : 8101 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11078553600 8273 33554432000 4194304 4196468 140733938270448 139880818993424 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8102] ppid=8043 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8102/stat : 8102 (java) S 8043 8046 463 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 406491781 11078553600 8273 33554432000 4194304 4196468 140733938270448 139880817941136 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8103] ppid=8043 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/8046/task/8103/stat : 8103 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11078553600 8273 33554432000 4194304 4196468 140733938270448 139880816888336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8104] ppid=8043 vsize=10818900 memory=140546852402816 CPUtime=0.08 cores=0-3
/proc/8046/task/8104/stat : 8104 (java) S 8043 8046 463 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 406491782 11078553600 8273 33554432000 4194304 4196468 140733938270448 139880571054704 139881246182018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8105] ppid=8043 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/8046/task/8105/stat : 8105 (java) S 8043 8046 463 0 -1 1077944384 33 13326 0 0 0 0 5 3 20 0 15 0 406491783 11078553600 8273 33554432000 4194304 4196468 140733938270448 139880570000672 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8106] ppid=8043 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8106/stat : 8106 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491783 11078553600 8273 33554432000 4194304 4196468 140733938270448 139880105502320 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8107] ppid=8043 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8107/stat : 8107 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11078553600 8273 33554432000 4194304 4196468 140733938270448 139879798102608 139881246189467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8108] ppid=8043 vsize=10818900 memory=0 CPUtime=0.09 cores=0-3
/proc/8046/task/8108/stat : 8108 (java) S 8043 8046 463 0 -1 1077944384 589 13326 0 0 1 0 5 3 20 0 15 0 406491786 11078553600 8273 33554432000 4194304 4196468 140733938270448 139880536442992 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8109] ppid=8043 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/8046/task/8109/stat : 8109 (java) S 8043 8046 463 0 -1 1077944384 67 13326 0 0 0 0 5 3 20 0 15 0 406491786 11078553600 8273 33554432000 4194304 4196468 140733938270448 139880535390192 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8110] ppid=8043 vsize=10818900 memory=140546852402816 CPUtime=0.1 cores=0-3
/proc/8046/task/8110/stat : 8110 (java) S 8043 8046 463 0 -1 1077944384 656 13326 0 0 2 0 5 3 20 0 15 0 406491786 11078553600 8273 33554432000 4194304 4196468 140733938270448 139880534337904 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8111] ppid=8043 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/8046/task/8111/stat : 8111 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11078553600 8273 33554432000 4194304 4196468 140733938270448 139879764543968 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8112] ppid=8043 vsize=10818900 memory=140546852402816 CPUtime=0.08 cores=0-3
/proc/8046/task/8112/stat : 8112 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491787 11078553600 8273 33554432000 4194304 4196468 140733938270448 139880533285808 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 33092 KiB

[startup+0.311378 s]*
/proc/loadavg: 1.74 1.63 1.52 5/227 8112
/proc/meminfo: memFree=20894232/32770688 swapFree=66919608/67108860
[pid=8046] ppid=8043 vsize=10819084 memory=44076 CPUtime=0.39 cores=0-3
/proc/8046/stat : 8046 (java) S 8043 8046 463 0 -1 1077944320 10676 13326 0 0 28 3 5 3 20 0 15 0 406491770 11078742016 11019 33554432000 4194304 4196468 140733938270448 140733938252992 139881246170871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
/proc/8046/statm: 2704771 11019 3013 1 0 2667149 0
[pid=8046/tid=8099] ppid=8043 vsize=10819084 memory=1398722017469774279 CPUtime=0.29 cores=0-3
/proc/8046/task/8099/stat : 8099 (java) R 8043 8046 463 0 -1 4202560 7040 13326 0 0 19 2 5 3 20 0 15 0 406491780 11078742016 11019 33554432000 4194304 4196468 140733938270448 139881217952768 139881246184735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8100] ppid=8043 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8100/stat : 8100 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11078742016 11019 33554432000 4194304 4196468 140733938270448 139881250412944 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8101] ppid=8043 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8101/stat : 8101 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11078742016 11019 33554432000 4194304 4196468 140733938270448 139880818993424 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8102] ppid=8043 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8102/stat : 8102 (java) S 8043 8046 463 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 406491781 11078742016 11019 33554432000 4194304 4196468 140733938270448 139880817941136 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8103] ppid=8043 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8103/stat : 8103 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11078742016 11019 33554432000 4194304 4196468 140733938270448 139880816888336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8104] ppid=8043 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8104/stat : 8104 (java) S 8043 8046 463 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 406491782 11078742016 11019 33554432000 4194304 4196468 140733938270448 139880571054704 139881246182018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8105] ppid=8043 vsize=10819084 memory=-1 CPUtime=0.08 cores=0-3
/proc/8046/task/8105/stat : 8105 (java) S 8043 8046 463 0 -1 1077944384 33 13326 0 0 0 0 5 3 20 0 15 0 406491783 11078742016 11019 33554432000 4194304 4196468 140733938270448 139880570000672 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8106] ppid=8043 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8106/stat : 8106 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491783 11078742016 11019 33554432000 4194304 4196468 140733938270448 139880105502320 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8107] ppid=8043 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8107/stat : 8107 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11078742016 11019 33554432000 4194304 4196468 140733938270448 139879798102608 139881246189467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8108] ppid=8043 vsize=10819084 memory=0 CPUtime=0.09 cores=0-3
/proc/8046/task/8108/stat : 8108 (java) S 8043 8046 463 0 -1 1077944384 590 13326 0 0 1 0 5 3 20 0 15 0 406491786 11078742016 11019 33554432000 4194304 4196468 140733938270448 139880536442992 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8109] ppid=8043 vsize=10819084 memory=-1 CPUtime=0.09 cores=0-3
/proc/8046/task/8109/stat : 8109 (java) S 8043 8046 463 0 -1 1077944384 74 13326 0 0 1 0 5 3 20 0 15 0 406491786 11078742016 11019 33554432000 4194304 4196468 140733938270448 139880535390192 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8110] ppid=8043 vsize=10819084 memory=140546852402816 CPUtime=0.13 cores=0-3
/proc/8046/task/8110/stat : 8110 (java) S 8043 8046 463 0 -1 1077944384 719 13326 0 0 5 0 5 3 20 0 15 0 406491786 11078742016 11019 33554432000 4194304 4196468 140733938270448 139880534337904 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8111] ppid=8043 vsize=10819084 memory=-1 CPUtime=0.08 cores=0-3
/proc/8046/task/8111/stat : 8111 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11078742016 11019 33554432000 4194304 4196468 140733938270448 139879764543968 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8112] ppid=8043 vsize=10819084 memory=140546852402816 CPUtime=0.08 cores=0-3
/proc/8046/task/8112/stat : 8112 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491787 11078742016 11019 33554432000 4194304 4196468 140733938270448 139880533285808 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 44076 KiB

[startup+0.700723 s]
/proc/loadavg: 1.74 1.63 1.52 3/227 8112
/proc/meminfo: memFree=20884156/32770688 swapFree=66919608/67108860
[pid=8046] ppid=8043 vsize=10822292 memory=74920 CPUtime=1.09 cores=0-3
/proc/8046/stat : 8046 (java) S 8043 8046 463 0 -1 1077944320 14564 13326 0 0 97 4 5 3 20 0 15 0 406491770 11082027008 18730 33554432000 4194304 4196468 140733938270448 140733938252992 139881246170871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
/proc/8046/statm: 2705573 18730 3487 1 0 2667661 0
[pid=8046/tid=8099] ppid=8043 vsize=10822292 memory=0 CPUtime=0.66 cores=0-3
/proc/8046/task/8099/stat : 8099 (java) R 8043 8046 463 0 -1 4202560 10071 13326 0 0 55 3 5 3 20 0 15 0 406491780 11082027008 18730 33554432000 4194304 4196468 140733938270448 139881217987232 139881230251358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8100] ppid=8043 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8100/stat : 8100 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11082027008 18730 33554432000 4194304 4196468 140733938270448 139881250412944 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8101] ppid=8043 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8101/stat : 8101 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11082027008 18730 33554432000 4194304 4196468 140733938270448 139880818993424 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8102] ppid=8043 vsize=10822292 memory=140546697998544 CPUtime=0.08 cores=0-3
/proc/8046/task/8102/stat : 8102 (java) S 8043 8046 463 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 406491781 11082027008 18730 33554432000 4194304 4196468 140733938270448 139880817941136 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8103] ppid=8043 vsize=10822292 memory=140548509794888 CPUtime=0.08 cores=0-3
/proc/8046/task/8103/stat : 8103 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11082027008 18730 33554432000 4194304 4196468 140733938270448 139880816888336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8104] ppid=8043 vsize=10822292 memory=1056 CPUtime=0.08 cores=0-3
/proc/8046/task/8104/stat : 8104 (java) S 8043 8046 463 0 -1 1077944384 5 13326 0 0 0 0 5 3 20 0 15 0 406491782 11082027008 18730 33554432000 4194304 4196468 140733938270448 139880571054704 139881246182018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8105] ppid=8043 vsize=10822292 memory=7524764360453481792 CPUtime=0.08 cores=0-3
/proc/8046/task/8105/stat : 8105 (java) S 8043 8046 463 0 -1 1077944384 33 13326 0 0 0 0 5 3 20 0 15 0 406491783 11082027008 18730 33554432000 4194304 4196468 140733938270448 139880570000672 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8106] ppid=8043 vsize=10822292 memory=7739276948478258535 CPUtime=0.08 cores=0-3
/proc/8046/task/8106/stat : 8106 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491783 11082027008 18730 33554432000 4194304 4196468 140733938270448 139880105502320 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8107] ppid=8043 vsize=10822292 memory=980 CPUtime=0.08 cores=0-3
/proc/8046/task/8107/stat : 8107 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11082027008 18730 33554432000 4194304 4196468 140733938270448 139879798102608 139881246189467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8108] ppid=8043 vsize=10822292 memory=14008 CPUtime=0.17 cores=0-3
/proc/8046/task/8108/stat : 8108 (java) R 8043 8046 463 0 -1 4202560 854 13326 0 0 9 0 5 3 20 0 15 0 406491786 11082027008 18730 33554432000 4194304 4196468 140733938270448 139880536432704 139881229671069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8109] ppid=8043 vsize=10822292 memory=12028 CPUtime=0.2 cores=0-3
/proc/8046/task/8109/stat : 8109 (java) R 8043 8046 463 0 -1 4202560 424 13326 0 0 12 0 5 3 20 0 15 0 406491786 11082027008 18730 33554432000 4194304 4196468 140733938270448 139880535380112 139881226806804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8110] ppid=8043 vsize=10822292 memory=23976 CPUtime=0.25 cores=0-3
/proc/8046/task/8110/stat : 8110 (java) S 8043 8046 463 0 -1 1077944384 960 13326 0 0 17 0 5 3 20 0 15 0 406491786 11082027008 18730 33554432000 4194304 4196468 140733938270448 139880534337904 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8111] ppid=8043 vsize=10822292 memory=2120 CPUtime=0.08 cores=0-3
/proc/8046/task/8111/stat : 8111 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11082027008 18730 33554432000 4194304 4196468 140733938270448 139879764543968 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8112] ppid=8043 vsize=10822292 memory=496 CPUtime=0.08 cores=0-3
/proc/8046/task/8112/stat : 8112 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491787 11082027008 18730 33554432000 4194304 4196468 140733938270448 139880533285808 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 74920 KiB

[startup+1.50075 s]
/proc/loadavg: 1.74 1.63 1.52 8/227 8112
/proc/meminfo: memFree=20829104/32770688 swapFree=66919608/67108860
[pid=8046] ppid=8043 vsize=10832608 memory=166900 CPUtime=3.22 cores=0-3
/proc/8046/stat : 8046 (java) S 8043 8046 463 0 -1 1077944320 26646 13326 0 0 307 7 5 3 20 0 15 0 406491770 11092590592 41725 33554432000 4194304 4196468 140733938270448 140733938252992 139881246170871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
/proc/8046/statm: 2708152 41725 3543 1 0 2670221 0
[pid=8046/tid=8099] ppid=8043 vsize=10832608 memory=146608 CPUtime=1.46 cores=0-3
/proc/8046/task/8099/stat : 8099 (java) R 8043 8046 463 0 -1 4202560 14766 13326 0 0 134 4 5 3 20 0 15 0 406491780 11092590592 41725 33554432000 4194304 4196468 140733938270448 139881217984096 139881246192797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8100] ppid=8043 vsize=10832608 memory=6944656592387989600 CPUtime=0.08 cores=0-3
/proc/8046/task/8100/stat : 8100 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11092590592 41725 33554432000 4194304 4196468 140733938270448 139881250412944 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8101] ppid=8043 vsize=10832608 memory=8546925612582150220 CPUtime=0.08 cores=0-3
/proc/8046/task/8101/stat : 8101 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11092590592 41725 33554432000 4194304 4196468 140733938270448 139880818993424 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8102] ppid=8043 vsize=10832608 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8102/stat : 8102 (java) S 8043 8046 463 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 406491781 11092590592 41725 33554432000 4194304 4196468 140733938270448 139880817941136 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8103] ppid=8043 vsize=10832608 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8103/stat : 8103 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491781 11092590592 41725 33554432000 4194304 4196468 140733938270448 139880816888336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8104] ppid=8043 vsize=10832608 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8104/stat : 8104 (java) S 8043 8046 463 0 -1 1077944384 13 13326 0 0 0 0 5 3 20 0 15 0 406491782 11092590592 41725 33554432000 4194304 4196468 140733938270448 139880571054704 139881246182018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8105] ppid=8043 vsize=10832608 memory=6656426216303648864 CPUtime=0.08 cores=0-3
/proc/8046/task/8105/stat : 8105 (java) S 8043 8046 463 0 -1 1077944384 33 13326 0 0 0 0 5 3 20 0 15 0 406491783 11092590592 41725 33554432000 4194304 4196468 140733938270448 139880570000672 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8106] ppid=8043 vsize=10832608 memory=6944652177228980320 CPUtime=0.08 cores=0-3
/proc/8046/task/8106/stat : 8106 (java) S 8043 8046 463 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 406491783 11092590592 41725 33554432000 4194304 4196468 140733938270448 139880105502320 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8107] ppid=8043 vsize=10832608 memory=0 CPUtime=0.08 cores=0-3
/proc/8046/task/8107/stat : 8107 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11092590592 41725 33554432000 4194304 4196468 140733938270448 139879798102608 139881246189467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8108] ppid=8043 vsize=10832608 memory=0 CPUtime=0.74 cores=0-3
/proc/8046/task/8108/stat : 8108 (java) R 8043 8046 463 0 -1 4202560 3716 13326 0 0 65 1 5 3 20 0 15 0 406491786 11092590592 41725 33554432000 4194304 4196468 140733938270448 139880536442992 139881223895904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8109] ppid=8043 vsize=10832608 memory=4580 CPUtime=0.73 cores=0-3
/proc/8046/task/8109/stat : 8109 (java) S 8043 8046 463 0 -1 1077944384 3418 13326 0 0 65 0 5 3 20 0 15 0 406491786 11092590592 41725 33554432000 4194304 4196468 140733938270448 139880535390192 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8110] ppid=8043 vsize=10832608 memory=7882258565919699043 CPUtime=0.49 cores=0-3
/proc/8046/task/8110/stat : 8110 (java) S 8043 8046 463 0 -1 1077944384 2483 13326 0 0 41 0 5 3 20 0 15 0 406491786 11092590592 41725 33554432000 4194304 4196468 140733938270448 139880534337904 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8111] ppid=8043 vsize=10832608 memory=8025788822752027748 CPUtime=0.08 cores=0-3
/proc/8046/task/8111/stat : 8111 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11092590592 41725 33554432000 4194304 4196468 140733938270448 139879764543968 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8112] ppid=8043 vsize=10832608 memory=7308612469127606894 CPUtime=0.08 cores=0-3
/proc/8046/task/8112/stat : 8112 (java) S 8043 8046 463 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 406491787 11092590592 41725 33554432000 4194304 4196468 140733938270448 139880533285808 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
Current children cumulated CPU time: 3.22 s
Current children cumulated vsize: 10832608 KiB

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

/proc/8046/task/8099/stat : 8099 (java) R 8043 8046 463 0 -1 4202560 128820 13326 0 0 230323 62 5 3 20 0 15 0 406491780 11107291136 594941 33554432000 4194304 4196468 140733938270448 139881218005840 139881229346476 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8100] ppid=8043 vsize=10846964 memory=2379764 CPUtime=11.43 cores=0-3
/proc/8046/task/8100/stat : 8100 (java) S 8043 8046 463 0 -1 1077944384 39549 13326 0 0 1096 39 5 3 20 0 15 0 406491781 11107291136 594941 33554432000 4194304 4196468 140733938270448 139881250412944 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8101] ppid=8043 vsize=10846964 memory=2379764 CPUtime=11.41 cores=0-3
/proc/8046/task/8101/stat : 8101 (java) S 8043 8046 463 0 -1 1077944384 44699 13326 0 0 1095 38 5 3 20 0 15 0 406491781 11107291136 594941 33554432000 4194304 4196468 140733938270448 139880818993424 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8102] ppid=8043 vsize=10846964 memory=2379764 CPUtime=11.39 cores=0-3
/proc/8046/task/8102/stat : 8102 (java) S 8043 8046 463 0 -1 1077944384 34313 13326 0 0 1096 35 5 3 20 0 15 0 406491781 11107291136 594941 33554432000 4194304 4196468 140733938270448 139880817941136 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8103] ppid=8043 vsize=10846964 memory=2379764 CPUtime=11.45 cores=0-3
/proc/8046/task/8103/stat : 8103 (java) S 8043 8046 463 0 -1 1077944384 48782 13326 0 0 1100 37 5 3 20 0 15 0 406491781 11107291136 594941 33554432000 4194304 4196468 140733938270448 139880816888336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8104] ppid=8043 vsize=10846964 memory=281093396865872 CPUtime=5.19 cores=0-3
/proc/8046/task/8104/stat : 8104 (java) S 8043 8046 463 0 -1 1077944384 34587 13326 0 0 480 31 5 3 20 0 15 0 406491782 11107291136 594941 33554432000 4194304 4196468 140733938270448 139880571054704 139881246182018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8105] ppid=8043 vsize=10846964 memory=2308 CPUtime=0.08 cores=0-3
/proc/8046/task/8105/stat : 8105 (java) S 8043 8046 463 0 -1 1077944384 69 13326 0 0 0 0 5 3 20 0 15 0 406491783 11107291136 594941 33554432000 4194304 4196468 140733938270448 139880570000736 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8106] ppid=8043 vsize=10846964 memory=2379764 CPUtime=0.08 cores=0-3
/proc/8046/task/8106/stat : 8106 (java) S 8043 8046 463 0 -1 1077944384 40 13326 0 0 0 0 5 3 20 0 15 0 406491783 11107291136 594941 33554432000 4194304 4196468 140733938270448 139880105502336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8107] ppid=8043 vsize=10846964 memory=2379764 CPUtime=0.08 cores=0-3
/proc/8046/task/8107/stat : 8107 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11107291136 594941 33554432000 4194304 4196468 140733938270448 139879798102608 139881246189467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8108] ppid=8043 vsize=10846964 memory=2379764 CPUtime=11.44 cores=0-3
/proc/8046/task/8108/stat : 8108 (java) S 8043 8046 463 0 -1 1077944384 39108 13326 0 0 1129 7 5 3 20 0 15 0 406491786 11107291136 594941 33554432000 4194304 4196468 140733938270448 139880536442992 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8109] ppid=8043 vsize=10846964 memory=2379764 CPUtime=11.59 cores=0-3
/proc/8046/task/8109/stat : 8109 (java) S 8043 8046 463 0 -1 1077944384 35066 13326 0 0 1145 6 5 3 20 0 15 0 406491786 11107291136 594941 33554432000 4194304 4196468 140733938270448 139880535390192 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8110] ppid=8043 vsize=10846964 memory=4872558044660077418 CPUtime=4.68 cores=0-3
/proc/8046/task/8110/stat : 8110 (java) S 8043 8046 463 0 -1 1077944384 24275 13326 0 0 452 8 5 3 20 0 15 0 406491786 11107291136 594941 33554432000 4194304 4196468 140733938270448 139880534337904 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8111] ppid=8043 vsize=10846964 memory=288293255297186533 CPUtime=0.08 cores=0-3
/proc/8046/task/8111/stat : 8111 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11107291136 594941 33554432000 4194304 4196468 140733938270448 139879764543968 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8112] ppid=8043 vsize=10846964 memory=33 CPUtime=1.41 cores=0-3
/proc/8046/task/8112/stat : 8112 (java) S 8043 8046 463 0 -1 1077944384 1825 13326 0 0 67 66 5 3 20 0 15 0 406491787 11107291136 594941 33554432000 4194304 4196468 140733938270448 139880533285808 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
Current children cumulated CPU time: 2383.3 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2379764 KiB

[startup+2382.3 s]
/proc/loadavg: 1.13 1.47 1.55 3/228 8507
/proc/meminfo: memFree=21313808/32770688 swapFree=66919608/67108860
[pid=8046] ppid=8043 vsize=10846964 memory=2379816 CPUtime=2444.36 cores=0-3
/proc/8046/stat : 8046 (java) S 8043 8046 463 0 -1 1077944320 440748 13326 0 0 244118 310 5 3 20 0 15 0 406491770 11107291136 594954 33554432000 4194304 4196468 140733938270448 140733938252992 139881246170871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
/proc/8046/statm: 2711741 594954 3641 1 0 2673805 0
[pid=8046/tid=8099] ppid=8043 vsize=10846964 memory=2379816 CPUtime=2363.33 cores=0-3
/proc/8046/task/8099/stat : 8099 (java) R 8043 8046 463 0 -1 4202560 130968 13326 0 0 236263 62 5 3 20 0 15 0 406491780 11107291136 594954 33554432000 4194304 4196468 140733938270448 139881218006528 139880853511395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8100] ppid=8043 vsize=10846964 memory=2379808 CPUtime=11.78 cores=0-3
/proc/8046/task/8100/stat : 8100 (java) S 8043 8046 463 0 -1 1077944384 39907 13326 0 0 1131 39 5 3 20 0 15 0 406491781 11107291136 594954 33554432000 4194304 4196468 140733938270448 139881250412944 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8101] ppid=8043 vsize=10846964 memory=2379808 CPUtime=11.78 cores=0-3
/proc/8046/task/8101/stat : 8101 (java) S 8043 8046 463 0 -1 1077944384 44846 13326 0 0 1131 39 5 3 20 0 15 0 406491781 11107291136 594954 33554432000 4194304 4196468 140733938270448 139880818993424 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8102] ppid=8043 vsize=10846964 memory=2379800 CPUtime=11.74 cores=0-3
/proc/8046/task/8102/stat : 8102 (java) S 8043 8046 463 0 -1 1077944384 36662 13326 0 0 1131 35 5 3 20 0 15 0 406491781 11107291136 594954 33554432000 4194304 4196468 140733938270448 139880817941136 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8103] ppid=8043 vsize=10846964 memory=2379800 CPUtime=11.82 cores=0-3
/proc/8046/task/8103/stat : 8103 (java) S 8043 8046 463 0 -1 1077944384 50447 13326 0 0 1136 38 5 3 20 0 15 0 406491781 11107291136 594954 33554432000 4194304 4196468 140733938270448 139880816888336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8104] ppid=8043 vsize=10846964 memory=2379808 CPUtime=5.36 cores=0-3
/proc/8046/task/8104/stat : 8104 (java) S 8043 8046 463 0 -1 1077944384 35243 13326 0 0 496 32 5 3 20 0 15 0 406491782 11107291136 594954 33554432000 4194304 4196468 140733938270448 139880571054704 139881246182018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8105] ppid=8043 vsize=10846964 memory=2379816 CPUtime=0.08 cores=0-3
/proc/8046/task/8105/stat : 8105 (java) S 8043 8046 463 0 -1 1077944384 69 13326 0 0 0 0 5 3 20 0 15 0 406491783 11107291136 594954 33554432000 4194304 4196468 140733938270448 139880570000736 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8106] ppid=8043 vsize=10846964 memory=2379816 CPUtime=0.08 cores=0-3
/proc/8046/task/8106/stat : 8106 (java) S 8043 8046 463 0 -1 1077944384 40 13326 0 0 0 0 5 3 20 0 15 0 406491783 11107291136 594954 33554432000 4194304 4196468 140733938270448 139880105502336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8107] ppid=8043 vsize=10846964 memory=2379808 CPUtime=0.08 cores=0-3
/proc/8046/task/8107/stat : 8107 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11107291136 594954 33554432000 4194304 4196468 140733938270448 139879798102608 139881246189467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8108] ppid=8043 vsize=10846964 memory=984 CPUtime=11.44 cores=0-3
/proc/8046/task/8108/stat : 8108 (java) S 8043 8046 463 0 -1 1077944384 39115 13326 0 0 1129 7 5 3 20 0 15 0 406491786 11107291136 594954 33554432000 4194304 4196468 140733938270448 139880536442992 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8109] ppid=8043 vsize=10846964 memory=2379816 CPUtime=11.59 cores=0-3
/proc/8046/task/8109/stat : 8109 (java) S 8043 8046 463 0 -1 1077944384 35072 13326 0 0 1145 6 5 3 20 0 15 0 406491786 11107291136 594954 33554432000 4194304 4196468 140733938270448 139880535390192 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8110] ppid=8043 vsize=10846964 memory=2379816 CPUtime=4.68 cores=0-3
/proc/8046/task/8110/stat : 8110 (java) S 8043 8046 463 0 -1 1077944384 24286 13326 0 0 452 8 5 3 20 0 15 0 406491786 11107291136 594954 33554432000 4194304 4196468 140733938270448 139880534337904 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8111] ppid=8043 vsize=10846964 memory=2379816 CPUtime=0.08 cores=0-3
/proc/8046/task/8111/stat : 8111 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11107291136 594954 33554432000 4194304 4196468 140733938270448 139879764543968 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8112] ppid=8043 vsize=10846964 memory=3252 CPUtime=1.45 cores=0-3
/proc/8046/task/8112/stat : 8112 (java) S 8043 8046 463 0 -1 1077944384 1882 13326 0 0 69 68 5 3 20 0 15 0 406491787 11107291136 594954 33554432000 4194304 4196468 140733938270448 139880533285808 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
Current children cumulated CPU time: 2444.36 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2379816 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.47 1.55 3/228 8513
/proc/meminfo: memFree=21318536/32770688 swapFree=66919608/67108860
[pid=8046] ppid=8043 vsize=10846964 memory=2381924 CPUtime=2505.46 cores=0-3
/proc/8046/stat : 8046 (java) S 8043 8046 463 0 -1 1077944320 449066 13326 0 0 250224 314 5 3 20 0 15 0 406491770 11107291136 595481 33554432000 4194304 4196468 140733938270448 140733938252992 139881246170871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
/proc/8046/statm: 2711741 595481 3641 1 0 2673805 0
[pid=8046/tid=8099] ppid=8043 vsize=10846964 memory=2381924 CPUtime=2422.71 cores=0-3
/proc/8046/task/8099/stat : 8099 (java) R 8043 8046 463 0 -1 4202560 132680 13326 0 0 242200 63 5 3 20 0 15 0 406491780 11107291136 595481 33554432000 4194304 4196468 140733938270448 139881218006048 139880856540937 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8100] ppid=8043 vsize=10846964 memory=2379876 CPUtime=12.17 cores=0-3
/proc/8046/task/8100/stat : 8100 (java) S 8043 8046 463 0 -1 1077944384 41222 13326 0 0 1169 40 5 3 20 0 15 0 406491781 11107291136 595481 33554432000 4194304 4196468 140733938270448 139881250412944 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8101] ppid=8043 vsize=10846964 memory=2379852 CPUtime=12.15 cores=0-3
/proc/8046/task/8101/stat : 8101 (java) S 8043 8046 463 0 -1 1077944384 46186 13326 0 0 1167 40 5 3 20 0 15 0 406491781 11107291136 595481 33554432000 4194304 4196468 140733938270448 139880818993424 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8102] ppid=8043 vsize=10846964 memory=2379852 CPUtime=12.12 cores=0-3
/proc/8046/task/8102/stat : 8102 (java) S 8043 8046 463 0 -1 1077944384 36938 13326 0 0 1168 36 5 3 20 0 15 0 406491781 11107291136 595481 33554432000 4194304 4196468 140733938270448 139880817941136 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8103] ppid=8043 vsize=10846964 memory=2381924 CPUtime=12.19 cores=0-3
/proc/8046/task/8103/stat : 8103 (java) S 8043 8046 463 0 -1 1077944384 53071 13326 0 0 1173 38 5 3 20 0 15 0 406491781 11107291136 595481 33554432000 4194304 4196468 140733938270448 139880816888336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8104] ppid=8043 vsize=10846964 memory=2381924 CPUtime=5.53 cores=0-3
/proc/8046/task/8104/stat : 8104 (java) S 8043 8046 463 0 -1 1077944384 36244 13326 0 0 513 32 5 3 20 0 15 0 406491782 11107291136 595481 33554432000 4194304 4196468 140733938270448 139880571054704 139881246182018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8105] ppid=8043 vsize=10846964 memory=2381924 CPUtime=0.08 cores=0-3
/proc/8046/task/8105/stat : 8105 (java) S 8043 8046 463 0 -1 1077944384 69 13326 0 0 0 0 5 3 20 0 15 0 406491783 11107291136 595481 33554432000 4194304 4196468 140733938270448 139880570000736 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8106] ppid=8043 vsize=10846964 memory=2381924 CPUtime=0.08 cores=0-3
/proc/8046/task/8106/stat : 8106 (java) S 8043 8046 463 0 -1 1077944384 40 13326 0 0 0 0 5 3 20 0 15 0 406491783 11107291136 595481 33554432000 4194304 4196468 140733938270448 139880105502336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8107] ppid=8043 vsize=10846964 memory=8 CPUtime=0.08 cores=0-3
/proc/8046/task/8107/stat : 8107 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11107291136 595481 33554432000 4194304 4196468 140733938270448 139879798102608 139881246189467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8108] ppid=8043 vsize=10846964 memory=3624 CPUtime=11.45 cores=0-3
/proc/8046/task/8108/stat : 8108 (java) S 8043 8046 463 0 -1 1077944384 39124 13326 0 0 1129 8 5 3 20 0 15 0 406491786 11107291136 595481 33554432000 4194304 4196468 140733938270448 139880536442992 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8109] ppid=8043 vsize=10846964 memory=2381924 CPUtime=11.59 cores=0-3
/proc/8046/task/8109/stat : 8109 (java) S 8043 8046 463 0 -1 1077944384 35078 13326 0 0 1145 6 5 3 20 0 15 0 406491786 11107291136 595481 33554432000 4194304 4196468 140733938270448 139880535390192 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8110] ppid=8043 vsize=10846964 memory=2379868 CPUtime=4.68 cores=0-3
/proc/8046/task/8110/stat : 8110 (java) S 8043 8046 463 0 -1 1077944384 24292 13326 0 0 452 8 5 3 20 0 15 0 406491786 11107291136 595481 33554432000 4194304 4196468 140733938270448 139880534337904 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8111] ppid=8043 vsize=10846964 memory=2379868 CPUtime=0.08 cores=0-3
/proc/8046/task/8111/stat : 8111 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11107291136 595481 33554432000 4194304 4196468 140733938270448 139879764543968 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8112] ppid=8043 vsize=10846964 memory=2379876 CPUtime=1.49 cores=0-3
/proc/8046/task/8112/stat : 8112 (java) S 8043 8046 463 0 -1 1077944384 1911 13326 0 0 71 70 5 3 20 0 15 0 406491787 11107291136 595481 33554432000 4194304 4196468 140733938270448 139880533285808 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
Current children cumulated CPU time: 2505.46 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2381924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.6 s]
/proc/loadavg: 1.43 1.48 1.55 3/227 8514
/proc/meminfo: memFree=21319132/32770688 swapFree=66919608/67108860
[pid=8046] ppid=8043 vsize=10846964 memory=2381948 CPUtime=2520.04 cores=0-3
/proc/8046/stat : 8046 (java) S 8043 8046 463 0 -1 1077944320 452055 13326 0 0 251681 315 5 3 20 0 15 0 406491770 11107291136 595487 33554432000 4194304 4196468 140733938270448 140733938252992 139881246170871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
/proc/8046/statm: 2711741 595487 3641 1 0 2673805 0
[pid=8046/tid=8099] ppid=8043 vsize=10846964 memory=1176 CPUtime=2436.87 cores=0-3
/proc/8046/task/8099/stat : 8099 (java) R 8043 8046 463 0 -1 4202560 133406 13326 0 0 243616 63 5 3 20 0 15 0 406491780 11107291136 595487 33554432000 4194304 4196468 140733938270448 139881218006768 139880862597336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8100] ppid=8043 vsize=10846964 memory=980 CPUtime=12.26 cores=0-3
/proc/8046/task/8100/stat : 8100 (java) S 8043 8046 463 0 -1 1077944384 42755 13326 0 0 1178 40 5 3 20 0 15 0 406491781 11107291136 595487 33554432000 4194304 4196468 140733938270448 139881250412944 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8101] ppid=8043 vsize=10846964 memory=14008 CPUtime=12.24 cores=0-3
/proc/8046/task/8101/stat : 8101 (java) S 8043 8046 463 0 -1 1077944384 46394 13326 0 0 1176 40 5 3 20 0 15 0 406491781 11107291136 595487 33554432000 4194304 4196468 140733938270448 139880818993424 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8102] ppid=8043 vsize=10846964 memory=12028 CPUtime=12.22 cores=0-3
/proc/8046/task/8102/stat : 8102 (java) S 8043 8046 463 0 -1 1077944384 37129 13326 0 0 1177 37 5 3 20 0 15 0 406491781 11107291136 595487 33554432000 4194304 4196468 140733938270448 139880817941136 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8103] ppid=8043 vsize=10846964 memory=23976 CPUtime=12.28 cores=0-3
/proc/8046/task/8103/stat : 8103 (java) S 8043 8046 463 0 -1 1077944384 53087 13326 0 0 1182 38 5 3 20 0 15 0 406491781 11107291136 595487 33554432000 4194304 4196468 140733938270448 139880816888336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8104] ppid=8043 vsize=10846964 memory=2120 CPUtime=5.56 cores=0-3
/proc/8046/task/8104/stat : 8104 (java) S 8043 8046 463 0 -1 1077944384 36542 13326 0 0 516 32 5 3 20 0 15 0 406491782 11107291136 595487 33554432000 4194304 4196468 140733938270448 139880571054704 139881246182018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8105] ppid=8043 vsize=10846964 memory=496 CPUtime=0.08 cores=0-3
/proc/8046/task/8105/stat : 8105 (java) S 8043 8046 463 0 -1 1077944384 69 13326 0 0 0 0 5 3 20 0 15 0 406491783 11107291136 595487 33554432000 4194304 4196468 140733938270448 139880570000736 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8106] ppid=8043 vsize=10846964 memory=1560 CPUtime=0.08 cores=0-3
/proc/8046/task/8106/stat : 8106 (java) S 8043 8046 463 0 -1 1077944384 40 13326 0 0 0 0 5 3 20 0 15 0 406491783 11107291136 595487 33554432000 4194304 4196468 140733938270448 139880105502336 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8107] ppid=8043 vsize=10846964 memory=928 CPUtime=0.08 cores=0-3
/proc/8046/task/8107/stat : 8107 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11107291136 595487 33554432000 4194304 4196468 140733938270448 139879798102608 139881246189467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8108] ppid=8043 vsize=10846964 memory=2608 CPUtime=11.45 cores=0-3
/proc/8046/task/8108/stat : 8108 (java) S 8043 8046 463 0 -1 1077944384 39124 13326 0 0 1129 8 5 3 20 0 15 0 406491786 11107291136 595487 33554432000 4194304 4196468 140733938270448 139880536442992 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8109] ppid=8043 vsize=10846964 memory=2600 CPUtime=11.59 cores=0-3
/proc/8046/task/8109/stat : 8109 (java) S 8043 8046 463 0 -1 1077944384 35078 13326 0 0 1145 6 5 3 20 0 15 0 406491786 11107291136 595487 33554432000 4194304 4196468 140733938270448 139880535390192 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8110] ppid=8043 vsize=10846964 memory=1724 CPUtime=4.68 cores=0-3
/proc/8046/task/8110/stat : 8110 (java) S 8043 8046 463 0 -1 1077944384 24292 13326 0 0 452 8 5 3 20 0 15 0 406491786 11107291136 595487 33554432000 4194304 4196468 140733938270448 139880534337904 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8111] ppid=8043 vsize=10846964 memory=288230574492221466 CPUtime=0.08 cores=0-3
/proc/8046/task/8111/stat : 8111 (java) S 8043 8046 463 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 406491786 11107291136 595487 33554432000 4194304 4196468 140733938270448 139879764543968 139881246181077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
[pid=8046/tid=8112] ppid=8043 vsize=10846964 memory=288230591755977018 CPUtime=1.49 cores=0-3
/proc/8046/task/8112/stat : 8112 (java) S 8043 8046 463 0 -1 1077944384 1928 13326 0 0 71 70 5 3 20 0 15 0 406491787 11107291136 595487 33554432000 4194304 4196468 140733938270448 139880533285808 139881246182018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26939392 140733938277110 140733938279621 140733938279621 140733938282447 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2381948 KiB

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

[startup+2456.66 s]
# the end of solver process 8046 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.91 s, system=3.21247 s

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

Child status: 143
Real time (s): 2456.66
CPU time (s): 2520.12
CPU user time (s): 2516.91
CPU system time (s): 3.21247
CPU usage (%): 102.583
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 2904232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.91
system time used= 3.21247
maximum resident set size= 2904232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468861
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164174
involuntary context switches= 8981


# summary of solver processes directly reported to runsolver:
#   pid: 8046
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.91
#   total CPU system time (s): 3.21247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.4968 second user time and 20.6972 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 00:34:37
IDJOB=4387435
IDBENCH=138480
IDSOLVER=2823
FILE ID=node120/4387435-1568304854
RUNJOBID= node120-1323800386-1292
PBS_JOBID= 21701083
Free space on /tmp= 59120 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387435-1568304854/watcher-4387435-1568304854 -o /tmp/evaluation-result-4387435-1568304854/solver-4387435-1568304854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1292 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=736777635 HOME/instance-4387435-1568304854.xml

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

MD5SUM BENCH= 388994c608323cc5ca888624a3c66f06
RANDOM SEED=736777635

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        20926968 kB
MemAvailable:   26585764 kB
Buffers:          135016 kB
Cached:          5797712 kB
SwapCached:        77012 kB
Active:          6489920 kB
Inactive:        4744788 kB
Active(anon):    5225364 kB
Inactive(anon):   118272 kB
Active(file):    1264556 kB
Inactive(file):  4626516 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66919608 kB
Dirty:             35596 kB
Writeback:             0 kB
AnonPages:       5333832 kB
Mapped:            59556 kB
Shmem:             32812 kB
Slab:             195760 kB
SReclaimable:     167116 kB
SUnreclaim:        28644 kB
KernelStack:        3776 kB
PageTables:        16352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    5983068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5169152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59084 MiB
End job on node120 at 2011-12-14 01:15:34