Trace number 4299236

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? 47.8462 20.1415

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
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
47.43/20.00	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
47.43/20.00		at minicp.util.BitSet.<init>(BitSet.java:11)
47.43/20.00		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:65)
47.43/20.00		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
47.43/20.00		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
47.43/20.00		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
47.43/20.00		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
47.43/20.00		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
47.43/20.00		at org.xcsp.parser.XCallbacks$$Lambda$86/1440047379.accept(Unknown Source)
47.43/20.00		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
47.43/20.00		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
47.43/20.00		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
47.43/20.00		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
47.43/20.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
47.43/20.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
47.43/20.00		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
47.43/20.00		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
47.43/20.00		at xcsp3.XCSP3.<init>(XCSP3.java:80)
47.43/20.00		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
47.71/20.06		at xcsp3.CompetitionApp.main(CompetitionApp.java:48)
47.71/20.06	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 (13648 MiB free)
  memory of node 1: 16384 MiB (13151 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299236-1532809404/watcher-4299236-1532809404 -o /tmp/evaluation-result-4299236-1532809404/solver-4299236-1532809404 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14164 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299236-1532809404.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
solver pid=14209, runsolver pid=14206
Current StackSize limit: 8192 KiB


[startup+0.103595 s]*
/proc/loadavg: 0.96 1.00 1.22 7/217 14224
/proc/meminfo: memFree=27425940/32770624 swapFree=67108860/67108860
[pid=14209] ppid=14206 vsize=10658972 memory=27660 CPUtime=0.13 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 14132 0 -1 1077944320 5327 0 0 0 12 1 0 0 20 0 15 0 98503740 10914787328 6915 33554432000 4194304 4196468 140736443565056 140736443547600 140032094326519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
/proc/14209/statm: 2664743 6915 2889 1 0 2627263 0
[pid=14209/tid=14211] ppid=14206 vsize=10658972 memory=-8269626465541590909 CPUtime=0.09 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) R 14206 14209 14132 0 -1 4202560 3152 0 0 0 8 1 0 0 20 0 15 0 98503741 10914787328 6981 33554432000 4194304 4196468 140736443565056 140032098548464 140031722378689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14212] ppid=14206 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) S 14206 14209 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98503741 10914787328 6981 33554432000 4194304 4196468 140736443565056 140032046947344 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14213] ppid=14206 vsize=10658972 memory=140666431149696 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503741 10914787328 6981 33554432000 4194304 4196468 140736443565056 140032045894800 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14214] ppid=14206 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503742 10914787328 6981 33554432000 4194304 4196468 140736443565056 140032044841744 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14215] ppid=14206 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503742 10914787328 6981 33554432000 4194304 4196468 140736443565056 140032043789200 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14216] ppid=14206 vsize=10658972 memory=140666431149696 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98503743 10914787328 6981 33554432000 4194304 4196468 140736443565056 140031129557232 140032094337666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14217] ppid=14206 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98503743 10914787328 6981 33554432000 4194304 4196468 140736443565056 140031128503456 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14218] ppid=14206 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98503744 10914787328 6981 33554432000 4194304 4196468 140736443565056 140031127450352 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14219] ppid=14206 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10914787328 6981 33554432000 4194304 4196468 140736443565056 140031126398928 140032094345115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14220] ppid=14206 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 14132 0 -1 1077944384 476 0 0 0 0 0 0 0 20 0 15 0 98503746 10914787328 6981 33554432000 4194304 4196468 140736443565056 140031125347056 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14221] ppid=14206 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) R 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10914787328 6981 33554432000 4194304 4196468 140736443565056 140031124294512 140032094337666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14222] ppid=14206 vsize=10658972 memory=140666431149696 CPUtime=0.02 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) R 14206 14209 14132 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 15 0 98503746 10914787328 6981 33554432000 4194304 4196468 140736443565056 140031123241456 140032072919074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14223] ppid=14206 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10914787328 6981 33554432000 4194304 4196468 140736443565056 140031122189152 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14224] ppid=14206 vsize=10658972 memory=140666431149696 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503746 10914787328 6981 33554432000 4194304 4196468 140736443565056 140031121136176 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27660 KiB

[startup+0.210681 s]*
/proc/loadavg: 0.96 1.00 1.22 7/217 14224
/proc/meminfo: memFree=27242484/32770624 swapFree=67108860/67108860
[pid=14209] ppid=14206 vsize=10661056 memory=40000 CPUtime=0.34 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 14132 0 -1 1077944320 8074 0 0 0 32 2 0 0 20 0 15 0 98503740 10916921344 10000 33554432000 4194304 4196468 140736443565056 140736443547600 140032094326519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
/proc/14209/statm: 2665264 10000 2980 1 0 2627263 0
[pid=14209/tid=14211] ppid=14206 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) R 14206 14209 14132 0 -1 4202560 5116 0 0 0 19 1 0 0 20 0 15 0 98503741 10916921344 10066 33554432000 4194304 4196468 140736443565056 140032098557760 140032094348445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14212] ppid=14206 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) S 14206 14209 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98503741 10916921344 10066 33554432000 4194304 4196468 140736443565056 140032046947344 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14213] ppid=14206 vsize=10661056 memory=140666431164111 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503741 10916921344 10066 33554432000 4194304 4196468 140736443565056 140032045894800 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14214] ppid=14206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503742 10916921344 10066 33554432000 4194304 4196468 140736443565056 140032044841744 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14215] ppid=14206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503742 10916921344 10066 33554432000 4194304 4196468 140736443565056 140032043789200 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14216] ppid=14206 vsize=10661056 memory=140666431149696 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98503743 10916921344 10066 33554432000 4194304 4196468 140736443565056 140031129557232 140032094337666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14217] ppid=14206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98503743 10916921344 10066 33554432000 4194304 4196468 140736443565056 140031128503456 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14218] ppid=14206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98503744 10916921344 10066 33554432000 4194304 4196468 140736443565056 140031127450352 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14219] ppid=14206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916921344 10066 33554432000 4194304 4196468 140736443565056 140031126398928 140032094345115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14220] ppid=14206 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) R 14206 14209 14132 0 -1 4202560 570 0 0 0 2 0 0 0 20 0 15 0 98503746 10916921344 10066 33554432000 4194304 4196468 140736443565056 140031125347056 140032075868730 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14221] ppid=14206 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) R 14206 14209 14132 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 15 0 98503746 10916921344 10066 33554432000 4194304 4196468 140736443565056 140031124294512 140032075026816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14222] ppid=14206 vsize=10661056 memory=140666431149696 CPUtime=0.08 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 14132 0 -1 1077944384 741 0 0 0 8 0 0 0 20 0 15 0 98503746 10916921344 10066 33554432000 4194304 4196468 140736443565056 140031123241456 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14223] ppid=14206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916921344 10066 33554432000 4194304 4196468 140736443565056 140031122189152 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14224] ppid=14206 vsize=10661056 memory=140666431149696 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503746 10916921344 10066 33554432000 4194304 4196468 140736443565056 140031121136176 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40000 KiB

[startup+0.310767 s]*
/proc/loadavg: 0.96 1.00 1.22 6/217 14224
/proc/meminfo: memFree=27055684/32770624 swapFree=67108860/67108860
[pid=14209] ppid=14206 vsize=10661056 memory=102476 CPUtime=0.49 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 14132 0 -1 1077944320 8327 0 0 0 45 4 0 0 20 0 15 0 98503740 10916921344 25619 33554432000 4194304 4196468 140736443565056 140736443547600 140032094326519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
/proc/14209/statm: 2665264 25619 3025 1 0 2627263 0
[pid=14209/tid=14211] ppid=14206 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) R 14206 14209 14132 0 -1 4202560 5159 0 0 0 27 3 0 0 20 0 15 0 98503741 10916921344 25619 33554432000 4194304 4196468 140736443565056 140032098557888 140032094348445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14212] ppid=14206 vsize=10661056 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) S 14206 14209 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98503741 10916921344 25619 33554432000 4194304 4196468 140736443565056 140032046947344 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14213] ppid=14206 vsize=10661056 memory=140666431164020 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503741 10916921344 25619 33554432000 4194304 4196468 140736443565056 140032045894800 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14214] ppid=14206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503742 10916921344 25619 33554432000 4194304 4196468 140736443565056 140032044841744 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14215] ppid=14206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503742 10916921344 25619 33554432000 4194304 4196468 140736443565056 140032043789200 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14216] ppid=14206 vsize=10661056 memory=140666431149696 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98503743 10916921344 25619 33554432000 4194304 4196468 140736443565056 140031129557232 140032094337666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14217] ppid=14206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98503743 10916921344 25619 33554432000 4194304 4196468 140736443565056 140031128503456 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14218] ppid=14206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98503744 10916921344 25619 33554432000 4194304 4196468 140736443565056 140031127450352 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14219] ppid=14206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916921344 25619 33554432000 4194304 4196468 140736443565056 140031126398928 140032094345115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14220] ppid=14206 vsize=10661056 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 14132 0 -1 1077944384 606 0 0 0 4 0 0 0 20 0 15 0 98503746 10916921344 25619 33554432000 4194304 4196468 140736443565056 140031125347056 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14221] ppid=14206 vsize=10661056 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 14132 0 -1 1077944384 422 0 0 0 3 0 0 0 20 0 15 0 98503746 10916921344 25619 33554432000 4194304 4196468 140736443565056 140031124294512 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14222] ppid=14206 vsize=10661056 memory=140666431149696 CPUtime=0.1 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 14132 0 -1 1077944384 772 0 0 0 10 0 0 0 20 0 15 0 98503746 10916921344 25619 33554432000 4194304 4196468 140736443565056 140031123241456 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14223] ppid=14206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916921344 25619 33554432000 4194304 4196468 140736443565056 140031122189152 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14224] ppid=14206 vsize=10661056 memory=140666431149696 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503746 10916921344 25619 33554432000 4194304 4196468 140736443565056 140031121136176 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 102476 KiB

[startup+0.701545 s]
/proc/loadavg: 0.96 1.00 1.22 6/217 14224
/proc/meminfo: memFree=26857840/32770624 swapFree=67108860/67108860
[pid=14209] ppid=14206 vsize=10661132 memory=347488 CPUtime=1.45 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 14132 0 -1 1077944320 11786 0 0 0 114 31 0 0 20 0 15 0 98503740 10916999168 86872 33554432000 4194304 4196468 140736443565056 140736443547600 140032094326519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
/proc/14209/statm: 2665283 86872 3096 1 0 2627263 0
[pid=14209/tid=14211] ppid=14206 vsize=10661132 memory=1840 CPUtime=0.57 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) S 14206 14209 14132 0 -1 1077944384 5508 0 0 0 51 6 0 0 20 0 15 0 98503741 10916999168 86872 33554432000 4194304 4196468 140736443565056 140032098564096 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14212] ppid=14206 vsize=10661132 memory=1004 CPUtime=0.08 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) R 14206 14209 14132 0 -1 4202560 169 0 0 0 3 5 0 0 20 0 15 0 98503741 10916999168 86872 33554432000 4194304 4196468 140736443565056 140032046947344 140032087429582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14213] ppid=14206 vsize=10661132 memory=12060 CPUtime=0.08 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) R 14206 14209 14132 0 -1 4202560 154 0 0 0 3 5 0 0 20 0 15 0 98503741 10916999168 86872 33554432000 4194304 4196468 140736443565056 140032045894800 140032087429236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14214] ppid=14206 vsize=10661132 memory=5788 CPUtime=0.08 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) R 14206 14209 14132 0 -1 4202560 138 0 0 0 3 5 0 0 20 0 15 0 98503742 10916999168 86872 33554432000 4194304 4196468 140736443565056 140032044841744 140032087429236 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14215] ppid=14206 vsize=10661132 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) R 14206 14209 14132 0 -1 4202560 152 0 0 0 3 5 0 0 20 0 15 0 98503742 10916999168 86872 33554432000 4194304 4196468 140736443565056 140032043789088 140032087429548 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14216] ppid=14206 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 14132 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98503743 10916999168 86872 33554432000 4194304 4196468 140736443565056 140031129555744 140032094336725 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14217] ppid=14206 vsize=10661132 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98503743 10916999168 86872 33554432000 4194304 4196468 140736443565056 140031128503456 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14218] ppid=14206 vsize=10661132 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98503744 10916999168 86872 33554432000 4194304 4196468 140736443565056 140031127450352 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14219] ppid=14206 vsize=10661132 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 86872 33554432000 4194304 4196468 140736443565056 140031126398928 140032094345115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14220] ppid=14206 vsize=10661132 memory=7163631965283378496 CPUtime=0.13 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 14132 0 -1 1077944384 1540 0 0 0 13 0 0 0 20 0 15 0 98503746 10916999168 86872 33554432000 4194304 4196468 140736443565056 140031125347056 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14221] ppid=14206 vsize=10661132 memory=7667213801450137426 CPUtime=0.21 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 14132 0 -1 1077944384 1773 0 0 0 21 0 0 0 20 0 15 0 98503746 10916999168 86872 33554432000 4194304 4196468 140736443565056 140031124294512 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14222] ppid=14206 vsize=10661132 memory=7440061282865139792 CPUtime=0.13 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 14132 0 -1 1077944384 909 0 0 0 13 0 0 0 20 0 15 0 98503746 10916999168 86872 33554432000 4194304 4196468 140736443565056 140031123237328 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14223] ppid=14206 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 86872 33554432000 4194304 4196468 140736443565056 140031122189152 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14224] ppid=14206 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 86872 33554432000 4194304 4196468 140736443565056 140031121136176 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 347488 KiB

[startup+1.50078 s]
/proc/loadavg: 0.96 1.00 1.22 8/217 14224
/proc/meminfo: memFree=26041644/32770624 swapFree=67108860/67108860
[pid=14209] ppid=14206 vsize=10661132 memory=695268 CPUtime=3.18 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 14132 0 -1 1077944320 13608 0 0 0 263 55 0 0 20 0 15 0 98503740 10916999168 173817 33554432000 4194304 4196468 140736443565056 140736443547600 140032094326519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
/proc/14209/statm: 2665283 173817 3140 1 0 2627263 0
[pid=14209/tid=14211] ppid=14206 vsize=10661132 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) R 14206 14209 14132 0 -1 4202560 5575 0 0 0 115 8 0 0 20 0 15 0 98503741 10916999168 173817 33554432000 4194304 4196468 140736443565056 140032098564448 140031724061563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14212] ppid=14206 vsize=10661132 memory=-8253362762724047225 CPUtime=0.22 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) S 14206 14209 14132 0 -1 1077944384 466 0 0 0 11 11 0 0 20 0 15 0 98503741 10916999168 173817 33554432000 4194304 4196468 140736443565056 140032046947344 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14213] ppid=14206 vsize=10661132 memory=-8609294068986781045 CPUtime=0.22 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) S 14206 14209 14132 0 -1 1077944384 390 0 0 0 11 11 0 0 20 0 15 0 98503741 10916999168 173817 33554432000 4194304 4196468 140736443565056 140032045894800 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14214] ppid=14206 vsize=10661132 memory=-6517102902069810590 CPUtime=0.21 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) S 14206 14209 14132 0 -1 1077944384 252 0 0 0 10 11 0 0 20 0 15 0 98503742 10916999168 173817 33554432000 4194304 4196468 140736443565056 140032044841744 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14215] ppid=14206 vsize=10661132 memory=4134692831991786133 CPUtime=0.2 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) S 14206 14209 14132 0 -1 1077944384 288 0 0 0 10 10 0 0 20 0 15 0 98503742 10916999168 173817 33554432000 4194304 4196468 140736443565056 140032043789200 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14216] ppid=14206 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 14132 0 -1 1077944384 466 0 0 0 0 0 0 0 20 0 15 0 98503743 10916999168 173817 33554432000 4194304 4196468 140736443565056 140031129557232 140032094337666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0

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


[startup+17.6035 s]
/proc/loadavg: 1.48 1.12 1.26 6/217 14224
/proc/meminfo: memFree=18187476/32770624 swapFree=67108860/67108860
[pid=14209] ppid=14206 vsize=10661132 memory=8305472 CPUtime=39.15 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 14132 0 -1 1077944320 507469 0 0 0 3223 692 0 0 20 0 15 0 98503740 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140736443547600 140032094326519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
/proc/14209/statm: 2665283 2076368 3174 1 0 2627263 0
[pid=14209/tid=14211] ppid=14206 vsize=10661132 memory=6791534058613427641 CPUtime=10.48 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) S 14206 14209 14132 0 -1 1077944384 16676 0 0 0 1029 19 0 0 20 0 15 0 98503741 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140032098565200 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14212] ppid=14206 vsize=10661132 memory=8496 CPUtime=6.55 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) R 14206 14209 14132 0 -1 4202560 260134 0 0 0 521 134 0 0 20 0 15 0 98503741 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140032046947544 140032079024158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14213] ppid=14206 vsize=10661132 memory=7660188 CPUtime=6.56 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) R 14206 14209 14132 0 -1 4202560 69348 0 0 0 482 174 0 0 20 0 15 0 98503741 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140032045894800 140032079024294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14214] ppid=14206 vsize=10661132 memory=1200 CPUtime=6.54 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) R 14206 14209 14132 0 -1 4202560 67334 0 0 0 478 176 0 0 20 0 15 0 98503742 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140032044841632 140032079277124 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14215] ppid=14206 vsize=10661132 memory=15872 CPUtime=6.58 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) R 14206 14209 14132 0 -1 4202560 69591 0 0 0 477 181 0 0 20 0 15 0 98503742 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140032043789200 140032079277216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14216] ppid=14206 vsize=10661132 memory=6791534058613427641 CPUtime=0.43 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 14132 0 -1 1077944384 11382 0 0 0 42 1 0 0 20 0 15 0 98503743 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140031129555552 140032094336725 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14217] ppid=14206 vsize=10661132 memory=56 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 14132 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 98503743 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140031128503520 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14218] ppid=14206 vsize=10661132 memory=63 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 14132 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98503744 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140031127450352 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14219] ppid=14206 vsize=10661132 memory=24 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140031126398928 140032094345115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14220] ppid=14206 vsize=10661132 memory=1187 CPUtime=0.74 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 14132 0 -1 1077944384 4911 0 0 0 73 1 0 0 20 0 15 0 98503746 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140031125347056 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14221] ppid=14206 vsize=10661132 memory=446 CPUtime=0.87 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 14132 0 -1 1077944384 4712 0 0 0 87 0 0 0 20 0 15 0 98503746 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140031124279504 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14222] ppid=14206 vsize=10661132 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 14132 0 -1 1077944384 1873 0 0 0 30 0 0 0 20 0 15 0 98503746 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140031123241456 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14223] ppid=14206 vsize=10661132 memory=96 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140031122189152 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14224] ppid=14206 vsize=10661132 memory=120 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 14132 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076368 33554432000 4194304 4196468 140736443565056 140031121136176 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
Current children cumulated CPU time: 39.15 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8305472 KiB

[startup+19.2008 s]
/proc/loadavg: 1.48 1.12 1.26 6/217 14224
/proc/meminfo: memFree=18166764/32770624 swapFree=67108860/67108860
[pid=14209] ppid=14206 vsize=10661132 memory=8305616 CPUtime=45 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 14132 0 -1 1077944320 509058 0 0 0 3805 695 0 0 20 0 15 0 98503740 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140736443547600 140032094326519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
/proc/14209/statm: 2665283 2076404 3174 1 0 2627263 0
[pid=14209/tid=14211] ppid=14206 vsize=10661132 memory=446 CPUtime=10.48 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) S 14206 14209 14132 0 -1 1077944384 16678 0 0 0 1029 19 0 0 20 0 15 0 98503741 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140032098565200 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14212] ppid=14206 vsize=10661132 memory=4950764 CPUtime=7.95 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) R 14206 14209 14132 0 -1 4202560 260261 0 0 0 660 135 0 0 20 0 15 0 98503741 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140032046947464 140032086954727 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14213] ppid=14206 vsize=10661132 memory=6791534058613427641 CPUtime=7.99 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) R 14206 14209 14132 0 -1 4202560 69815 0 0 0 624 175 0 0 20 0 15 0 98503741 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140032045894608 140032086954727 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14214] ppid=14206 vsize=10661132 memory=7197628 CPUtime=7.98 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) R 14206 14209 14132 0 -1 4202560 68111 0 0 0 622 176 0 0 20 0 15 0 98503742 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140032044841632 140032087429498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14215] ppid=14206 vsize=10661132 memory=7852 CPUtime=8.01 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) R 14206 14209 14132 0 -1 4202560 69797 0 0 0 619 182 0 0 20 0 15 0 98503742 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140032043789008 140032086954727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14216] ppid=14206 vsize=10661132 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 14132 0 -1 1077944384 11390 0 0 0 56 1 0 0 20 0 15 0 98503743 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140031129555792 140032094336725 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14217] ppid=14206 vsize=10661132 memory=815 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 14132 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 98503743 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140031128503520 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14218] ppid=14206 vsize=10661132 memory=131 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 14132 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98503744 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140031127450352 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14219] ppid=14206 vsize=10661132 memory=131 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140031126398928 140032094345115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14220] ppid=14206 vsize=10661132 memory=133 CPUtime=0.74 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 14132 0 -1 1077944384 4911 0 0 0 73 1 0 0 20 0 15 0 98503746 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140031125347056 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14221] ppid=14206 vsize=10661132 memory=132 CPUtime=0.87 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 14132 0 -1 1077944384 4714 0 0 0 87 0 0 0 20 0 15 0 98503746 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140031124279408 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14222] ppid=14206 vsize=10661132 memory=2130804 CPUtime=0.3 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 14132 0 -1 1077944384 1873 0 0 0 30 0 0 0 20 0 15 0 98503746 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140031123241456 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14223] ppid=14206 vsize=10661132 memory=301741382048153914 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140031122189152 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14224] ppid=14206 vsize=10661132 memory=15252670952770799 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 14132 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076404 33554432000 4194304 4196468 140736443565056 140031121136176 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
Current children cumulated CPU time: 45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8305616 KiB

[startup+19.6015 s]
/proc/loadavg: 1.48 1.12 1.26 6/217 14224
/proc/meminfo: memFree=18166764/32770624 swapFree=67108860/67108860
[pid=14209] ppid=14206 vsize=10661132 memory=8305636 CPUtime=46.38 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 14132 0 -1 1077944320 510235 0 0 0 3943 695 0 0 20 0 15 0 98503740 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140736443547600 140032094326519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
/proc/14209/statm: 2665283 2076409 3174 1 0 2627263 0
[pid=14209/tid=14211] ppid=14206 vsize=10661132 memory=2244 CPUtime=10.48 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) S 14206 14209 14132 0 -1 1077944384 16678 0 0 0 1029 19 0 0 20 0 15 0 98503741 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140032098565200 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14212] ppid=14206 vsize=10661132 memory=4124 CPUtime=8.28 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) R 14206 14209 14132 0 -1 4202560 260261 0 0 0 693 135 0 0 20 0 15 0 98503741 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140032046947544 140032074352677 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14213] ppid=14206 vsize=10661132 memory=2200 CPUtime=8.32 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) R 14206 14209 14132 0 -1 4202560 69815 0 0 0 657 175 0 0 20 0 15 0 98503741 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140032045894800 140032079277124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14214] ppid=14206 vsize=10661132 memory=7197628 CPUtime=8.32 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) R 14206 14209 14132 0 -1 4202560 68842 0 0 0 656 176 0 0 20 0 15 0 98503742 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140032044841944 140032074352693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14215] ppid=14206 vsize=10661132 memory=6791534058613427641 CPUtime=8.33 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) R 14206 14209 14132 0 -1 4202560 69797 0 0 0 651 182 0 0 20 0 15 0 98503742 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140032043789200 140032079277144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14216] ppid=14206 vsize=10661132 memory=6656426216303648864 CPUtime=0.63 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 14132 0 -1 1077944384 11830 0 0 0 62 1 0 0 20 0 15 0 98503743 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140031129555552 140032094336725 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14217] ppid=14206 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 14132 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 98503743 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140031128503056 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14218] ppid=14206 vsize=10661132 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 14132 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98503744 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140031127450352 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14219] ppid=14206 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140031126398928 140032094345115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14220] ppid=14206 vsize=10661132 memory=6944652177228980320 CPUtime=0.74 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 14132 0 -1 1077944384 4911 0 0 0 73 1 0 0 20 0 15 0 98503746 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140031125347056 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14221] ppid=14206 vsize=10661132 memory=6655300316396806240 CPUtime=0.88 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 14132 0 -1 1077944384 4719 0 0 0 88 0 0 0 20 0 15 0 98503746 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140031124285616 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14222] ppid=14206 vsize=10661132 memory=6943526294502006880 CPUtime=0.3 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 14132 0 -1 1077944384 1873 0 0 0 30 0 0 0 20 0 15 0 98503746 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140031123241456 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14223] ppid=14206 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140031122189152 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14224] ppid=14206 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 14132 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076409 33554432000 4194304 4196468 140736443565056 140031121136176 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
Current children cumulated CPU time: 46.38 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8305636 KiB

[startup+20.0007 s]*
/proc/loadavg: 1.52 1.13 1.26 4/217 14224
/proc/meminfo: memFree=18164716/32770624 swapFree=67108860/67108860
[pid=14209] ppid=14206 vsize=10661132 memory=8305880 CPUtime=47.71 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 14132 0 -1 1077944320 510272 0 0 0 4075 696 0 0 20 0 15 0 98503740 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140736443547600 140032094326519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
/proc/14209/statm: 2665283 2076470 3174 1 0 2627263 0
[pid=14209/tid=14211] ppid=14206 vsize=10661132 memory=6791534058613427641 CPUtime=10.48 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) S 14206 14209 14132 0 -1 1077944384 16702 0 0 0 1029 19 0 0 20 0 15 0 98503741 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140032098566384 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14212] ppid=14206 vsize=10661132 memory=0 CPUtime=8.59 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) R 14206 14209 14132 0 -1 1077944384 260264 0 0 0 723 136 0 0 20 0 15 0 98503741 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140032046947344 140032094336725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14213] ppid=14206 vsize=10661132 memory=0 CPUtime=8.63 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) R 14206 14209 14132 0 -1 4202560 69815 0 0 0 688 175 0 0 20 0 15 0 98503741 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140032045894800 140032086954727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14214] ppid=14206 vsize=10661132 memory=0 CPUtime=8.63 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) R 14206 14209 14132 0 -1 4202560 68842 0 0 0 687 176 0 0 20 0 15 0 98503742 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140032044841744 140032086954727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14215] ppid=14206 vsize=10661132 memory=0 CPUtime=8.64 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) R 14206 14209 14132 0 -1 4202560 69797 0 0 0 682 182 0 0 20 0 15 0 98503742 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140032043789200 140032079027163 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14216] ppid=14206 vsize=10661132 memory=2314885432472851535 CPUtime=0.73 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 14132 0 -1 1077944384 11833 0 0 0 72 1 0 0 20 0 15 0 98503743 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140031129555776 140032094336725 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14217] ppid=14206 vsize=10661132 memory=5983653549034648112 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 14132 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 98503743 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140031128503520 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14218] ppid=14206 vsize=10661132 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 14132 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98503744 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140031127450352 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14219] ppid=14206 vsize=10661132 memory=4783210246294233184 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140031126398928 140032094345115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14220] ppid=14206 vsize=10661132 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 14132 0 -1 1077944384 4911 0 0 0 73 1 0 0 20 0 15 0 98503746 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140031125347056 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14221] ppid=14206 vsize=10661132 memory=3472328296227680303 CPUtime=0.88 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 14132 0 -1 1077944384 4726 0 0 0 88 0 0 0 20 0 15 0 98503746 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140031124294512 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14222] ppid=14206 vsize=10661132 memory=4049756556363642549 CPUtime=0.3 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 14132 0 -1 1077944384 1873 0 0 0 30 0 0 0 20 0 15 0 98503746 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140031123241456 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14223] ppid=14206 vsize=10661132 memory=2319389203461453872 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140031122189152 140032094336725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
[pid=14209/tid=14224] ppid=14206 vsize=10661132 memory=3617129538717955762 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 14132 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 98503746 10916999168 2076470 33554432000 4194304 4196468 140736443565056 140031121136176 140032094337666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13373440 140736443569272 140736443569417 140736443569417 140736443572175 0
Current children cumulated CPU time: 47.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8305880 KiB

[startup+20.1104 s]*
/proc/loadavg: 1.52 1.13 1.26 3/204 14225
/proc/meminfo: memFree=23080584/32770624 swapFree=67108860/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): 20.1415
CPU time (s): 47.8462
CPU user time (s): 40.7952
CPU system time (s): 7.05103
CPU usage (%): 237.551
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8305880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.7952
system time used= 7.05103
maximum resident set size= 8305880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510354
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= 12106
involuntary context switches= 343


# summary of solver processes directly reported to runsolver:
#   pid: 14209
#   total CPU time (s): 47.8462
#   total CPU user time (s): 40.7952
#   total CPU system time (s): 7.05103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.1668 second user time and 0.239336 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 22:23:25
IDJOB=4299236
IDBENCH=141312
IDSOLVER=2768
FILE ID=node151/4299236-1532809404
RUNJOBID= node151-1532809404-14164
PBS_JOBID= 21022477
Free space on /tmp= 54808 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-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-4299236-1532809404/watcher-4299236-1532809404 -o /tmp/evaluation-result-4299236-1532809404/solver-4299236-1532809404 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14164 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299236-1532809404.xml --timelimit 2520

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=133211591

node151.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.87
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.87
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.87
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.87
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:        27442792 kB
MemAvailable:   31257976 kB
Buffers:          195532 kB
Cached:          3888688 kB
SwapCached:            0 kB
Active:          2256368 kB
Inactive:        2588812 kB
Active(anon):     710772 kB
Inactive(anon):    78192 kB
Active(file):    1545596 kB
Inactive(file):  2510620 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            124792 kB
Writeback:             0 kB
AnonPages:        452020 kB
Mapped:            54896 kB
Shmem:             25224 kB
Slab:             177376 kB
SReclaimable:     149604 kB
SUnreclaim:        27772 kB
KernelStack:        3552 kB
PageTables:         6064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2035300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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= 54804 MiB
End job on node151 at 2018-07-28 22:23:46