Trace number 4299180

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? 35.741 12.2153

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299180-1532807097/watcher-4299180-1532807097 -o /tmp/evaluation-result-4299180-1532807097/solver-4299180-1532807097 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532774549-6744 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299180-1532807097.xml --timelimit 2520 

running on 4 cores: 0,2,4,6

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=10319, runsolver pid=10316

[startup+0.104332 s]*
/proc/loadavg: 2.15 2.03 1.98 3/220 10334
/proc/meminfo: memFree=26866500/32770624 swapFree=67108860/67108860
[pid=10319] ppid=10316 vsize=10658972 memory=27476 CPUtime=0.14 cores=0,2,4,6
/proc/10319/stat : 10319 (java) S 10316 10319 6713 0 -1 1077944320 5312 0 0 0 13 1 0 0 20 0 15 0 98272887 10914787328 6869 33554432000 4194304 4196468 140736696131696 140736696114240 139853415448311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
/proc/10319/statm: 2664743 6869 2833 1 0 2627263 0
[pid=10319/tid=10321] ppid=10316 vsize=10658972 memory=-8269626465541197439 CPUtime=0.1 cores=0,2,4,6
/proc/10319/task/10321/stat : 10321 (java) R 10316 10319 6713 0 -1 4202560 3124 0 0 0 9 1 0 0 20 0 15 0 98272887 10914787328 6869 33554432000 4194304 4196468 140736696131696 139853419677792 139853401141792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10322] ppid=10316 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10322/stat : 10322 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272888 10914787328 6869 33554432000 4194304 4196468 140736696131696 139853341522192 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10323] ppid=10316 vsize=10658972 memory=139949278307968 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10323/stat : 10323 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272888 10914787328 6869 33554432000 4194304 4196468 140736696131696 139853340469648 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10324] ppid=10316 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10324/stat : 10324 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272888 10914787328 6869 33554432000 4194304 4196468 140736696131696 139853339417104 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10325] ppid=10316 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10325/stat : 10325 (java) S 10316 10319 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98272888 10914787328 6869 33554432000 4194304 4196468 140736696131696 139853338364560 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10326] ppid=10316 vsize=10658972 memory=139949278307968 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10326/stat : 10326 (java) S 10316 10319 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98272889 10914787328 6869 33554432000 4194304 4196468 140736696131696 139852449282544 139853415459458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10327] ppid=10316 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10327/stat : 10327 (java) S 10316 10319 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98272890 10914787328 6869 33554432000 4194304 4196468 140736696131696 139852448228768 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10328] ppid=10316 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10328/stat : 10328 (java) S 10316 10319 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98272890 10914787328 6869 33554432000 4194304 4196468 140736696131696 139852447176176 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10329] ppid=10316 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10329/stat : 10329 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10914787328 6869 33554432000 4194304 4196468 140736696131696 139852446124752 139853415466907 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10330] ppid=10316 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10330/stat : 10330 (java) S 10316 10319 6713 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 98272892 10914787328 6869 33554432000 4194304 4196468 140736696131696 139852445071344 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10331] ppid=10316 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10331/stat : 10331 (java) S 10316 10319 6713 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 98272892 10914787328 6869 33554432000 4194304 4196468 140736696131696 139852444018800 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10332] ppid=10316 vsize=10658972 memory=139949278307968 CPUtime=0.02 cores=0,2,4,6
/proc/10319/task/10332/stat : 10332 (java) R 10316 10319 6713 0 -1 4202560 345 0 0 0 2 0 0 0 20 0 15 0 98272892 10914787328 6869 33554432000 4194304 4196468 140736696131696 139852442966256 139853394413161 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10333] ppid=10316 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10333/stat : 10333 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10914787328 6869 33554432000 4194304 4196468 140736696131696 139852441913952 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10334] ppid=10316 vsize=10658972 memory=139949278307968 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10334/stat : 10334 (java) R 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272892 10914787328 6869 33554432000 4194304 4196468 140736696131696 139852440861488 139853415459458 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27476 KiB

[startup+0.21084 s]*
/proc/loadavg: 2.15 2.03 1.98 4/220 10334
/proc/meminfo: memFree=26854156/32770624 swapFree=67108860/67108860
[pid=10319] ppid=10316 vsize=10661056 memory=40208 CPUtime=0.33 cores=0,2,4,6
/proc/10319/stat : 10319 (java) S 10316 10319 6713 0 -1 1077944320 8157 0 0 0 31 2 0 0 20 0 15 0 98272887 10916921344 10052 33554432000 4194304 4196468 140736696131696 140736696114240 139853415448311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
/proc/10319/statm: 2665264 10052 2999 1 0 2627263 0
[pid=10319/tid=10321] ppid=10316 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10319/task/10321/stat : 10321 (java) R 10316 10319 6713 0 -1 4202560 5103 0 0 0 19 1 0 0 20 0 15 0 98272887 10916921344 10118 33554432000 4194304 4196468 140736696131696 139853419680032 139853415470237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10322] ppid=10316 vsize=10661056 memory=365 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10322/stat : 10322 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272888 10916921344 10118 33554432000 4194304 4196468 140736696131696 139853341522192 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10323] ppid=10316 vsize=10661056 memory=139949278317948 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10323/stat : 10323 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272888 10916921344 10118 33554432000 4194304 4196468 140736696131696 139853340469648 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10324] ppid=10316 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10324/stat : 10324 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272888 10916921344 10118 33554432000 4194304 4196468 140736696131696 139853339417104 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10325] ppid=10316 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10325/stat : 10325 (java) S 10316 10319 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98272888 10916921344 10118 33554432000 4194304 4196468 140736696131696 139853338364560 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10326] ppid=10316 vsize=10661056 memory=139949278307968 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10326/stat : 10326 (java) S 10316 10319 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98272889 10916921344 10118 33554432000 4194304 4196468 140736696131696 139852449282544 139853415459458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10327] ppid=10316 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10327/stat : 10327 (java) S 10316 10319 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98272890 10916921344 10118 33554432000 4194304 4196468 140736696131696 139852448228768 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10328] ppid=10316 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10328/stat : 10328 (java) S 10316 10319 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98272890 10916921344 10118 33554432000 4194304 4196468 140736696131696 139852447176176 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10329] ppid=10316 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10329/stat : 10329 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916921344 10118 33554432000 4194304 4196468 140736696131696 139852446124752 139853415466907 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10330] ppid=10316 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10319/task/10330/stat : 10330 (java) R 10316 10319 6713 0 -1 4202560 793 0 0 0 2 0 0 0 20 0 15 0 98272892 10916921344 10118 33554432000 4194304 4196468 140736696131696 139852445071344 139853396148608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10331] ppid=10316 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10319/task/10331/stat : 10331 (java) R 10316 10319 6713 0 -1 1077944384 147 0 0 0 2 0 0 0 20 0 15 0 98272892 10916921344 10118 33554432000 4194304 4196468 140736696131696 139852444018800 139853415459458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10332] ppid=10316 vsize=10661056 memory=139949278307968 CPUtime=0.07 cores=0,2,4,6
/proc/10319/task/10332/stat : 10332 (java) S 10316 10319 6713 0 -1 1077944384 757 0 0 0 7 0 0 0 20 0 15 0 98272892 10916921344 10118 33554432000 4194304 4196468 140736696131696 139852442966256 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10333] ppid=10316 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10333/stat : 10333 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916921344 10118 33554432000 4194304 4196468 140736696131696 139852441913952 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10334] ppid=10316 vsize=10661056 memory=139949278307968 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10334/stat : 10334 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272892 10916921344 10118 33554432000 4194304 4196468 140736696131696 139852440861488 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40208 KiB

[startup+0.310743 s]*
/proc/loadavg: 2.15 2.03 1.98 4/220 10334
/proc/meminfo: memFree=26818040/32770624 swapFree=67108860/67108860
[pid=10319] ppid=10316 vsize=10661132 memory=76840 CPUtime=0.51 cores=0,2,4,6
/proc/10319/stat : 10319 (java) S 10316 10319 6713 0 -1 1077944320 8599 0 0 0 47 4 0 0 20 0 15 0 98272887 10916999168 19210 33554432000 4194304 4196468 140736696131696 140736696114240 139853415448311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
/proc/10319/statm: 2665283 19210 3045 1 0 2627263 0
[pid=10319/tid=10321] ppid=10316 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/10319/task/10321/stat : 10321 (java) R 10316 10319 6713 0 -1 4202560 5360 0 0 0 27 3 0 0 20 0 15 0 98272887 10916999168 19210 33554432000 4194304 4196468 140736696131696 139853419662000 139853399528798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10322] ppid=10316 vsize=10661132 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10322/stat : 10322 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272888 10916999168 19210 33554432000 4194304 4196468 140736696131696 139853341522192 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10323] ppid=10316 vsize=10661132 memory=15113322920224408 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10323/stat : 10323 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272888 10916999168 19210 33554432000 4194304 4196468 140736696131696 139853340469648 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10324] ppid=10316 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10324/stat : 10324 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272888 10916999168 19210 33554432000 4194304 4196468 140736696131696 139853339417104 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10325] ppid=10316 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10325/stat : 10325 (java) S 10316 10319 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98272888 10916999168 19210 33554432000 4194304 4196468 140736696131696 139853338364560 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10326] ppid=10316 vsize=10661132 memory=139949278307968 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10326/stat : 10326 (java) S 10316 10319 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98272889 10916999168 19210 33554432000 4194304 4196468 140736696131696 139852449282544 139853415459458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10327] ppid=10316 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10327/stat : 10327 (java) S 10316 10319 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 19210 33554432000 4194304 4196468 140736696131696 139852448228768 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10328] ppid=10316 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10328/stat : 10328 (java) S 10316 10319 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 19210 33554432000 4194304 4196468 140736696131696 139852447176176 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10329] ppid=10316 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10329/stat : 10329 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 19210 33554432000 4194304 4196468 140736696131696 139852446124752 139853415466907 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10330] ppid=10316 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10319/task/10330/stat : 10330 (java) R 10316 10319 6713 0 -1 1077944384 856 0 0 0 4 0 0 0 20 0 15 0 98272892 10916999168 19210 33554432000 4194304 4196468 140736696131696 139852445071344 139853415459458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10331] ppid=10316 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/10319/task/10331/stat : 10331 (java) R 10316 10319 6713 0 -1 4202560 214 0 0 0 5 0 0 0 20 0 15 0 98272892 10916999168 19210 33554432000 4194304 4196468 140736696131696 139852444018800 139853396627120 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10332] ppid=10316 vsize=10661132 memory=139949278307968 CPUtime=0.1 cores=0,2,4,6
/proc/10319/task/10332/stat : 10332 (java) S 10316 10319 6713 0 -1 1077944384 804 0 0 0 10 0 0 0 20 0 15 0 98272892 10916999168 19210 33554432000 4194304 4196468 140736696131696 139852442966256 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10333] ppid=10316 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10333/stat : 10333 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 19210 33554432000 4194304 4196468 140736696131696 139852441913952 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10334] ppid=10316 vsize=10661132 memory=139949278307968 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10334/stat : 10334 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 19210 33554432000 4194304 4196468 140736696131696 139852440861488 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 76840 KiB

[startup+0.701412 s]
/proc/loadavg: 2.15 2.03 1.98 5/220 10334
/proc/meminfo: memFree=26726724/32770624 swapFree=67108860/67108860
[pid=10319] ppid=10316 vsize=10661132 memory=246028 CPUtime=1.49 cores=0,2,4,6
/proc/10319/stat : 10319 (java) S 10316 10319 6713 0 -1 1077944320 10611 0 0 0 138 11 0 0 20 0 15 0 98272887 10916999168 61507 33554432000 4194304 4196468 140736696131696 140736696114240 139853415448311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
/proc/10319/statm: 2665283 61507 3112 1 0 2627263 0
[pid=10319/tid=10321] ppid=10316 vsize=10661132 memory=16988 CPUtime=0.64 cores=0,2,4,6
/proc/10319/task/10321/stat : 10321 (java) R 10316 10319 6713 0 -1 4202560 5494 0 0 0 60 4 0 0 20 0 15 0 98272887 10916999168 61507 33554432000 4194304 4196468 140736696131696 139853419683880 139853012972729 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10322] ppid=10316 vsize=10661132 memory=18220 CPUtime=0.02 cores=0,2,4,6
/proc/10319/task/10322/stat : 10322 (java) S 10316 10319 6713 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 15 0 98272888 10916999168 61507 33554432000 4194304 4196468 140736696131696 139853341522192 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10323] ppid=10316 vsize=10661132 memory=1788 CPUtime=0.02 cores=0,2,4,6
/proc/10319/task/10323/stat : 10323 (java) S 10316 10319 6713 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 15 0 98272888 10916999168 61507 33554432000 4194304 4196468 140736696131696 139853340469648 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10324] ppid=10316 vsize=10661132 memory=1232 CPUtime=0.02 cores=0,2,4,6
/proc/10319/task/10324/stat : 10324 (java) S 10316 10319 6713 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 15 0 98272888 10916999168 61507 33554432000 4194304 4196468 140736696131696 139853339417104 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10325] ppid=10316 vsize=10661132 memory=644 CPUtime=0.02 cores=0,2,4,6
/proc/10319/task/10325/stat : 10325 (java) S 10316 10319 6713 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 15 0 98272888 10916999168 61507 33554432000 4194304 4196468 140736696131696 139853338364560 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10326] ppid=10316 vsize=10661132 memory=952 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10326/stat : 10326 (java) S 10316 10319 6713 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98272889 10916999168 61507 33554432000 4194304 4196468 140736696131696 139852449282544 139853415459458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10327] ppid=10316 vsize=10661132 memory=2376 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10327/stat : 10327 (java) S 10316 10319 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 61507 33554432000 4194304 4196468 140736696131696 139852448228768 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10328] ppid=10316 vsize=10661132 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10328/stat : 10328 (java) S 10316 10319 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 61507 33554432000 4194304 4196468 140736696131696 139852447176176 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10329] ppid=10316 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10329/stat : 10329 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 61507 33554432000 4194304 4196468 140736696131696 139852446124752 139853415466907 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10330] ppid=10316 vsize=10661132 memory=6081108994580113768 CPUtime=0.23 cores=0,2,4,6
/proc/10319/task/10330/stat : 10330 (java) S 10316 10319 6713 0 -1 1077944384 1486 0 0 0 23 0 0 0 20 0 15 0 98272892 10916999168 61507 33554432000 4194304 4196468 140736696131696 139852445071344 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10331] ppid=10316 vsize=10661132 memory=6154282490091891024 CPUtime=0.28 cores=0,2,4,6
/proc/10319/task/10331/stat : 10331 (java) S 10316 10319 6713 0 -1 1077944384 853 0 0 0 28 0 0 0 20 0 15 0 98272892 10916999168 61507 33554432000 4194304 4196468 140736696131696 139852444018800 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10332] ppid=10316 vsize=10661132 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/10319/task/10332/stat : 10332 (java) S 10316 10319 6713 0 -1 1077944384 1228 0 0 0 18 0 0 0 20 0 15 0 98272892 10916999168 61507 33554432000 4194304 4196468 140736696131696 139852442966256 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10333] ppid=10316 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10333/stat : 10333 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 61507 33554432000 4194304 4196468 140736696131696 139852441913952 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10334] ppid=10316 vsize=10661132 memory=4576 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10334/stat : 10334 (java) S 10316 10319 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 61507 33554432000 4194304 4196468 140736696131696 139852440861488 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 246028 KiB

[startup+1.50097 s]
/proc/loadavg: 2.15 2.03 1.98 4/220 10334
/proc/meminfo: memFree=26582932/32770624 swapFree=67108860/67108860
[pid=10319] ppid=10316 vsize=10661132 memory=460648 CPUtime=2.73 cores=0,2,4,6
/proc/10319/stat : 10319 (java) S 10316 10319 6713 0 -1 1077944320 11722 0 0 0 252 21 0 0 20 0 15 0 98272887 10916999168 115162 33554432000 4194304 4196468 140736696131696 140736696114240 139853415448311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
/proc/10319/statm: 2665283 115162 3133 1 0 2627263 0
[pid=10319/tid=10321] ppid=10316 vsize=10661132 memory=408412 CPUtime=1.39 cores=0,2,4,6
/proc/10319/task/10321/stat : 10321 (java) R 10316 10319 6713 0 -1 4202560 5593 0 0 0 133 6 0 0 20 0 15 0 98272887 10916999168 115162 33554432000 4194304 4196468 140736696131696 139853419686064 139853012335401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10322] ppid=10316 vsize=10661132 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/10319/task/10322/stat : 10322 (java) S 10316 10319 6713 0 -1 1077944384 188 0 0 0 5 3 0 0 20 0 15 0 98272888 10916999168 115162 33554432000 4194304 4196468 140736696131696 139853341522192 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10323] ppid=10316 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10319/task/10323/stat : 10323 (java) S 10316 10319 6713 0 -1 1077944384 265 0 0 0 4 3 0 0 20 0 15 0 98272888 10916999168 115162 33554432000 4194304 4196468 140736696131696 139853340469648 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10324] ppid=10316 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/10319/task/10324/stat : 10324 (java) S 10316 10319 6713 0 -1 1077944384 132 0 0 0 4 2 0 0 20 0 15 0 98272888 10916999168 115162 33554432000 4194304 4196468 140736696131696 139853339417104 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10325] ppid=10316 vsize=10661132 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/10319/task/10325/stat : 10325 (java) S 10316 10319 6713 0 -1 1077944384 184 0 0 0 4 3 0 0 20 0 15 0 98272888 10916999168 115162 33554432000 4194304 4196468 140736696131696 139853338364560 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10326] ppid=10316 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10326/stat : 10326 (java) S 10316 10319 6713 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 98272889 10916999168 115162 33554432000 4194304 4196468 140736696131696 139852449282544 139853415459458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0

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


[startup+6.40142 s]
/proc/loadavg: 2.22 2.05 1.98 5/219 10334
/proc/meminfo: memFree=22172560/32770624 swapFree=67108860/67108860
[pid=10319] ppid=10316 vsize=10661132 memory=4775232 CPUtime=16.86 cores=0,2,4,6
/proc/10319/stat : 10319 (java) S 10316 10319 6713 0 -1 1077944320 47181 0 0 0 1196 490 0 0 20 0 15 0 98272887 10916999168 1193296 33554432000 4194304 4196468 140736696131696 140736696114240 139853415448311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
/proc/10319/statm: 2665283 1193808 3177 1 0 2627263 0
[pid=10319/tid=10321] ppid=10316 vsize=10661132 memory=6791534058613427641 CPUtime=3.22 cores=0,2,4,6
/proc/10319/task/10321/stat : 10321 (java) S 10316 10319 6713 0 -1 1077944384 7606 0 0 0 309 13 0 0 20 0 15 0 98272887 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139853419686912 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10322] ppid=10316 vsize=10661132 memory=4012 CPUtime=2.99 cores=0,2,4,6
/proc/10319/task/10322/stat : 10322 (java) R 10316 10319 6713 0 -1 4202560 6027 0 0 0 191 108 0 0 20 0 15 0 98272888 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139853341522312 139853408548158 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10323] ppid=10316 vsize=10661132 memory=16988 CPUtime=3 cores=0,2,4,6
/proc/10319/task/10323/stat : 10323 (java) R 10316 10319 6713 0 -1 4202560 5532 0 0 0 169 131 0 0 20 0 15 0 98272888 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139853340469648 139853408545147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10324] ppid=10316 vsize=10661132 memory=18220 CPUtime=3 cores=0,2,4,6
/proc/10319/task/10324/stat : 10324 (java) R 10316 10319 6713 0 -1 4202560 5065 0 0 0 190 110 0 0 20 0 15 0 98272888 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139853339417224 139853408548158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10325] ppid=10316 vsize=10661132 memory=1788 CPUtime=3.01 cores=0,2,4,6
/proc/10319/task/10325/stat : 10325 (java) R 10316 10319 6713 0 -1 4202560 7049 0 0 0 180 121 0 0 20 0 15 0 98272888 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139853338364560 139853408548158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10326] ppid=10316 vsize=10661132 memory=1232 CPUtime=0.1 cores=0,2,4,6
/proc/10319/task/10326/stat : 10326 (java) S 10316 10319 6713 0 -1 1077944384 7365 0 0 0 10 0 0 0 20 0 15 0 98272889 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139852449281056 139853415458517 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10327] ppid=10316 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10327/stat : 10327 (java) S 10316 10319 6713 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139852448228832 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10328] ppid=10316 vsize=10661132 memory=952 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10328/stat : 10328 (java) S 10316 10319 6713 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139852447176176 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10329] ppid=10316 vsize=10661132 memory=279898321131624 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10329/stat : 10329 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139852446124752 139853415466907 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10330] ppid=10316 vsize=10661132 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/10319/task/10330/stat : 10330 (java) S 10316 10319 6713 0 -1 1077944384 2927 0 0 0 57 0 0 0 20 0 15 0 98272892 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139852445071344 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10331] ppid=10316 vsize=10661132 memory=-8316900901535099443 CPUtime=0.6 cores=0,2,4,6
/proc/10319/task/10331/stat : 10331 (java) S 10316 10319 6713 0 -1 1077944384 2588 0 0 0 60 0 0 0 20 0 15 0 98272892 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139852444018800 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10332] ppid=10316 vsize=10661132 memory=-6800859132029471843 CPUtime=0.27 cores=0,2,4,6
/proc/10319/task/10332/stat : 10332 (java) S 10316 10319 6713 0 -1 1077944384 1588 0 0 0 27 0 0 0 20 0 15 0 98272892 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139852442966256 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10333] ppid=10316 vsize=10661132 memory=-7091624348563251104 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10333/stat : 10333 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139852441913952 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10334] ppid=10316 vsize=10661132 memory=-7674914008656224160 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10334/stat : 10334 (java) R 10316 10319 6713 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 1193808 33554432000 4194304 4196468 140736696131696 139852440861488 139853415459458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
Current children cumulated CPU time: 16.86 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 4775232 KiB

[startup+9.60141 s]
/proc/loadavg: 2.36 2.08 1.99 7/219 10334
/proc/meminfo: memFree=20174364/32770624 swapFree=67108860/67108860
[pid=10319] ppid=10316 vsize=10661132 memory=7526148 CPUtime=27.18 cores=0,2,4,6
/proc/10319/stat : 10319 (java) S 10316 10319 6713 0 -1 1077944320 135633 0 0 0 1943 775 0 0 20 0 15 0 98272887 10916999168 1881537 33554432000 4194304 4196468 140736696131696 140736696114240 139853415448311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
/proc/10319/statm: 2665283 1881537 3177 1 0 2627263 0
[pid=10319/tid=10321] ppid=10316 vsize=10661132 memory=655370 CPUtime=3.98 cores=0,2,4,6
/proc/10319/task/10321/stat : 10321 (java) S 10316 10319 6713 0 -1 1077944384 7611 0 0 0 385 13 0 0 20 0 15 0 98272887 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139853419686912 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10322] ppid=10316 vsize=10661132 memory=5617136 CPUtime=5.36 cores=0,2,4,6
/proc/10319/task/10322/stat : 10322 (java) R 10316 10319 6713 0 -1 4202560 28108 0 0 0 360 176 0 0 20 0 15 0 98272888 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139853341522192 139853408551335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10323] ppid=10316 vsize=10661132 memory=7234030490512353113 CPUtime=5.4 cores=0,2,4,6
/proc/10319/task/10323/stat : 10323 (java) R 10316 10319 6713 0 -1 4202560 26967 0 0 0 345 195 0 0 20 0 15 0 98272888 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139853340469848 139853408547987 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10324] ppid=10316 vsize=10661132 memory=7956848361274172736 CPUtime=5.38 cores=0,2,4,6
/proc/10319/task/10324/stat : 10324 (java) R 10316 10319 6713 0 -1 4202560 27127 0 0 0 355 183 0 0 20 0 15 0 98272888 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139853339417104 139853408551304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10325] ppid=10316 vsize=10661132 memory=33 CPUtime=5.38 cores=0,2,4,6
/proc/10319/task/10325/stat : 10325 (java) R 10316 10319 6713 0 -1 4202560 28720 0 0 0 337 201 0 0 20 0 15 0 98272888 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139853338364560 139853408551297 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10326] ppid=10316 vsize=10661132 memory=-7965668622128159392 CPUtime=0.14 cores=0,2,4,6
/proc/10319/task/10326/stat : 10326 (java) S 10316 10319 6713 0 -1 1077944384 8561 0 0 0 14 0 0 0 20 0 15 0 98272889 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139852449281088 139853415458517 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10327] ppid=10316 vsize=10661132 memory=279898321579216 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10327/stat : 10327 (java) S 10316 10319 6713 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139852448228832 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10328] ppid=10316 vsize=10661132 memory=5788647689011156329 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10328/stat : 10328 (java) S 10316 10319 6713 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139852447176176 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10329] ppid=10316 vsize=10661132 memory=6009869402765283409 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10329/stat : 10329 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139852446124752 139853415466907 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10330] ppid=10316 vsize=10661132 memory=1444 CPUtime=0.57 cores=0,2,4,6
/proc/10319/task/10330/stat : 10330 (java) S 10316 10319 6713 0 -1 1077944384 2927 0 0 0 57 0 0 0 20 0 15 0 98272892 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139852445071344 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10331] ppid=10316 vsize=10661132 memory=33 CPUtime=0.61 cores=0,2,4,6
/proc/10319/task/10331/stat : 10331 (java) S 10316 10319 6713 0 -1 1077944384 2588 0 0 0 61 0 0 0 20 0 15 0 98272892 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139852444018800 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10332] ppid=10316 vsize=10661132 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/10319/task/10332/stat : 10332 (java) S 10316 10319 6713 0 -1 1077944384 1588 0 0 0 27 0 0 0 20 0 15 0 98272892 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139852442966256 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10333] ppid=10316 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10333/stat : 10333 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139852441913952 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10334] ppid=10316 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10334/stat : 10334 (java) S 10316 10319 6713 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 1881537 33554432000 4194304 4196468 140736696131696 139852440861488 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
Current children cumulated CPU time: 27.18 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7526148 KiB

[startup+11.2008 s]
/proc/loadavg: 2.36 2.08 1.99 7/219 10334
/proc/meminfo: memFree=18511956/32770624 swapFree=67108860/67108860
[pid=10319] ppid=10316 vsize=10661132 memory=8302996 CPUtime=32.45 cores=0,2,4,6
/proc/10319/stat : 10319 (java) S 10316 10319 6713 0 -1 1077944320 157300 0 0 0 2404 841 0 0 20 0 15 0 98272887 10916999168 2075749 33554432000 4194304 4196468 140736696131696 140736696114240 139853415448311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
/proc/10319/statm: 2665283 2075749 3177 1 0 2627263 0
[pid=10319/tid=10321] ppid=10316 vsize=10661132 memory=6944656592455360608 CPUtime=4.13 cores=0,2,4,6
/proc/10319/task/10321/stat : 10321 (java) S 10316 10319 6713 0 -1 1077944384 7615 0 0 0 400 13 0 0 20 0 15 0 98272887 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139853419686912 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10322] ppid=10316 vsize=10661132 memory=8326441112149131687 CPUtime=6.59 cores=0,2,4,6
/proc/10319/task/10322/stat : 10322 (java) R 10316 10319 6713 0 -1 4202560 32640 0 0 0 480 179 0 0 20 0 15 0 98272888 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139853341522192 139853408548034 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10323] ppid=10316 vsize=10661132 memory=-8412652169255943836 CPUtime=6.63 cores=0,2,4,6
/proc/10319/task/10323/stat : 10323 (java) R 10316 10319 6713 0 -1 4202560 39880 0 0 0 436 227 0 0 20 0 15 0 98272888 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139853340469768 139853408076519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10324] ppid=10316 vsize=10661132 memory=-3253322038155611931 CPUtime=6.61 cores=0,2,4,6
/proc/10319/task/10324/stat : 10324 (java) R 10316 10319 6713 0 -1 4202560 30156 0 0 0 465 196 0 0 20 0 15 0 98272888 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139853339416912 139853408076519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10325] ppid=10316 vsize=10661132 memory=7970124041166878227 CPUtime=6.59 cores=0,2,4,6
/proc/10319/task/10325/stat : 10325 (java) R 10316 10319 6713 0 -1 4202560 29175 0 0 0 441 218 0 0 20 0 15 0 98272888 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139853338364680 139853408076519 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10326] ppid=10316 vsize=10661132 memory=5788911507359232418 CPUtime=0.35 cores=0,2,4,6
/proc/10319/task/10326/stat : 10326 (java) S 10316 10319 6713 0 -1 1077944384 9293 0 0 0 34 1 0 0 20 0 15 0 98272889 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139852449281104 139853415458517 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10327] ppid=10316 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10327/stat : 10327 (java) S 10316 10319 6713 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139852448228832 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10328] ppid=10316 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10328/stat : 10328 (java) S 10316 10319 6713 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139852447176176 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10329] ppid=10316 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10329/stat : 10329 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139852446124752 139853415466907 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10330] ppid=10316 vsize=10661132 memory=8302880 CPUtime=0.57 cores=0,2,4,6
/proc/10319/task/10330/stat : 10330 (java) S 10316 10319 6713 0 -1 1077944384 2927 0 0 0 57 0 0 0 20 0 15 0 98272892 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139852445071344 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10331] ppid=10316 vsize=10661132 memory=1720 CPUtime=0.61 cores=0,2,4,6
/proc/10319/task/10331/stat : 10331 (java) S 10316 10319 6713 0 -1 1077944384 2588 0 0 0 61 0 0 0 20 0 15 0 98272892 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139852444018800 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10332] ppid=10316 vsize=10661132 memory=792 CPUtime=0.27 cores=0,2,4,6
/proc/10319/task/10332/stat : 10332 (java) S 10316 10319 6713 0 -1 1077944384 1588 0 0 0 27 0 0 0 20 0 15 0 98272892 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139852442966256 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10333] ppid=10316 vsize=10661132 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10333/stat : 10333 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139852441913952 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10334] ppid=10316 vsize=10661132 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10334/stat : 10334 (java) S 10316 10319 6713 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 2075749 33554432000 4194304 4196468 140736696131696 139852440861488 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
Current children cumulated CPU time: 32.45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8302996 KiB

[startup+12.0014 s]*
/proc/loadavg: 2.36 2.08 1.99 5/219 10334
/proc/meminfo: memFree=18511752/32770624 swapFree=67108860/67108860
[pid=10319] ppid=10316 vsize=10661132 memory=8303156 CPUtime=35.35 cores=0,2,4,6
/proc/10319/stat : 10319 (java) S 10316 10319 6713 0 -1 1077944320 220900 0 0 0 2689 846 0 0 20 0 15 0 98272887 10916999168 2075789 33554432000 4194304 4196468 140736696131696 140736696114240 139853415448311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
/proc/10319/statm: 2665283 2075789 3177 1 0 2627263 0
[pid=10319/tid=10321] ppid=10316 vsize=10661132 memory=6791534058613427641 CPUtime=4.13 cores=0,2,4,6
/proc/10319/task/10321/stat : 10321 (java) S 10316 10319 6713 0 -1 1077944384 7616 0 0 0 400 13 0 0 20 0 15 0 98272887 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139853419686912 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10322] ppid=10316 vsize=10661132 memory=0 CPUtime=7.32 cores=0,2,4,6
/proc/10319/task/10322/stat : 10322 (java) R 10316 10319 6713 0 -1 4202560 96140 0 0 0 549 183 0 0 20 0 15 0 98272888 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139853341522192 139853400433322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10323] ppid=10316 vsize=10661132 memory=0 CPUtime=7.33 cores=0,2,4,6
/proc/10319/task/10323/stat : 10323 (java) R 10316 10319 6713 0 -1 4202560 39881 0 0 0 506 227 0 0 20 0 15 0 98272888 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139853340469648 139853397045343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10324] ppid=10316 vsize=10661132 memory=0 CPUtime=7.32 cores=0,2,4,6
/proc/10319/task/10324/stat : 10324 (java) R 10316 10319 6713 0 -1 4202560 30156 0 0 0 535 197 0 0 20 0 15 0 98272888 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139853339417104 139853400146036 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10325] ppid=10316 vsize=10661132 memory=0 CPUtime=7.28 cores=0,2,4,6
/proc/10319/task/10325/stat : 10325 (java) R 10316 10319 6713 0 -1 1077944384 29175 0 0 0 509 219 0 0 20 0 15 0 98272888 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139853338364560 139853415458517 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10326] ppid=10316 vsize=10661132 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/10319/task/10326/stat : 10326 (java) S 10316 10319 6713 0 -1 1077944384 9391 0 0 0 42 1 0 0 20 0 15 0 98272889 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139852449280880 139853415458517 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10327] ppid=10316 vsize=10661132 memory=3472328296227670329 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10327/stat : 10327 (java) S 10316 10319 6713 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139852448228368 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10328] ppid=10316 vsize=10661132 memory=1399094042500829555 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10328/stat : 10328 (java) S 10316 10319 6713 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98272890 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139852447176176 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10329] ppid=10316 vsize=10661132 memory=-7665536046109432865 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10329/stat : 10329 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139852446124752 139853415466907 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10330] ppid=10316 vsize=10661132 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/10319/task/10330/stat : 10330 (java) S 10316 10319 6713 0 -1 1077944384 2927 0 0 0 57 0 0 0 20 0 15 0 98272892 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139852445071344 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10331] ppid=10316 vsize=10661132 memory=7018141386738909802 CPUtime=0.61 cores=0,2,4,6
/proc/10319/task/10331/stat : 10331 (java) S 10316 10319 6713 0 -1 1077944384 2588 0 0 0 61 0 0 0 20 0 15 0 98272892 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139852444018800 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10332] ppid=10316 vsize=10661132 memory=3472468245505988272 CPUtime=0.27 cores=0,2,4,6
/proc/10319/task/10332/stat : 10332 (java) S 10316 10319 6713 0 -1 1077944384 1588 0 0 0 27 0 0 0 20 0 15 0 98272892 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139852442966256 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10333] ppid=10316 vsize=10661132 memory=8237207281499516975 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10333/stat : 10333 (java) S 10316 10319 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139852441913952 139853415458517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
[pid=10319/tid=10334] ppid=10316 vsize=10661132 memory=3472468244852345573 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10334/stat : 10334 (java) S 10316 10319 6713 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 98272892 10916999168 2075789 33554432000 4194304 4196468 140736696131696 139852440861488 139853415459458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35811328 140736696132728 140736696132873 140736696132873 140736696135631 0
Current children cumulated CPU time: 35.35 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8303156 KiB

[startup+12.2008 s]*
/proc/loadavg: 2.36 2.08 1.99 3/206 10335
/proc/meminfo: memFree=24135556/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): 12.2153
CPU time (s): 35.741
CPU user time (s): 27.2149
CPU system time (s): 8.52602
CPU usage (%): 292.591
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8303344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.2149
system time used= 8.52601
maximum resident set size= 8303344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221064
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= 5636
involuntary context switches= 640


# summary of solver processes directly reported to runsolver:
#   pid: 10319
#   total CPU time (s): 35.741
#   total CPU user time (s): 27.2149
#   total CPU system time (s): 8.52602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.101937 second user time and 0.182032 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-28 21:44:57
IDJOB=4299180
IDBENCH=141304
IDSOLVER=2768
FILE ID=node135/4299180-1532807097
RUNJOBID= node135-1532774549-6744
PBS_JOBID= 21022460
Free space on /tmp= 48348 MiB

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

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=98800728

node135.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.50
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.50
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.50
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.50
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:        26882636 kB
MemAvailable:   31524052 kB
Buffers:          201028 kB
Cached:          4673184 kB
SwapCached:            0 kB
Active:          2075188 kB
Inactive:        3261400 kB
Active(anon):     413516 kB
Inactive(anon):    76932 kB
Active(file):    1661672 kB
Inactive(file):  3184468 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             18744 kB
Writeback:             0 kB
AnonPages:        469724 kB
Mapped:            54608 kB
Shmem:             25248 kB
Slab:             250644 kB
SReclaimable:     222220 kB
SUnreclaim:        28424 kB
KernelStack:        3600 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1565172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48348 MiB
End job on node135 at 2018-07-28 21:45:10