Trace number 4299201

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
The dodo solver 2018-04-29? 36.9038 14.5676

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
36.63/14.46	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
36.63/14.46		at minicp.util.BitSet.<init>(BitSet.java:11)
36.63/14.46		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:65)
36.63/14.46		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
36.63/14.46		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
36.63/14.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
36.63/14.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
36.63/14.46		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
36.63/14.46		at org.xcsp.parser.XCallbacks$$Lambda$86/1722023916.accept(Unknown Source)
36.63/14.46		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
36.63/14.46		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
36.63/14.46		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
36.63/14.46		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
36.63/14.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
36.63/14.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
36.63/14.46		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
36.63/14.46		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
36.63/14.46		at xcsp3.XCSP3.<init>(XCSP3.java:80)
36.63/14.46		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
36.63/14.46		at xcsp3.CompetitionApp.main(CompetitionApp.java:48)
36.63/14.46	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 (14998 MiB free)
  memory of node 1: 16384 MiB (11633 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299201-1532807397/watcher-4299201-1532807397 -o /tmp/evaluation-result-4299201-1532807397/solver-4299201-1532807397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299201-1532807397.xml --timelimit 2520 

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=31406, runsolver pid=31403

[startup+0.100109 s]*
/proc/loadavg: 2.38 2.04 1.98 5/215 31421
/proc/meminfo: memFree=27257380/32770624 swapFree=67108496/67108860
[pid=31406] ppid=31403 vsize=10658972 memory=26508 CPUtime=0.13 cores=1,3,5,7
/proc/31406/stat : 31406 (java) S 31403 31406 27678 0 -1 1077944320 5532 0 0 0 12 1 0 0 20 0 15 0 98302973 10914787328 6627 33554432000 4194304 4196468 140723555051456 140723555034000 140040659795703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
/proc/31406/statm: 2664743 6627 2823 1 0 2627263 0
[pid=31406/tid=31408] ppid=31403 vsize=10658972 memory=-8341684059578996094 CPUtime=0.08 cores=1,3,5,7
/proc/31406/task/31408/stat : 31408 (java) R 31403 31406 27678 0 -1 4202560 3371 0 0 0 8 0 0 0 20 0 15 0 98302973 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040664025968 140040652032830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31409] ppid=31403 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31409/stat : 31409 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302974 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040631638416 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31410] ppid=31403 vsize=10658972 memory=140155761211008 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31410/stat : 31410 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302974 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040265369872 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31411] ppid=31403 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31411/stat : 31411 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302974 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040264317584 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31412] ppid=31403 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31412/stat : 31412 (java) S 31403 31406 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98302974 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040263264784 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31413] ppid=31403 vsize=10658972 memory=140155761211008 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31413/stat : 31413 (java) S 31403 31406 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98302976 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040151722608 140040659806850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31414] ppid=31403 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31414/stat : 31414 (java) S 31403 31406 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98302976 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040150668576 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31415] ppid=31403 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31415/stat : 31415 (java) S 31403 31406 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98302976 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040149616240 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31416] ppid=31403 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31416/stat : 31416 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040148564560 140040659814299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31417] ppid=31403 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31417/stat : 31417 (java) R 31403 31406 27678 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 98302979 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040147511408 140040659806850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31418] ppid=31403 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31418/stat : 31418 (java) R 31403 31406 27678 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 15 0 98302979 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040146458904 140040643231441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31419] ppid=31403 vsize=10658972 memory=140155761211008 CPUtime=0.02 cores=1,3,5,7
/proc/31406/task/31419/stat : 31419 (java) R 31403 31406 27678 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 98302979 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040145406320 140040652901415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31420] ppid=31403 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31420/stat : 31420 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040144353760 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31421] ppid=31403 vsize=10658972 memory=140155761211008 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31421/stat : 31421 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302979 10914787328 6627 33554432000 4194304 4196468 140723555051456 140040143301552 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 26508 KiB

[startup+0.210672 s]*
/proc/loadavg: 2.38 2.04 1.98 5/215 31421
/proc/meminfo: memFree=27245208/32770624 swapFree=67108496/67108860
[pid=31406] ppid=31403 vsize=10661056 memory=38524 CPUtime=0.33 cores=1,3,5,7
/proc/31406/stat : 31406 (java) S 31403 31406 27678 0 -1 1077944320 8270 0 0 0 31 2 0 0 20 0 15 0 98302973 10916921344 9631 33554432000 4194304 4196468 140723555051456 140723555034000 140040659795703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
/proc/31406/statm: 2665264 9631 2952 1 0 2627263 0
[pid=31406/tid=31408] ppid=31403 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31406/task/31408/stat : 31408 (java) R 31403 31406 27678 0 -1 4202560 5194 0 0 0 18 1 0 0 20 0 15 0 98302973 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040664027424 140040659817629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31409] ppid=31403 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31409/stat : 31409 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302974 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040631638416 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31410] ppid=31403 vsize=10661056 memory=288370531912922752 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31410/stat : 31410 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302974 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040265369872 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31411] ppid=31403 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31411/stat : 31411 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302974 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040264317584 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31412] ppid=31403 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31412/stat : 31412 (java) S 31403 31406 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98302974 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040263264784 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31413] ppid=31403 vsize=10661056 memory=140155761211008 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31413/stat : 31413 (java) S 31403 31406 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98302976 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040151722608 140040659806850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31414] ppid=31403 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31414/stat : 31414 (java) S 31403 31406 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98302976 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040150668576 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31415] ppid=31403 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31415/stat : 31415 (java) S 31403 31406 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98302976 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040149616240 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31416] ppid=31403 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31416/stat : 31416 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040148564560 140040659814299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31417] ppid=31403 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31406/task/31417/stat : 31417 (java) R 31403 31406 27678 0 -1 4202560 516 0 0 0 2 0 0 0 20 0 15 0 98302979 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040147511408 140040637622941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31418] ppid=31403 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31406/task/31418/stat : 31418 (java) R 31403 31406 27678 0 -1 4202560 313 0 0 0 2 0 0 0 20 0 15 0 98302979 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040146458608 140040652085152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31419] ppid=31403 vsize=10661056 memory=140155761211008 CPUtime=0.08 cores=1,3,5,7
/proc/31406/task/31419/stat : 31419 (java) S 31403 31406 27678 0 -1 1077944384 889 0 0 0 8 0 0 0 20 0 15 0 98302979 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040145406320 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31420] ppid=31403 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31420/stat : 31420 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040144353760 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31421] ppid=31403 vsize=10661056 memory=140155761211008 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31421/stat : 31421 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302979 10916921344 9631 33554432000 4194304 4196468 140723555051456 140040143301552 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 38524 KiB

[startup+0.310558 s]*
/proc/loadavg: 2.38 2.04 1.98 3/215 31421
/proc/meminfo: memFree=27195064/32770624 swapFree=67108496/67108860
[pid=31406] ppid=31403 vsize=10661056 memory=97432 CPUtime=0.5 cores=1,3,5,7
/proc/31406/stat : 31406 (java) S 31403 31406 27678 0 -1 1077944320 8597 0 0 0 46 4 0 0 20 0 15 0 98302973 10916921344 24358 33554432000 4194304 4196468 140723555051456 140723555034000 140040659795703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
/proc/31406/statm: 2665264 24358 3025 1 0 2627263 0
[pid=31406/tid=31408] ppid=31403 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31406/task/31408/stat : 31408 (java) R 31403 31406 27678 0 -1 4202560 5235 0 0 0 27 3 0 0 20 0 15 0 98302973 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040664026128 140040659817629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31409] ppid=31403 vsize=10661056 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31409/stat : 31409 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302974 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040631638416 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31410] ppid=31403 vsize=10661056 memory=288370531912922752 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31410/stat : 31410 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302974 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040265369872 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31411] ppid=31403 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31411/stat : 31411 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302974 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040264317584 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31412] ppid=31403 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31412/stat : 31412 (java) S 31403 31406 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98302974 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040263264784 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31413] ppid=31403 vsize=10661056 memory=140155761211008 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31413/stat : 31413 (java) S 31403 31406 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98302976 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040151722608 140040659806850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31414] ppid=31403 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31414/stat : 31414 (java) S 31403 31406 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98302976 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040150668576 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31415] ppid=31403 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31415/stat : 31415 (java) S 31403 31406 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98302976 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040149616240 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31416] ppid=31403 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31416/stat : 31416 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040148564560 140040659814299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31417] ppid=31403 vsize=10661056 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/31406/task/31417/stat : 31417 (java) S 31403 31406 27678 0 -1 1077944384 680 0 0 0 4 0 0 0 20 0 15 0 98302979 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040147511408 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31418] ppid=31403 vsize=10661056 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/31406/task/31418/stat : 31418 (java) S 31403 31406 27678 0 -1 1077944384 332 0 0 0 3 0 0 0 20 0 15 0 98302979 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040146458608 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31419] ppid=31403 vsize=10661056 memory=140155761211008 CPUtime=0.09 cores=1,3,5,7
/proc/31406/task/31419/stat : 31419 (java) S 31403 31406 27678 0 -1 1077944384 982 0 0 0 9 0 0 0 20 0 15 0 98302979 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040145406320 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31420] ppid=31403 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31420/stat : 31420 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040144353760 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31421] ppid=31403 vsize=10661056 memory=140155761211008 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31421/stat : 31421 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302979 10916921344 24358 33554432000 4194304 4196468 140723555051456 140040143301552 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 97432 KiB

[startup+0.700789 s]
/proc/loadavg: 2.38 2.04 1.98 6/215 31421
/proc/meminfo: memFree=26995852/32770624 swapFree=67108496/67108860
[pid=31406] ppid=31403 vsize=10661132 memory=392552 CPUtime=1.5 cores=1,3,5,7
/proc/31406/stat : 31406 (java) S 31403 31406 27678 0 -1 1077944320 11132 0 0 0 125 25 0 0 20 0 15 0 98302973 10916999168 98138 33554432000 4194304 4196468 140723555051456 140723555034000 140040659795703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
/proc/31406/statm: 2665283 98138 3115 1 0 2627263 0
[pid=31406/tid=31408] ppid=31403 vsize=10661132 memory=1788 CPUtime=0.58 cores=1,3,5,7
/proc/31406/task/31408/stat : 31408 (java) R 31403 31406 27678 0 -1 4202560 5593 0 0 0 53 5 0 0 20 0 15 0 98302973 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040664031840 140040298158411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31409] ppid=31403 vsize=10661132 memory=860 CPUtime=0.08 cores=1,3,5,7
/proc/31406/task/31409/stat : 31409 (java) S 31403 31406 27678 0 -1 1077944384 331 0 0 0 4 4 0 0 20 0 15 0 98302974 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040631638416 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31410] ppid=31403 vsize=10661132 memory=12556 CPUtime=0.07 cores=1,3,5,7
/proc/31406/task/31410/stat : 31410 (java) S 31403 31406 27678 0 -1 1077944384 79 0 0 0 3 4 0 0 20 0 15 0 98302974 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040265369872 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31411] ppid=31403 vsize=10661132 memory=756 CPUtime=0.07 cores=1,3,5,7
/proc/31406/task/31411/stat : 31411 (java) S 31403 31406 27678 0 -1 1077944384 71 0 0 0 3 4 0 0 20 0 15 0 98302974 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040264317584 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31412] ppid=31403 vsize=10661132 memory=1616 CPUtime=0.09 cores=1,3,5,7
/proc/31406/task/31412/stat : 31412 (java) S 31403 31406 27678 0 -1 1077944384 96 0 0 0 4 5 0 0 20 0 15 0 98302974 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040263264784 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31413] ppid=31403 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31413/stat : 31413 (java) S 31403 31406 27678 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040151722608 140040659806850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31414] ppid=31403 vsize=10661132 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31414/stat : 31414 (java) S 31403 31406 27678 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040150668576 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31415] ppid=31403 vsize=10661132 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31415/stat : 31415 (java) S 31403 31406 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040149616240 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31416] ppid=31403 vsize=10661132 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31416/stat : 31416 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040148564560 140040659814299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31417] ppid=31403 vsize=10661132 memory=7523093115782322283 CPUtime=0.21 cores=1,3,5,7
/proc/31406/task/31417/stat : 31417 (java) R 31403 31406 27678 0 -1 4202560 1141 0 0 0 21 0 0 0 20 0 15 0 98302979 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040147502688 140040639488807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31418] ppid=31403 vsize=10661132 memory=5787213827130353767 CPUtime=0.16 cores=1,3,5,7
/proc/31406/task/31418/stat : 31418 (java) R 31403 31406 27678 0 -1 4202560 912 0 0 0 16 0 0 0 20 0 15 0 98302979 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040146443600 140040643206575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31419] ppid=31403 vsize=10661132 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/31406/task/31419/stat : 31419 (java) R 31403 31406 27678 0 -1 1077944384 1465 0 0 0 17 0 0 0 20 0 15 0 98302979 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040145406320 140040659806850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31420] ppid=31403 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31420/stat : 31420 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040144353760 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31421] ppid=31403 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31421/stat : 31421 (java) S 31403 31406 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 98138 33554432000 4194304 4196468 140723555051456 140040143301552 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 392552 KiB

[startup+1.5011 s]
/proc/loadavg: 2.38 2.04 1.98 3/215 31421
/proc/meminfo: memFree=26813960/32770624 swapFree=67108496/67108860
[pid=31406] ppid=31403 vsize=10661132 memory=628052 CPUtime=2.87 cores=1,3,5,7
/proc/31406/stat : 31406 (java) S 31403 31406 27678 0 -1 1077944320 12612 0 0 0 255 32 0 0 20 0 15 0 98302973 10916999168 157013 33554432000 4194304 4196468 140723555051456 140723555034000 140040659795703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
/proc/31406/statm: 2665283 157013 3139 1 0 2627263 0
[pid=31406/tid=31408] ppid=31403 vsize=10661132 memory=6791534058613427641 CPUtime=1.29 cores=1,3,5,7
/proc/31406/task/31408/stat : 31408 (java) R 31403 31406 27678 0 -1 4202560 5724 0 0 0 122 7 0 0 20 0 15 0 98302973 10916999168 157013 33554432000 4194304 4196468 140723555051456 140040664030952 140040298500697 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31409] ppid=31403 vsize=10661132 memory=-6951259422114956437 CPUtime=0.15 cores=1,3,5,7
/proc/31406/task/31409/stat : 31409 (java) S 31403 31406 27678 0 -1 1077944384 380 0 0 0 9 6 0 0 20 0 15 0 98302974 10916999168 157013 33554432000 4194304 4196468 140723555051456 140040631638416 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31410] ppid=31403 vsize=10661132 memory=-6509546260019855299 CPUtime=0.14 cores=1,3,5,7
/proc/31406/task/31410/stat : 31410 (java) S 31403 31406 27678 0 -1 1077944384 129 0 0 0 8 6 0 0 20 0 15 0 98302974 10916999168 157013 33554432000 4194304 4196468 140723555051456 140040265369872 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31411] ppid=31403 vsize=10661132 memory=-7390251449858225344 CPUtime=0.13 cores=1,3,5,7
/proc/31406/task/31411/stat : 31411 (java) S 31403 31406 27678 0 -1 1077944384 657 0 0 0 8 5 0 0 20 0 15 0 98302974 10916999168 157013 33554432000 4194304 4196468 140723555051456 140040264317584 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31412] ppid=31403 vsize=10661132 memory=4134692831991786133 CPUtime=0.15 cores=1,3,5,7
/proc/31406/task/31412/stat : 31412 (java) S 31403 31406 27678 0 -1 1077944384 132 0 0 0 9 6 0 0 20 0 15 0 98302974 10916999168 157013 33554432000 4194304 4196468 140723555051456 140040263264784 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31413] ppid=31403 vsize=10661132 memory=-7165351541977658656 CPUtime=0.02 cores=1,3,5,7
/proc/31406/task/31413/stat : 31413 (java) S 31403 31406 27678 0 -1 1077944384 505 0 0 0 2 0 0 0 20 0 15 0 98302976 10916999168 157013 33554432000 4194304 4196468 140723555051456 140040151722608 140040659806850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0

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


[startup+12.8011 s]
/proc/loadavg: 2.45 2.08 1.99 4/216 31429
/proc/meminfo: memFree=19634628/32770624 swapFree=67108496/67108860
[pid=31406] ppid=31403 vsize=10661132 memory=8305376 CPUtime=31.02 cores=1,3,5,7
/proc/31406/stat : 31406 (java) S 31403 31406 27678 0 -1 1077944320 578979 0 0 0 2402 700 0 0 20 0 15 0 98302973 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140723555034000 140040659795703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
/proc/31406/statm: 2665283 2076344 3173 1 0 2627263 0
[pid=31406/tid=31408] ppid=31403 vsize=10661132 memory=5772220 CPUtime=6.81 cores=1,3,5,7
/proc/31406/task/31408/stat : 31408 (java) S 31403 31406 27678 0 -1 1077944384 244559 0 0 0 653 28 0 0 20 0 15 0 98302973 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040664034384 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31409] ppid=31403 vsize=10661132 memory=1788 CPUtime=5.52 cores=1,3,5,7
/proc/31406/task/31409/stat : 31409 (java) R 31403 31406 27678 0 -1 4202560 81996 0 0 0 358 194 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040631638616 140040652898742 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31410] ppid=31403 vsize=10661132 memory=6791534058613427641 CPUtime=5.54 cores=1,3,5,7
/proc/31406/task/31410/stat : 31410 (java) R 31403 31406 27678 0 -1 4202560 71714 0 0 0 388 166 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040265369760 140040652423911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31411] ppid=31403 vsize=10661132 memory=4050906156189816656 CPUtime=5.5 cores=1,3,5,7
/proc/31406/task/31411/stat : 31411 (java) R 31403 31406 27678 0 -1 4202560 72216 0 0 0 369 181 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040264317584 140040652423911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31412] ppid=31403 vsize=10661132 memory=6364848 CPUtime=5.58 cores=1,3,5,7
/proc/31406/task/31412/stat : 31412 (java) R 31403 31406 27678 0 -1 4202560 92514 0 0 0 434 124 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040263264784 140040652423911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31413] ppid=31403 vsize=10661132 memory=7379241883359864663 CPUtime=0.33 cores=1,3,5,7
/proc/31406/task/31413/stat : 31413 (java) S 31403 31406 27678 0 -1 1077944384 6742 0 0 0 33 0 0 0 20 0 15 0 98302976 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040151721152 140040659805909 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31414] ppid=31403 vsize=10661132 memory=6153431502485416297 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31414/stat : 31414 (java) S 31403 31406 27678 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040150668640 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31415] ppid=31403 vsize=10661132 memory=933936 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31415/stat : 31415 (java) S 31403 31406 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040149616240 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31416] ppid=31403 vsize=10661132 memory=280311309153392 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31416/stat : 31416 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040148564560 140040659814299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31417] ppid=31403 vsize=10661132 memory=280311309153840 CPUtime=0.71 cores=1,3,5,7
/proc/31406/task/31417/stat : 31417 (java) S 31403 31406 27678 0 -1 1077944384 2736 0 0 0 71 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040147511408 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31418] ppid=31403 vsize=10661132 memory=280311309153776 CPUtime=0.64 cores=1,3,5,7
/proc/31406/task/31418/stat : 31418 (java) S 31403 31406 27678 0 -1 1077944384 2376 0 0 0 64 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040146458608 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31419] ppid=31403 vsize=10661132 memory=280311309549040 CPUtime=0.28 cores=1,3,5,7
/proc/31406/task/31419/stat : 31419 (java) S 31403 31406 27678 0 -1 1077944384 2586 0 0 0 28 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040145406320 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31420] ppid=31403 vsize=10661132 memory=7627840 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31420/stat : 31420 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040144353760 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31421] ppid=31403 vsize=10661132 memory=8026650869813564775 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31421/stat : 31421 (java) S 31403 31406 27678 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040143301552 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
Current children cumulated CPU time: 31.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8305376 KiB

[startup+13.6007 s]
/proc/loadavg: 2.45 2.08 1.99 3/216 31429
/proc/meminfo: memFree=18961832/32770624 swapFree=67108496/67108860
[pid=31406] ppid=31403 vsize=10661132 memory=8305376 CPUtime=33.8 cores=1,3,5,7
/proc/31406/stat : 31406 (java) S 31403 31406 27678 0 -1 1077944320 579711 0 0 0 2679 701 0 0 20 0 15 0 98302973 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140723555034000 140040659795703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
/proc/31406/statm: 2665283 2076344 3173 1 0 2627263 0
[pid=31406/tid=31408] ppid=31403 vsize=10661132 memory=1224 CPUtime=6.81 cores=1,3,5,7
/proc/31406/task/31408/stat : 31408 (java) S 31403 31406 27678 0 -1 1077944384 244561 0 0 0 653 28 0 0 20 0 15 0 98302973 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040664034384 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31409] ppid=31403 vsize=10661132 memory=6791534058613427641 CPUtime=6.19 cores=1,3,5,7
/proc/31406/task/31409/stat : 31409 (java) R 31403 31406 27678 0 -1 4202560 82680 0 0 0 425 194 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040631638416 140040644785261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31410] ppid=31403 vsize=10661132 memory=1788 CPUtime=6.2 cores=1,3,5,7
/proc/31406/task/31410/stat : 31410 (java) R 31403 31406 27678 0 -1 4202560 71719 0 0 0 454 166 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040265369992 140040652423911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31411] ppid=31403 vsize=10661132 memory=860 CPUtime=6.16 cores=1,3,5,7
/proc/31406/task/31411/stat : 31411 (java) R 31403 31406 27678 0 -1 4202560 72223 0 0 0 435 181 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040264317392 140040652423911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31412] ppid=31403 vsize=10661132 memory=12556 CPUtime=6.25 cores=1,3,5,7
/proc/31406/task/31412/stat : 31412 (java) R 31403 31406 27678 0 -1 4202560 92527 0 0 0 500 125 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040263264592 140040652423911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31413] ppid=31403 vsize=10661132 memory=756 CPUtime=0.45 cores=1,3,5,7
/proc/31406/task/31413/stat : 31413 (java) S 31403 31406 27678 0 -1 1077944384 6748 0 0 0 45 0 0 0 20 0 15 0 98302976 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040151721168 140040659805909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31414] ppid=31403 vsize=10661132 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31414/stat : 31414 (java) S 31403 31406 27678 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040150668640 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31415] ppid=31403 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31415/stat : 31415 (java) S 31403 31406 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040149616240 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31416] ppid=31403 vsize=10661132 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31416/stat : 31416 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040148564560 140040659814299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31417] ppid=31403 vsize=10661132 memory=4126316290023845779 CPUtime=0.71 cores=1,3,5,7
/proc/31406/task/31417/stat : 31417 (java) S 31403 31406 27678 0 -1 1077944384 2736 0 0 0 71 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040147511408 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31418] ppid=31403 vsize=10661132 memory=288230583166042426 CPUtime=0.64 cores=1,3,5,7
/proc/31406/task/31418/stat : 31418 (java) S 31403 31406 27678 0 -1 1077944384 2376 0 0 0 64 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040146458608 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31419] ppid=31403 vsize=10661132 memory=14694093276061419 CPUtime=0.28 cores=1,3,5,7
/proc/31406/task/31419/stat : 31419 (java) S 31403 31406 27678 0 -1 1077944384 2586 0 0 0 28 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040145406320 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31420] ppid=31403 vsize=10661132 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31420/stat : 31420 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040144353760 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31421] ppid=31403 vsize=10661132 memory=14694093276061419 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31421/stat : 31421 (java) S 31403 31406 27678 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040143301552 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
Current children cumulated CPU time: 33.8 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8305376 KiB

[startup+14.0008 s]*
/proc/loadavg: 2.45 2.08 1.99 6/216 31429
/proc/meminfo: memFree=18961956/32770624 swapFree=67108496/67108860
[pid=31406] ppid=31403 vsize=10661132 memory=8305376 CPUtime=35.38 cores=1,3,5,7
/proc/31406/stat : 31406 (java) S 31403 31406 27678 0 -1 1077944320 580907 0 0 0 2836 702 0 0 20 0 15 0 98302973 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140723555034000 140040659795703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
/proc/31406/statm: 2665283 2076344 3173 1 0 2627263 0
[pid=31406/tid=31408] ppid=31403 vsize=10661132 memory=140155655048032 CPUtime=6.81 cores=1,3,5,7
/proc/31406/task/31408/stat : 31408 (java) S 31403 31406 27678 0 -1 1077944384 244561 0 0 0 653 28 0 0 20 0 15 0 98302973 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040664034384 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31409] ppid=31403 vsize=10661132 memory=13105 CPUtime=6.6 cores=1,3,5,7
/proc/31406/task/31409/stat : 31409 (java) R 31403 31406 27678 0 -1 4202560 83877 0 0 0 466 194 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040631638416 140040644785261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31410] ppid=31403 vsize=10661132 memory=4126316290023845779 CPUtime=6.59 cores=1,3,5,7
/proc/31406/task/31410/stat : 31410 (java) R 31403 31406 27678 0 -1 4202560 71719 0 0 0 492 167 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040265369992 140040652423911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31411] ppid=31403 vsize=10661132 memory=280311309315832 CPUtime=6.55 cores=1,3,5,7
/proc/31406/task/31411/stat : 31411 (java) R 31403 31406 27678 0 -1 4202560 72223 0 0 0 474 181 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040264317392 140040652423911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31412] ppid=31403 vsize=10661132 memory=0 CPUtime=6.64 cores=1,3,5,7
/proc/31406/task/31412/stat : 31412 (java) R 31403 31406 27678 0 -1 4202560 92527 0 0 0 539 125 0 0 20 0 15 0 98302974 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040263264592 140040652423911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31413] ppid=31403 vsize=10661132 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/31406/task/31413/stat : 31413 (java) S 31403 31406 27678 0 -1 1077944384 6748 0 0 0 45 0 0 0 20 0 15 0 98302976 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040151721168 140040659805909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31414] ppid=31403 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31414/stat : 31414 (java) S 31403 31406 27678 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040150668640 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31415] ppid=31403 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31415/stat : 31415 (java) S 31403 31406 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040149616240 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31416] ppid=31403 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31416/stat : 31416 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040148564560 140040659814299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31417] ppid=31403 vsize=10661132 memory=576574510189602056 CPUtime=0.71 cores=1,3,5,7
/proc/31406/task/31417/stat : 31417 (java) S 31403 31406 27678 0 -1 1077944384 2736 0 0 0 71 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040147511408 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31418] ppid=31403 vsize=10661132 memory=16935 CPUtime=0.64 cores=1,3,5,7
/proc/31406/task/31418/stat : 31418 (java) S 31403 31406 27678 0 -1 1077944384 2376 0 0 0 64 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040146458608 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31419] ppid=31403 vsize=10661132 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/31406/task/31419/stat : 31419 (java) S 31403 31406 27678 0 -1 1077944384 2586 0 0 0 28 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040145406320 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31420] ppid=31403 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31420/stat : 31420 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040144353760 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31421] ppid=31403 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31421/stat : 31421 (java) S 31403 31406 27678 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076344 33554432000 4194304 4196468 140723555051456 140040143301552 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
Current children cumulated CPU time: 35.38 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8305376 KiB

[startup+14.4007 s]
/proc/loadavg: 2.45 2.08 1.99 6/216 31429
/proc/meminfo: memFree=18961956/32770624 swapFree=67108496/67108860
[pid=31406] ppid=31403 vsize=10661132 memory=8305864 CPUtime=36.63 cores=1,3,5,7
/proc/31406/stat : 31406 (java) S 31403 31406 27678 0 -1 1077944320 607763 0 0 0 2960 703 0 0 20 0 15 0 98302973 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140723555034000 140040659795703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
/proc/31406/statm: 2665283 2076466 3181 1 0 2627263 0
[pid=31406/tid=31408] ppid=31403 vsize=10661132 memory=1788 CPUtime=6.81 cores=1,3,5,7
/proc/31406/task/31408/stat : 31408 (java) S 31403 31406 27678 0 -1 1077944384 244573 0 0 0 653 28 0 0 20 0 15 0 98302973 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040664034384 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31409] ppid=31403 vsize=10661132 memory=860 CPUtime=6.89 cores=1,3,5,7
/proc/31406/task/31409/stat : 31409 (java) S 31403 31406 27678 0 -1 1077944384 98580 0 0 0 494 195 0 0 20 0 15 0 98302974 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040631638416 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31410] ppid=31403 vsize=10661132 memory=12556 CPUtime=6.88 cores=1,3,5,7
/proc/31406/task/31410/stat : 31410 (java) S 31403 31406 27678 0 -1 1077944384 72047 0 0 0 521 167 0 0 20 0 15 0 98302974 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040265369872 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31411] ppid=31403 vsize=10661132 memory=8305376 CPUtime=6.85 cores=1,3,5,7
/proc/31406/task/31411/stat : 31411 (java) S 31403 31406 27678 0 -1 1077944384 72486 0 0 0 503 182 0 0 20 0 15 0 98302974 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040264317584 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31412] ppid=31403 vsize=10661132 memory=5500 CPUtime=6.93 cores=1,3,5,7
/proc/31406/task/31412/stat : 31412 (java) S 31403 31406 27678 0 -1 1077944384 96460 0 0 0 568 125 0 0 20 0 15 0 98302974 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040263264784 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31413] ppid=31403 vsize=10661132 memory=4460 CPUtime=0.56 cores=1,3,5,7
/proc/31406/task/31413/stat : 31413 (java) R 31403 31406 27678 0 -1 4202560 14347 0 0 0 55 1 0 0 20 0 15 0 98302976 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040151720944 140040652085152 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31414] ppid=31403 vsize=10661132 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31414/stat : 31414 (java) S 31403 31406 27678 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040150668176 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31415] ppid=31403 vsize=10661132 memory=2621 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31415/stat : 31415 (java) S 31403 31406 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98302976 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040149616240 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31416] ppid=31403 vsize=10661132 memory=2656 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31416/stat : 31416 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040148564560 140040659814299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31417] ppid=31403 vsize=10661132 memory=8305376 CPUtime=0.71 cores=1,3,5,7
/proc/31406/task/31417/stat : 31417 (java) S 31403 31406 27678 0 -1 1077944384 2736 0 0 0 71 0 0 0 20 0 15 0 98302979 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040147511408 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31418] ppid=31403 vsize=10661132 memory=1408 CPUtime=0.64 cores=1,3,5,7
/proc/31406/task/31418/stat : 31418 (java) S 31403 31406 27678 0 -1 1077944384 2376 0 0 0 64 0 0 0 20 0 15 0 98302979 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040146458608 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31419] ppid=31403 vsize=10661132 memory=280311309009136 CPUtime=0.28 cores=1,3,5,7
/proc/31406/task/31419/stat : 31419 (java) S 31403 31406 27678 0 -1 1077944384 2586 0 0 0 28 0 0 0 20 0 15 0 98302979 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040145406320 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31420] ppid=31403 vsize=10661132 memory=504 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31420/stat : 31420 (java) S 31403 31406 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040144353760 140040659805909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
[pid=31406/tid=31421] ppid=31403 vsize=10661132 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/31406/task/31421/stat : 31421 (java) S 31403 31406 27678 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 98302979 10916999168 2076466 33554432000 4194304 4196468 140723555051456 140040143301552 140040659806850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 31207424 140723555054712 140723555054857 140723555054857 140723555057615 0
Current children cumulated CPU time: 36.63 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8305864 KiB

[startup+14.502 s]*
/proc/loadavg: 2.45 2.08 1.99 3/203 31430
/proc/meminfo: memFree=19932668/32770624 swapFree=67108496/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 14.5676
CPU time (s): 36.9038
CPU user time (s): 29.7653
CPU system time (s): 7.13841
CPU usage (%): 253.328
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8305864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.7653
system time used= 7.13841
maximum resident set size= 8306324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 616978
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14000
involuntary context switches= 287


# summary of solver processes directly reported to runsolver:
#   pid: 31406
#   total CPU time (s): 36.9038
#   total CPU user time (s): 29.7653
#   total CPU system time (s): 7.13841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.112963 second user time and 0.199114 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 21:49:58
IDJOB=4299201
IDBENCH=141307
IDSOLVER=2768
FILE ID=node149/4299201-1532807397
RUNJOBID= node149-1532775878-27710
PBS_JOBID= 21022467
Free space on /tmp= 43196 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-4-rom_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299201-1532807397/watcher-4299201-1532807397 -o /tmp/evaluation-result-4299201-1532807397/solver-4299201-1532807397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299201-1532807397.xml --timelimit 2520

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=1246583840

node149.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.60
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.60
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.60
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.60
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:        27272004 kB
MemAvailable:   31786996 kB
Buffers:          142456 kB
Cached:          4591004 kB
SwapCached:           60 kB
Active:          1760564 kB
Inactive:        3168180 kB
Active(anon):     145116 kB
Inactive(anon):    78000 kB
Active(file):    1615448 kB
Inactive(file):  3090180 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             64348 kB
Writeback:             0 kB
AnonPages:        203116 kB
Mapped:            47336 kB
Shmem:             25040 kB
Slab:             266260 kB
SReclaimable:     237824 kB
SUnreclaim:        28436 kB
KernelStack:        3504 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1076744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43192 MiB
End job on node149 at 2018-07-28 21:50:12