Trace number 4402690

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.14 2459.64

General information on the benchmark

NameBibd/Bibd-sum-open/
Bibd-sum-22-033-12-08-04.xml
MD5SUMf3f766a62b1d9930afd3b37b1c8667ba
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables726
Number of constraints287
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":726}]
Minimum variable degree24
Maximum variable degree24
Distribution of variable degrees[{"degree":24,"count":726}]
Minimum constraint arity22
Maximum constraint arity726
Distribution of constraint arities[{"arity":22,"count":33},{"arity":33,"count":22},{"arity":66,"count":231},{"arity":726,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":286}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
2520.10/2459.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.10/2459.61		at concrete.MAC.mac(MAC.scala:192)
2520.10/2459.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.10/2459.61		at scala.util.Try$.apply(Try.scala:210)
2520.10/2459.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.10/2459.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.10/2459.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.10/2459.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.10/2459.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.10/2459.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.10/2459.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.10/2459.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.10/2459.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.10/2459.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.10/2459.61		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.10/2459.61		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.10/2459.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.10/2459.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.10/2459.61		at scala.util.Success.map(Try.scala:262)
2520.10/2459.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2459.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.10/2459.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.10/2459.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2459.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.10/2459.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.10/2459.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.10/2459.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.10/2459.61		at scala.App.$anonfun$main$1(App.scala:73)
2520.10/2459.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.10/2459.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.10/2459.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.10/2459.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.10/2459.61		at scala.App.main(App.scala:73)
2520.10/2459.61		at scala.App.main$(App.scala:71)
2520.10/2459.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.10/2459.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2459.61	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 (190 MiB free)
  memory of node 1: 16384 MiB (2438 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402690-1568971341/watcher-4402690-1568971341 -o /tmp/evaluation-result-4402690-1568971341/solver-4402690-1568971341 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4736 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=799927705 HOME/instance-4402690-1568971341.xml 

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

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=5977, runsolver pid=5974

[startup+0.101376 s]*
/proc/loadavg: 1.16 1.41 1.39 3/218 6034
/proc/meminfo: memFree=2683436/32770624 swapFree=66998936/67108860
[pid=5977] ppid=5974 vsize=9972712 memory=17076 CPUtime=0.1 cores=1,3,5,7
/proc/5977/stat : 5977 (java) S 5974 5977 4702 0 -1 1077944320 4506 13314 0 0 1 1 5 3 20 0 6 0 473398952 10212057088 4269 33554432000 4194304 4196468 140735517169040 140735517151584 140640007306999 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
/proc/5977/statm: 2493178 4269 1935 1 0 2481616 0
[pid=5977/tid=6030] ppid=5974 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6030/stat : 6030 (java) R 5974 5977 4702 0 -1 4202560 2347 13314 0 0 0 0 5 3 20 0 6 0 473398961 10212057088 4335 33554432000 4194304 4196468 140735517169040 140639979143760 140639992619001 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6031] ppid=5974 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6031/stat : 6031 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 6 0 473398962 10212057088 4335 33554432000 4194304 4196468 140735517169040 140640011549712 140640007317205 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6032] ppid=5974 vsize=9972712 memory=139678711858816 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6032/stat : 6032 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 6 0 473398962 10212057088 4335 33554432000 4194304 4196468 140735517169040 140639915752592 140640007317205 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6033] ppid=5974 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6033/stat : 6033 (java) S 5974 5977 4702 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 6 0 473398962 10212057088 4335 33554432000 4194304 4196468 140735517169040 140639914699536 140640007317205 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6034] ppid=5974 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6034/stat : 6034 (java) S 5974 5977 4702 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 6 0 473398962 10212057088 4335 33554432000 4194304 4196468 140735517169040 140639913646992 140640007317205 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209831 s]*
/proc/loadavg: 1.16 1.41 1.39 3/227 6043
/proc/meminfo: memFree=2665800/32770624 swapFree=66998936/67108860
[pid=5977] ppid=5974 vsize=10820164 memory=42360 CPUtime=0.26 cores=1,3,5,7
/proc/5977/stat : 5977 (java) S 5974 5977 4702 0 -1 1077944320 7502 13314 0 0 17 1 5 3 20 0 15 0 473398952 11079847936 10590 33554432000 4194304 4196468 140735517169040 140735517151584 140640007306999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
/proc/5977/statm: 2705041 10590 3296 1 0 2667149 0
[pid=5977/tid=6030] ppid=5974 vsize=10820196 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/5977/task/6030/stat : 6030 (java) R 5974 5977 4702 0 -1 4202560 4023 13314 0 0 11 1 5 3 20 0 15 0 473398961 11079880704 10590 33554432000 4194304 4196468 140735517169040 140639979118032 140640007328925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6031] ppid=5974 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6031/stat : 6031 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398962 11079880704 10590 33554432000 4194304 4196468 140735517169040 140640011549712 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6032] ppid=5974 vsize=10820196 memory=139678711858816 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6032/stat : 6032 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398962 11079880704 10590 33554432000 4194304 4196468 140735517169040 140639915752592 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6033] ppid=5974 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6033/stat : 6033 (java) S 5974 5977 4702 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 473398962 11079880704 10590 33554432000 4194304 4196468 140735517169040 140639914699536 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6034] ppid=5974 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6034/stat : 6034 (java) S 5974 5977 4702 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 473398962 11079880704 10590 33554432000 4194304 4196468 140735517169040 140639913646992 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6035] ppid=5974 vsize=10820196 memory=139678711858816 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6035/stat : 6035 (java) S 5974 5977 4702 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 473398963 11079880704 10590 33554432000 4194304 4196468 140735517169040 140639466825968 140640007318146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6036] ppid=5974 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6036/stat : 6036 (java) S 5974 5977 4702 0 -1 1077944384 13 13314 0 0 0 0 5 3 20 0 15 0 473398964 11079880704 10590 33554432000 4194304 4196468 140735517169040 140639375189152 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6037] ppid=5974 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6037/stat : 6037 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398964 11079880704 10590 33554432000 4194304 4196468 140735517169040 140638771208944 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6038] ppid=5974 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6038/stat : 6038 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11079880704 10590 33554432000 4194304 4196468 140735517169040 140638530918352 140640007325595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6039] ppid=5974 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5977/task/6039/stat : 6039 (java) R 5974 5977 4702 0 -1 4202560 491 13314 0 0 1 0 5 3 20 0 15 0 473398967 11079880704 10590 33554432000 4194304 4196468 140735517169040 140639465773808 140639990790232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6040] ppid=5974 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5977/task/6040/stat : 6040 (java) S 5974 5977 4702 0 -1 1077944384 167 13314 0 0 1 0 5 3 20 0 15 0 473398967 11079880704 10590 33554432000 4194304 4196468 140735517169040 140639464721264 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6041] ppid=5974 vsize=10820196 memory=139678711858816 CPUtime=0.11 cores=1,3,5,7
/proc/5977/task/6041/stat : 6041 (java) S 5974 5977 4702 0 -1 1077944384 603 13314 0 0 3 0 5 3 20 0 15 0 473398967 11079880704 10590 33554432000 4194304 4196468 140735517169040 140639463668208 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6042] ppid=5974 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6042/stat : 6042 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11079880704 10590 33554432000 4194304 4196468 140735517169040 140638497360736 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6043] ppid=5974 vsize=10820196 memory=139678711858816 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6043/stat : 6043 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398967 11079880704 10590 33554432000 4194304 4196468 140735517169040 140639462615600 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 42360 KiB

[startup+0.311126 s]*
/proc/loadavg: 1.16 1.41 1.39 4/227 6043
/proc/meminfo: memFree=2652892/32770624 swapFree=66998936/67108860
[pid=5977] ppid=5974 vsize=10820196 memory=50540 CPUtime=0.4 cores=1,3,5,7
/proc/5977/stat : 5977 (java) S 5974 5977 4702 0 -1 1077944320 10879 13314 0 0 29 3 5 3 20 0 15 0 473398952 11079880704 12635 33554432000 4194304 4196468 140735517169040 140735517151584 140640007306999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
/proc/5977/statm: 2705049 12635 3316 1 0 2667149 0
[pid=5977/tid=6030] ppid=5974 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/5977/task/6030/stat : 6030 (java) R 5974 5977 4702 0 -1 4202560 7363 13314 0 0 19 2 5 3 20 0 15 0 473398961 11079880704 12635 33554432000 4194304 4196468 140735517169040 140639979116936 140640007328925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6031] ppid=5974 vsize=10820196 memory=6941849578075941731 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6031/stat : 6031 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398962 11079880704 12635 33554432000 4194304 4196468 140735517169040 140640011549712 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6032] ppid=5974 vsize=10820196 memory=5788339726952981056 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6032/stat : 6032 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398962 11079880704 12635 33554432000 4194304 4196468 140735517169040 140639915752592 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6033] ppid=5974 vsize=10820196 memory=7019606766618496965 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6033/stat : 6033 (java) S 5974 5977 4702 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 473398962 11079880704 12635 33554432000 4194304 4196468 140735517169040 140639914699536 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6034] ppid=5974 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6034/stat : 6034 (java) S 5974 5977 4702 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 473398962 11079880704 12635 33554432000 4194304 4196468 140735517169040 140639913646992 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6035] ppid=5974 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6035/stat : 6035 (java) S 5974 5977 4702 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 473398963 11079880704 12635 33554432000 4194304 4196468 140735517169040 140639466825968 140640007318146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6036] ppid=5974 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6036/stat : 6036 (java) S 5974 5977 4702 0 -1 1077944384 13 13314 0 0 0 0 5 3 20 0 15 0 473398964 11079880704 12635 33554432000 4194304 4196468 140735517169040 140639375189152 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6037] ppid=5974 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6037/stat : 6037 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398964 11079880704 12635 33554432000 4194304 4196468 140735517169040 140638771208944 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6038] ppid=5974 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6038/stat : 6038 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11079880704 12635 33554432000 4194304 4196468 140735517169040 140638530918352 140640007325595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6039] ppid=5974 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5977/task/6039/stat : 6039 (java) S 5974 5977 4702 0 -1 1077944384 500 13314 0 0 2 0 5 3 20 0 15 0 473398967 11079880704 12635 33554432000 4194304 4196468 140735517169040 140639465773808 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6040] ppid=5974 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5977/task/6040/stat : 6040 (java) S 5974 5977 4702 0 -1 1077944384 168 13314 0 0 2 0 5 3 20 0 15 0 473398967 11079880704 12635 33554432000 4194304 4196468 140735517169040 140639464721264 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6041] ppid=5974 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/5977/task/6041/stat : 6041 (java) S 5974 5977 4702 0 -1 1077944384 612 13314 0 0 5 0 5 3 20 0 15 0 473398967 11079880704 12635 33554432000 4194304 4196468 140735517169040 140639463668208 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6042] ppid=5974 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6042/stat : 6042 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11079880704 12635 33554432000 4194304 4196468 140735517169040 140638497360736 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6043] ppid=5974 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6043/stat : 6043 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398967 11079880704 12635 33554432000 4194304 4196468 140735517169040 140639462615600 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50540 KiB

[startup+0.700696 s]
/proc/loadavg: 1.16 1.41 1.39 3/227 6043
/proc/meminfo: memFree=2638816/32770624 swapFree=66998936/67108860
[pid=5977] ppid=5974 vsize=10824364 memory=83356 CPUtime=1.15 cores=1,3,5,7
/proc/5977/stat : 5977 (java) S 5974 5977 4702 0 -1 1077944320 15084 13314 0 0 102 5 5 3 20 0 15 0 473398952 11084148736 20839 33554432000 4194304 4196468 140735517169040 140735517151584 140640007306999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
/proc/5977/statm: 2706091 20839 3505 1 0 2668173 0
[pid=5977/tid=6030] ppid=5974 vsize=10824364 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/5977/task/6030/stat : 6030 (java) R 5974 5977 4702 0 -1 4202560 10415 13314 0 0 55 4 5 3 20 0 15 0 473398961 11084148736 20839 33554432000 4194304 4196468 140735517169040 140639979136544 140639991387486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6031] ppid=5974 vsize=10824364 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6031/stat : 6031 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398962 11084148736 20839 33554432000 4194304 4196468 140735517169040 140640011549712 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6032] ppid=5974 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6032/stat : 6032 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398962 11084148736 20839 33554432000 4194304 4196468 140735517169040 140639915752592 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6033] ppid=5974 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6033/stat : 6033 (java) S 5974 5977 4702 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 473398962 11084148736 20839 33554432000 4194304 4196468 140735517169040 140639914699536 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6034] ppid=5974 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6034/stat : 6034 (java) S 5974 5977 4702 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 473398962 11084148736 20839 33554432000 4194304 4196468 140735517169040 140639913646992 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6035] ppid=5974 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6035/stat : 6035 (java) S 5974 5977 4702 0 -1 1077944384 5 13314 0 0 0 0 5 3 20 0 15 0 473398963 11084148736 20839 33554432000 4194304 4196468 140735517169040 140639466825968 140640007318146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6036] ppid=5974 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6036/stat : 6036 (java) S 5974 5977 4702 0 -1 1077944384 13 13314 0 0 0 0 5 3 20 0 15 0 473398964 11084148736 20839 33554432000 4194304 4196468 140735517169040 140639375189152 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6037] ppid=5974 vsize=10824364 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6037/stat : 6037 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398964 11084148736 20839 33554432000 4194304 4196468 140735517169040 140638771208944 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6038] ppid=5974 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6038/stat : 6038 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11084148736 20839 33554432000 4194304 4196468 140735517169040 140638530918352 140640007325595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6039] ppid=5974 vsize=10824364 memory=139678577624976 CPUtime=0.24 cores=1,3,5,7
/proc/5977/task/6039/stat : 6039 (java) R 5974 5977 4702 0 -1 4202560 1043 13314 0 0 16 0 5 3 20 0 15 0 473398967 11084148736 20839 33554432000 4194304 4196468 140735517169040 140639465773808 140639988498938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6040] ppid=5974 vsize=10824364 memory=24964 CPUtime=0.2 cores=1,3,5,7
/proc/5977/task/6040/stat : 6040 (java) R 5974 5977 4702 0 -1 4202560 574 13314 0 0 12 0 5 3 20 0 15 0 473398967 11084148736 20839 33554432000 4194304 4196468 140735517169040 140639464721264 140639988482294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6041] ppid=5974 vsize=10824364 memory=2244 CPUtime=0.25 cores=1,3,5,7
/proc/5977/task/6041/stat : 6041 (java) R 5974 5977 4702 0 -1 1077944384 812 13314 0 0 17 0 5 3 20 0 15 0 473398967 11084148736 20839 33554432000 4194304 4196468 140735517169040 140639463668208 140640007318146 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6042] ppid=5974 vsize=10824364 memory=139678577622384 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6042/stat : 6042 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11084148736 20839 33554432000 4194304 4196468 140735517169040 140638497360736 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6043] ppid=5974 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6043/stat : 6043 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398967 11084148736 20839 33554432000 4194304 4196468 140735517169040 140639462615600 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83356 KiB

[startup+1.50068 s]
/proc/loadavg: 1.16 1.41 1.39 3/227 6043
/proc/meminfo: memFree=2597560/32770624 swapFree=66998936/67108860
[pid=5977] ppid=5974 vsize=10834680 memory=173520 CPUtime=2.56 cores=1,3,5,7
/proc/5977/stat : 5977 (java) S 5974 5977 4702 0 -1 1077944320 21809 13314 0 0 237 11 5 3 20 0 15 0 473398952 11094712320 43380 33554432000 4194304 4196468 140735517169040 140735517151584 140640007306999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
/proc/5977/statm: 2708670 43380 3593 1 0 2670733 0
[pid=5977/tid=6030] ppid=5974 vsize=10834680 memory=22 CPUtime=1.43 cores=1,3,5,7
/proc/5977/task/6030/stat : 6030 (java) R 5974 5977 4702 0 -1 4202560 15176 13314 0 0 128 7 5 3 20 0 15 0 473398961 11094712320 43380 33554432000 4194304 4196468 140735517169040 140639979125472 140640007318934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6031] ppid=5974 vsize=10834680 memory=30 CPUtime=0.09 cores=1,3,5,7
/proc/5977/task/6031/stat : 6031 (java) S 5974 5977 4702 0 -1 1077944384 66 13314 0 0 1 0 5 3 20 0 15 0 473398962 11094712320 43380 33554432000 4194304 4196468 140735517169040 140640011549712 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6032] ppid=5974 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5977/task/6032/stat : 6032 (java) S 5974 5977 4702 0 -1 1077944384 30 13314 0 0 1 0 5 3 20 0 15 0 473398962 11094712320 43380 33554432000 4194304 4196468 140735517169040 140639915752592 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6033] ppid=5974 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5977/task/6033/stat : 6033 (java) S 5974 5977 4702 0 -1 1077944384 354 13314 0 0 1 0 5 3 20 0 15 0 473398962 11094712320 43380 33554432000 4194304 4196468 140735517169040 140639914699536 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6034] ppid=5974 vsize=10834680 memory=99508 CPUtime=0.09 cores=1,3,5,7
/proc/5977/task/6034/stat : 6034 (java) S 5974 5977 4702 0 -1 1077944384 83 13314 0 0 1 0 5 3 20 0 15 0 473398962 11094712320 43380 33554432000 4194304 4196468 140735517169040 140639913646992 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6035] ppid=5974 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5977/task/6035/stat : 6035 (java) S 5974 5977 4702 0 -1 1077944384 170 13314 0 0 1 0 5 3 20 0 15 0 473398963 11094712320 43380 33554432000 4194304 4196468 140735517169040 140639466825968 140640007318146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6036] ppid=5974 vsize=10834680 memory=7014751519616620389 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6036/stat : 6036 (java) S 5974 5977 4702 0 -1 1077944384 14 13314 0 0 0 0 5 3 20 0 15 0 473398964 11094712320 43380 33554432000 4194304 4196468 140735517169040 140639375189216 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6037] ppid=5974 vsize=10834680 memory=7734486410960856665 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6037/stat : 6037 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398964 11094712320 43380 33554432000 4194304 4196468 140735517169040 140638771208960 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6038] ppid=5974 vsize=10834680 memory=7453001555756935021 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6038/stat : 6038 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11094712320 43380 33554432000 4194304 4196468 140735517169040 140638530918352 140640007325595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6039] ppid=5974 vsize=10834680 memory=5571041044932679781 CPUtime=0.38 cores=1,3,5,7
/proc/5977/task/6039/stat : 6039 (java) R 5974 5977 4702 0 -1 1077944384 1233 13314 0 0 30 0 5 3 20 0 15 0 473398967 11094712320 43380 33554432000 4194304 4196468 140735517169040 140639465773808 140640007318146 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6040] ppid=5974 vsize=10834680 memory=7307179904279013735 CPUtime=0.36 cores=1,3,5,7
/proc/5977/task/6040/stat : 6040 (java) S 5974 5977 4702 0 -1 1077944384 912 13314 0 0 28 0 5 3 20 0 15 0 473398967 11094712320 43380 33554432000 4194304 4196468 140735517169040 140639464721264 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6041] ppid=5974 vsize=10834680 memory=7014751519616620389 CPUtime=0.49 cores=1,3,5,7
/proc/5977/task/6041/stat : 6041 (java) R 5974 5977 4702 0 -1 4202560 1554 13314 0 0 41 0 5 3 20 0 15 0 473398967 11094712320 43380 33554432000 4194304 4196468 140735517169040 140639463668208 140639985845440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6042] ppid=5974 vsize=10834680 memory=7014751519616620389 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6042/stat : 6042 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11094712320 43380 33554432000 4194304 4196468 140735517169040 140638497360736 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6043] ppid=5974 vsize=10834680 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6043/stat : 6043 (java) S 5974 5977 4702 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 473398967 11094712320 43380 33554432000 4194304 4196468 140735517169040 140639462615600 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 10834680 KiB

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

/proc/5977/task/6030/stat : 6030 (java) R 5974 5977 4702 0 -1 4202560 122766 13314 0 0 229777 62 5 3 20 0 15 0 473398961 11107315712 142378 33554432000 4194304 4196468 140735517169040 140639979142688 140639612294607 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6031] ppid=5974 vsize=10846988 memory=566592 CPUtime=14.37 cores=1,3,5,7
/proc/5977/task/6031/stat : 6031 (java) S 5974 5977 4702 0 -1 1077944384 19977 13314 0 0 1376 53 5 3 20 0 15 0 473398962 11107315712 142378 33554432000 4194304 4196468 140735517169040 140640011549712 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6032] ppid=5974 vsize=10846988 memory=554280 CPUtime=14.38 cores=1,3,5,7
/proc/5977/task/6032/stat : 6032 (java) S 5974 5977 4702 0 -1 1077944384 23143 13314 0 0 1376 54 5 3 20 0 15 0 473398962 11107315712 142378 33554432000 4194304 4196468 140735517169040 140639915752592 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6033] ppid=5974 vsize=10846988 memory=565568 CPUtime=14.4 cores=1,3,5,7
/proc/5977/task/6033/stat : 6033 (java) S 5974 5977 4702 0 -1 1077944384 18979 13314 0 0 1377 55 5 3 20 0 15 0 473398962 11107315712 142378 33554432000 4194304 4196468 140735517169040 140639914699536 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6034] ppid=5974 vsize=10846988 memory=545976 CPUtime=14.35 cores=1,3,5,7
/proc/5977/task/6034/stat : 6034 (java) S 5974 5977 4702 0 -1 1077944384 15610 13314 0 0 1378 49 5 3 20 0 15 0 473398962 11107315712 142378 33554432000 4194304 4196468 140735517169040 140639913646992 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6035] ppid=5974 vsize=10846988 memory=582728 CPUtime=6.96 cores=1,3,5,7
/proc/5977/task/6035/stat : 6035 (java) S 5974 5977 4702 0 -1 1077944384 15395 13314 0 0 620 68 5 3 20 0 15 0 473398963 11107315712 142378 33554432000 4194304 4196468 140735517169040 140639466825968 140640007318146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6036] ppid=5974 vsize=10846988 memory=139678578537736 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6036/stat : 6036 (java) S 5974 5977 4702 0 -1 1077944384 17 13314 0 0 0 0 5 3 20 0 15 0 473398964 11107315712 142378 33554432000 4194304 4196468 140735517169040 140639375189280 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6037] ppid=5974 vsize=10846988 memory=576060 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6037/stat : 6037 (java) S 5974 5977 4702 0 -1 1077944384 4 13314 0 0 0 0 5 3 20 0 15 0 473398964 11107315712 142378 33554432000 4194304 4196468 140735517169040 140638771208960 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6038] ppid=5974 vsize=10846988 memory=574520 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6038/stat : 6038 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11107315712 142378 33554432000 4194304 4196468 140735517169040 140638530918352 140640007325595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6039] ppid=5974 vsize=10846988 memory=573496 CPUtime=6.96 cores=1,3,5,7
/proc/5977/task/6039/stat : 6039 (java) S 5974 5977 4702 0 -1 1077944384 13444 13314 0 0 685 3 5 3 20 0 15 0 473398967 11107315712 142378 33554432000 4194304 4196468 140735517169040 140639465773808 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6040] ppid=5974 vsize=10846988 memory=570928 CPUtime=6.94 cores=1,3,5,7
/proc/5977/task/6040/stat : 6040 (java) S 5974 5977 4702 0 -1 1077944384 16295 13314 0 0 682 4 5 3 20 0 15 0 473398967 11107315712 142378 33554432000 4194304 4196468 140735517169040 140639464721264 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6041] ppid=5974 vsize=10846988 memory=569904 CPUtime=2.31 cores=1,3,5,7
/proc/5977/task/6041/stat : 6041 (java) S 5974 5977 4702 0 -1 1077944384 12164 13314 0 0 219 4 5 3 20 0 15 0 473398967 11107315712 142378 33554432000 4194304 4196468 140735517169040 140639463668208 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6042] ppid=5974 vsize=10846988 memory=892 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6042/stat : 6042 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11107315712 142378 33554432000 4194304 4196468 140735517169040 140638497360736 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6043] ppid=5974 vsize=10846988 memory=1440 CPUtime=1.42 cores=1,3,5,7
/proc/5977/task/6043/stat : 6043 (java) S 5974 5977 4702 0 -1 1077944384 867 13314 0 0 60 74 5 3 20 0 15 0 473398967 11107315712 142378 33554432000 4194304 4196468 140735517169040 140639462615600 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
Current children cumulated CPU time: 2379.95 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 569512 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.34 1.38 3/229 6415
/proc/meminfo: memFree=2424220/32770624 swapFree=66998956/67108860
[pid=5977] ppid=5974 vsize=10846988 memory=560004 CPUtime=2441.23 cores=1,3,5,7
/proc/5977/stat : 5977 (java) S 5974 5977 4702 0 -1 1077944320 265015 13314 0 0 243719 396 5 3 20 0 15 0 473398952 11107315712 139935 33554432000 4194304 4196468 140735517169040 140735517151584 140640007306999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
/proc/5977/statm: 2711747 139935 3631 1 0 2673805 0
[pid=5977/tid=6030] ppid=5974 vsize=10846988 memory=547408 CPUtime=2357.79 cores=1,3,5,7
/proc/5977/task/6030/stat : 6030 (java) R 5974 5977 4702 0 -1 4202560 125146 13314 0 0 235708 63 5 3 20 0 15 0 473398961 11107315712 140001 33554432000 4194304 4196468 140735517169040 140639979141968 140639612513785 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6031] ppid=5974 vsize=10846988 memory=527844 CPUtime=14.81 cores=1,3,5,7
/proc/5977/task/6031/stat : 6031 (java) S 5974 5977 4702 0 -1 1077944384 20281 13314 0 0 1418 55 5 3 20 0 15 0 473398962 11107315712 140001 33554432000 4194304 4196468 140735517169040 140640011549712 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6032] ppid=5974 vsize=10846988 memory=531948 CPUtime=14.81 cores=1,3,5,7
/proc/5977/task/6032/stat : 6032 (java) S 5974 5977 4702 0 -1 1077944384 23651 13314 0 0 1418 55 5 3 20 0 15 0 473398962 11107315712 140001 33554432000 4194304 4196468 140735517169040 140639915752592 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6033] ppid=5974 vsize=10846988 memory=535540 CPUtime=14.84 cores=1,3,5,7
/proc/5977/task/6033/stat : 6033 (java) S 5974 5977 4702 0 -1 1077944384 19336 13314 0 0 1419 57 5 3 20 0 15 0 473398962 11107315712 140001 33554432000 4194304 4196468 140735517169040 140639914699536 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6034] ppid=5974 vsize=10846988 memory=528872 CPUtime=14.78 cores=1,3,5,7
/proc/5977/task/6034/stat : 6034 (java) S 5974 5977 4702 0 -1 1077944384 15940 13314 0 0 1420 50 5 3 20 0 15 0 473398962 11107315712 140001 33554432000 4194304 4196468 140735517169040 140639913646992 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6035] ppid=5974 vsize=10846988 memory=537628 CPUtime=7.14 cores=1,3,5,7
/proc/5977/task/6035/stat : 6035 (java) S 5974 5977 4702 0 -1 1077944384 15642 13314 0 0 637 69 5 3 20 0 15 0 473398963 11107315712 140001 33554432000 4194304 4196468 140735517169040 140639466825968 140640007318146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6036] ppid=5974 vsize=10846988 memory=556660 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6036/stat : 6036 (java) S 5974 5977 4702 0 -1 1077944384 17 13314 0 0 0 0 5 3 20 0 15 0 473398964 11107315712 140001 33554432000 4194304 4196468 140735517169040 140639375189280 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6037] ppid=5974 vsize=10846988 memory=525448 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6037/stat : 6037 (java) S 5974 5977 4702 0 -1 1077944384 4 13314 0 0 0 0 5 3 20 0 15 0 473398964 11107315712 140001 33554432000 4194304 4196468 140735517169040 140638771208960 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6038] ppid=5974 vsize=10846988 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6038/stat : 6038 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11107315712 140001 33554432000 4194304 4196468 140735517169040 140638530918352 140640007325595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6039] ppid=5974 vsize=10846988 memory=526820 CPUtime=6.96 cores=1,3,5,7
/proc/5977/task/6039/stat : 6039 (java) S 5974 5977 4702 0 -1 1077944384 13446 13314 0 0 685 3 5 3 20 0 15 0 473398967 11107315712 140001 33554432000 4194304 4196468 140735517169040 140639465773808 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6040] ppid=5974 vsize=10846988 memory=532976 CPUtime=6.94 cores=1,3,5,7
/proc/5977/task/6040/stat : 6040 (java) S 5974 5977 4702 0 -1 1077944384 16297 13314 0 0 682 4 5 3 20 0 15 0 473398967 11107315712 140001 33554432000 4194304 4196468 140735517169040 140639464721264 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6041] ppid=5974 vsize=10846988 memory=558708 CPUtime=2.31 cores=1,3,5,7
/proc/5977/task/6041/stat : 6041 (java) S 5974 5977 4702 0 -1 1077944384 12166 13314 0 0 219 4 5 3 20 0 15 0 473398967 11107315712 140001 33554432000 4194304 4196468 140735517169040 140639463668208 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6042] ppid=5974 vsize=10846988 memory=556660 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6042/stat : 6042 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11107315712 140001 33554432000 4194304 4196468 140735517169040 140638497360736 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6043] ppid=5974 vsize=10846988 memory=3848 CPUtime=1.46 cores=1,3,5,7
/proc/5977/task/6043/stat : 6043 (java) S 5974 5977 4702 0 -1 1077944384 885 13314 0 0 62 76 5 3 20 0 15 0 473398967 11107315712 140001 33554432000 4194304 4196468 140735517169040 140639462615600 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
Current children cumulated CPU time: 2441.23 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 560004 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.33 1.37 3/228 6419
/proc/meminfo: memFree=2446884/32770624 swapFree=66998956/67108860
[pid=5977] ppid=5974 vsize=10846988 memory=567852 CPUtime=2502.44 cores=1,3,5,7
/proc/5977/stat : 5977 (java) S 5974 5977 4702 0 -1 1077944320 272152 13314 0 0 249827 409 5 3 20 0 15 0 473398952 11107315712 141963 33554432000 4194304 4196468 140735517169040 140735517151584 140640007306999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
/proc/5977/statm: 2711747 141963 3631 1 0 2673805 0
[pid=5977/tid=6030] ppid=5974 vsize=10846988 memory=557240 CPUtime=2417.12 cores=1,3,5,7
/proc/5977/task/6030/stat : 6030 (java) R 5974 5977 4702 0 -1 4202560 129683 13314 0 0 241639 65 5 3 20 0 15 0 473398961 11107315712 141963 33554432000 4194304 4196468 140735517169040 140639979142656 140639600350295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6031] ppid=5974 vsize=10846988 memory=556724 CPUtime=15.23 cores=1,3,5,7
/proc/5977/task/6031/stat : 6031 (java) S 5974 5977 4702 0 -1 1077944384 20822 13314 0 0 1458 57 5 3 20 0 15 0 473398962 11107315712 141963 33554432000 4194304 4196468 140735517169040 140640011549712 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6032] ppid=5974 vsize=10846988 memory=556212 CPUtime=15.23 cores=1,3,5,7
/proc/5977/task/6032/stat : 6032 (java) S 5974 5977 4702 0 -1 1077944384 24281 13314 0 0 1457 58 5 3 20 0 15 0 473398962 11107315712 141963 33554432000 4194304 4196468 140735517169040 140639915752592 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6033] ppid=5974 vsize=10846988 memory=547492 CPUtime=15.26 cores=1,3,5,7
/proc/5977/task/6033/stat : 6033 (java) S 5974 5977 4702 0 -1 1077944384 19752 13314 0 0 1459 59 5 3 20 0 15 0 473398962 11107315712 141963 33554432000 4194304 4196468 140735517169040 140639914699536 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6034] ppid=5974 vsize=10846988 memory=544412 CPUtime=15.2 cores=1,3,5,7
/proc/5977/task/6034/stat : 6034 (java) S 5974 5977 4702 0 -1 1077944384 16670 13314 0 0 1460 52 5 3 20 0 15 0 473398962 11107315712 141963 33554432000 4194304 4196468 140735517169040 140639913646992 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6035] ppid=5974 vsize=10846988 memory=567852 CPUtime=7.32 cores=1,3,5,7
/proc/5977/task/6035/stat : 6035 (java) S 5974 5977 4702 0 -1 1077944384 15889 13314 0 0 652 72 5 3 20 0 15 0 473398963 11107315712 141963 33554432000 4194304 4196468 140735517169040 140639466825968 140640007318146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6036] ppid=5974 vsize=10846988 memory=571092 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6036/stat : 6036 (java) S 5974 5977 4702 0 -1 1077944384 17 13314 0 0 0 0 5 3 20 0 15 0 473398964 11107315712 141963 33554432000 4194304 4196468 140735517169040 140639375189280 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6037] ppid=5974 vsize=10846988 memory=549028 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6037/stat : 6037 (java) S 5974 5977 4702 0 -1 1077944384 4 13314 0 0 0 0 5 3 20 0 15 0 473398964 11107315712 141963 33554432000 4194304 4196468 140735517169040 140638771208960 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6038] ppid=5974 vsize=10846988 memory=568876 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6038/stat : 6038 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11107315712 141963 33554432000 4194304 4196468 140735517169040 140638530918352 140640007325595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6039] ppid=5974 vsize=10846988 memory=555184 CPUtime=6.96 cores=1,3,5,7
/proc/5977/task/6039/stat : 6039 (java) S 5974 5977 4702 0 -1 1077944384 13448 13314 0 0 685 3 5 3 20 0 15 0 473398967 11107315712 141963 33554432000 4194304 4196468 140735517169040 140639465773808 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6040] ppid=5974 vsize=10846988 memory=545968 CPUtime=6.94 cores=1,3,5,7
/proc/5977/task/6040/stat : 6040 (java) S 5974 5977 4702 0 -1 1077944384 16299 13314 0 0 682 4 5 3 20 0 15 0 473398967 11107315712 141963 33554432000 4194304 4196468 140735517169040 140639464721264 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6041] ppid=5974 vsize=10846988 memory=545952 CPUtime=2.31 cores=1,3,5,7
/proc/5977/task/6041/stat : 6041 (java) S 5974 5977 4702 0 -1 1077944384 12168 13314 0 0 219 4 5 3 20 0 15 0 473398967 11107315712 141963 33554432000 4194304 4196468 140735517169040 140639463668208 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6042] ppid=5974 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6042/stat : 6042 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11107315712 141963 33554432000 4194304 4196468 140735517169040 140638497360736 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6043] ppid=5974 vsize=10846988 memory=932 CPUtime=1.49 cores=1,3,5,7
/proc/5977/task/6043/stat : 6043 (java) S 5974 5977 4702 0 -1 1077944384 903 13314 0 0 63 78 5 3 20 0 15 0 473398967 11107315712 141963 33554432000 4194304 4196468 140735517169040 140639462615600 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
Current children cumulated CPU time: 2502.44 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 567852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.6 s]
/proc/loadavg: 1.21 1.31 1.36 3/228 6419
/proc/meminfo: memFree=2425960/32770624 swapFree=66998956/67108860
[pid=5977] ppid=5974 vsize=10846988 memory=584720 CPUtime=2520.1 cores=1,3,5,7
/proc/5977/stat : 5977 (java) S 5974 5977 4702 0 -1 1077944320 274810 13314 0 0 251589 413 5 3 20 0 15 0 473398952 11107315712 146180 33554432000 4194304 4196468 140735517169040 140735517151584 140640007306999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
/proc/5977/statm: 2711747 146180 3631 1 0 2673805 0
[pid=5977/tid=6030] ppid=5974 vsize=10846988 memory=1660 CPUtime=2434.24 cores=1,3,5,7
/proc/5977/task/6030/stat : 6030 (java) R 5974 5977 4702 0 -1 4202560 132031 13314 0 0 243350 66 5 3 20 0 15 0 473398961 11107315712 146180 33554432000 4194304 4196468 140735517169040 140639979142800 140639612269537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6031] ppid=5974 vsize=10846988 memory=8112282956445269571 CPUtime=15.35 cores=1,3,5,7
/proc/5977/task/6031/stat : 6031 (java) S 5974 5977 4702 0 -1 1077944384 20889 13314 0 0 1469 58 5 3 20 0 15 0 473398962 11107315712 146180 33554432000 4194304 4196468 140735517169040 140640011549712 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6032] ppid=5974 vsize=10846988 memory=2020 CPUtime=15.35 cores=1,3,5,7
/proc/5977/task/6032/stat : 6032 (java) S 5974 5977 4702 0 -1 1077944384 24330 13314 0 0 1468 59 5 3 20 0 15 0 473398962 11107315712 146180 33554432000 4194304 4196468 140735517169040 140639915752592 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6033] ppid=5974 vsize=10846988 memory=1428 CPUtime=15.39 cores=1,3,5,7
/proc/5977/task/6033/stat : 6033 (java) S 5974 5977 4702 0 -1 1077944384 19801 13314 0 0 1471 60 5 3 20 0 15 0 473398962 11107315712 146180 33554432000 4194304 4196468 140735517169040 140639914699536 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6034] ppid=5974 vsize=10846988 memory=9396 CPUtime=15.33 cores=1,3,5,7
/proc/5977/task/6034/stat : 6034 (java) S 5974 5977 4702 0 -1 1077944384 16791 13314 0 0 1472 53 5 3 20 0 15 0 473398962 11107315712 146180 33554432000 4194304 4196468 140735517169040 140639913646992 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6035] ppid=5974 vsize=10846988 memory=8112282956445269571 CPUtime=7.36 cores=1,3,5,7
/proc/5977/task/6035/stat : 6035 (java) S 5974 5977 4702 0 -1 1077944384 15913 13314 0 0 656 72 5 3 20 0 15 0 473398963 11107315712 146180 33554432000 4194304 4196468 140735517169040 140639466825968 140640007318146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6036] ppid=5974 vsize=10846988 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6036/stat : 6036 (java) S 5974 5977 4702 0 -1 1077944384 17 13314 0 0 0 0 5 3 20 0 15 0 473398964 11107315712 146180 33554432000 4194304 4196468 140735517169040 140639375189280 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6037] ppid=5974 vsize=10846988 memory=1072 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6037/stat : 6037 (java) S 5974 5977 4702 0 -1 1077944384 4 13314 0 0 0 0 5 3 20 0 15 0 473398964 11107315712 146180 33554432000 4194304 4196468 140735517169040 140638771208960 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6038] ppid=5974 vsize=10846988 memory=6072 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6038/stat : 6038 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11107315712 146180 33554432000 4194304 4196468 140735517169040 140638530918352 140640007325595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6039] ppid=5974 vsize=10846988 memory=8112282956445269571 CPUtime=6.96 cores=1,3,5,7
/proc/5977/task/6039/stat : 6039 (java) S 5974 5977 4702 0 -1 1077944384 13448 13314 0 0 685 3 5 3 20 0 15 0 473398967 11107315712 146180 33554432000 4194304 4196468 140735517169040 140639465773808 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6040] ppid=5974 vsize=10846988 memory=2867664622991157 CPUtime=6.94 cores=1,3,5,7
/proc/5977/task/6040/stat : 6040 (java) S 5974 5977 4702 0 -1 1077944384 16299 13314 0 0 682 4 5 3 20 0 15 0 473398967 11107315712 146180 33554432000 4194304 4196468 140735517169040 140639464721264 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6041] ppid=5974 vsize=10846988 memory=8128038100524242582 CPUtime=2.31 cores=1,3,5,7
/proc/5977/task/6041/stat : 6041 (java) S 5974 5977 4702 0 -1 1077944384 12168 13314 0 0 219 4 5 3 20 0 15 0 473398967 11107315712 146180 33554432000 4194304 4196468 140735517169040 140639463668208 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6042] ppid=5974 vsize=10846988 memory=8187704045996106359 CPUtime=0.08 cores=1,3,5,7
/proc/5977/task/6042/stat : 6042 (java) S 5974 5977 4702 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 473398967 11107315712 146180 33554432000 4194304 4196468 140735517169040 140638497360736 140640007317205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
[pid=5977/tid=6043] ppid=5974 vsize=10846988 memory=8112282956445269571 CPUtime=1.5 cores=1,3,5,7
/proc/5977/task/6043/stat : 6043 (java) S 5974 5977 4702 0 -1 1077944384 903 13314 0 0 63 79 5 3 20 0 15 0 473398967 11107315712 146180 33554432000 4194304 4196468 140735517169040 140639462615600 140640007318146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 27947008 140735517170416 140735517172933 140735517172933 140735517175759 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 584720 KiB

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

[startup+2459.64 s]
# the end of solver process 5977 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.96 s, system=4.18053 s

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

Child status: 143
Real time (s): 2459.64
CPU time (s): 2520.14
CPU user time (s): 2515.96
CPU system time (s): 4.18053
CPU usage (%): 102.46
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1638804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.96
system time used= 4.18053
maximum resident set size= 1640844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289266
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 206599
involuntary context switches= 5937


# summary of solver processes directly reported to runsolver:
#   pid: 5977
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2515.96
#   total CPU system time (s): 4.18053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6746 second user time and 23.1274 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 11:21:42
IDJOB=4402690
IDBENCH=124081
IDSOLVER=2861
FILE ID=node123/4402690-1568971341
RUNJOBID= node123-1568967599-4736
PBS_JOBID= 21704625
Free space on /tmp= 25692 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Bibd/Bibd-sum-open/Bibd-sum-22-033-12-08-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402690-1568971341/watcher-4402690-1568971341 -o /tmp/evaluation-result-4402690-1568971341/solver-4402690-1568971341 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4736 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=799927705 HOME/instance-4402690-1568971341.xml

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

MD5SUM BENCH= f3f766a62b1d9930afd3b37b1c8667ba
RANDOM SEED=799927705

node123.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.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         2692288 kB
MemAvailable:   30577556 kB
Buffers:          102856 kB
Cached:         27700508 kB
SwapCached:         7144 kB
Active:         15288680 kB
Inactive:       13794136 kB
Active(anon):    1280224 kB
Inactive(anon):    47016 kB
Active(file):   14008456 kB
Inactive(file): 13747120 kB
Unevictable:      107412 kB
Mlocked:          107412 kB
SwapTotal:      67108860 kB
SwapFree:       66998936 kB
Dirty:             35864 kB
Writeback:             0 kB
AnonPages:       1393468 kB
Mapped:            64444 kB
Shmem:             38912 kB
Slab:             587980 kB
SReclaimable:     558152 kB
SUnreclaim:        29828 kB
KernelStack:        3984 kB
PageTables:         9056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2444636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1222656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25660 MiB
End job on node123 at 2019-09-20 12:02:42