Trace number 4305195

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2SAT 25.4773 17.9451

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.37354
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
25.42/17.91	v <instantiation>
25.42/17.91	v       <list>
25.42/17.91	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34]
25.42/17.91	v       </list>
25.42/17.91	v       <values>
25.42/17.91	v         4 4 1 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14
25.42/17.91	v       </values>
25.42/17.91	v     </instantiation>
25.42/17.91	s SATISFIABLE

Verifier Data

OK	

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 (8660 MiB free)
  memory of node 1: 16384 MiB (9500 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305195-1534138766/watcher-4305195-1534138766 -o /tmp/evaluation-result-4305195-1534138766/solver-4305195-1534138766 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20507 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1995958399 HOME/instance-4305195-1534138766.xml 

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
solver pid=20537, runsolver pid=20530
Current StackSize limit: 8192 KiB


[startup+0.102594 s]*
/proc/loadavg: 1.00 1.01 1.14 3/197 20650
/proc/meminfo: memFree=18574928/32770624 swapFree=67108196/67108860
[pid=20537] ppid=20530 vsize=10005480 memory=16284 CPUtime=0.09 cores=0,2,4,6
/proc/20537/stat : 20537 (java) S 20530 20537 19646 0 -1 1077944320 4222 13199 0 0 0 1 5 3 20 0 6 0 231439836 10245611520 4071 33554432000 4194304 4196468 140735350262592 140735350245136 140488701062903 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
/proc/20537/statm: 2501370 4071 1919 1 0 2489808 0
[pid=20537/tid=20642] ppid=20530 vsize=10005480 memory=-8540663193526752614 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20642/stat : 20642 (java) R 20530 20537 19646 0 -1 4202560 2046 13199 0 0 0 0 5 3 20 0 6 0 231439845 10245611520 4071 33554432000 4194304 4196468 140735350262592 140488672899664 140488701084829 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20647] ppid=20530 vsize=10005480 memory=5793855356951128505 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20647/stat : 20647 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 6 0 231439846 10245611520 4071 33554432000 4194304 4196468 140735350262592 140488705305616 140488701073109 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20648] ppid=20530 vsize=10005480 memory=140105941235328 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20648/stat : 20648 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 6 0 231439846 10245611520 4071 33554432000 4194304 4196468 140735350262592 140488586570896 140488701073109 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20649] ppid=20530 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20649/stat : 20649 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 6 0 231439846 10245611520 4071 33554432000 4194304 4196468 140735350262592 140488585517840 140488701073109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20650] ppid=20530 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20650/stat : 20650 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 6 0 231439846 10245611520 4071 33554432000 4194304 4196468 140735350262592 140488584465296 140488701073109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16284 KiB

[startup+0.209596 s]*
/proc/loadavg: 1.00 1.01 1.14 5/215 20668
/proc/meminfo: memFree=18532188/32770624 swapFree=67108196/67108860
[pid=20537] ppid=20530 vsize=10982744 memory=41308 CPUtime=0.26 cores=0,2,4,6
/proc/20537/stat : 20537 (java) S 20530 20537 19646 0 -1 1077944320 7070 13199 0 0 16 2 5 3 20 0 15 0 231439836 11246329856 10327 33554432000 4194304 4196468 140735350262592 140735350245136 140488701062903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
/proc/20537/statm: 2745686 10327 2946 1 0 2708109 0
[pid=20537/tid=20642] ppid=20530 vsize=10982744 memory=4871374705135476842 CPUtime=0.19 cores=0,2,4,6
/proc/20537/task/20642/stat : 20642 (java) R 20530 20537 19646 0 -1 4202560 3625 13199 0 0 10 1 5 3 20 0 15 0 231439845 11246329856 10327 33554432000 4194304 4196468 140735350262592 140488672858944 140488682626419 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20647] ppid=20530 vsize=10982744 memory=4211973832146025866 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20647/stat : 20647 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246329856 10327 33554432000 4194304 4196468 140735350262592 140488705305616 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20648] ppid=20530 vsize=10982744 memory=140105941235328 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20648/stat : 20648 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246329856 10327 33554432000 4194304 4196468 140735350262592 140488586570896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20649] ppid=20530 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20649/stat : 20649 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246329856 10327 33554432000 4194304 4196468 140735350262592 140488585517840 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20650] ppid=20530 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20650/stat : 20650 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246329856 10327 33554432000 4194304 4196468 140735350262592 140488584465296 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20654] ppid=20530 vsize=10982744 memory=140105941235328 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20654/stat : 20654 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439848 11246329856 10327 33554432000 4194304 4196468 140735350262592 140488194083056 140488701074050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20655] ppid=20530 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20655/stat : 20655 (java) S 20530 20537 19646 0 -1 1077944384 13 13199 0 0 0 0 5 3 20 0 15 0 231439848 11246329856 10327 33554432000 4194304 4196468 140735350262592 140487454352544 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20656] ppid=20530 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20656/stat : 20656 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 231439848 11246329856 10327 33554432000 4194304 4196468 140735350262592 140487306502896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20663] ppid=20530 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20663/stat : 20663 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11246329856 10327 33554432000 4194304 4196468 140735350262592 140486999103440 140488701081499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20664] ppid=20530 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20537/task/20664/stat : 20664 (java) S 20530 20537 19646 0 -1 1077944384 352 13199 0 0 1 0 5 3 20 0 15 0 231439851 11246329856 10327 33554432000 4194304 4196468 140735350262592 140488193030896 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20665] ppid=20530 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20665/stat : 20665 (java) S 20530 20537 19646 0 -1 1077944384 249 13199 0 0 0 0 5 3 20 0 15 0 231439851 11246329856 10327 33554432000 4194304 4196468 140735350262592 140488191978352 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20666] ppid=20530 vsize=10982744 memory=140105941235328 CPUtime=0.11 cores=0,2,4,6
/proc/20537/task/20666/stat : 20666 (java) S 20530 20537 19646 0 -1 1077944384 621 13199 0 0 3 0 5 3 20 0 15 0 231439851 11246329856 10327 33554432000 4194304 4196468 140735350262592 140488190925296 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20667] ppid=20530 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20667/stat : 20667 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11246329856 10327 33554432000 4194304 4196468 140735350262592 140486568307552 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20668] ppid=20530 vsize=10982744 memory=140105941235328 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20668/stat : 20668 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 231439851 11246329856 10327 33554432000 4194304 4196468 140735350262592 140488189872688 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41308 KiB

[startup+0.31001 s]*
/proc/loadavg: 1.00 1.01 1.14 4/215 20668
/proc/meminfo: memFree=18509228/32770624 swapFree=67108196/67108860
[pid=20537] ppid=20530 vsize=10983192 memory=54980 CPUtime=0.38 cores=0,2,4,6
/proc/20537/stat : 20537 (java) S 20530 20537 19646 0 -1 1077944320 10289 13199 0 0 27 3 5 3 20 0 15 0 231439836 11246788608 13679 33554432000 4194304 4196468 140735350262592 140735350245136 140488701062903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
/proc/20537/statm: 2745798 13745 3065 1 0 2708109 0
[pid=20537/tid=20642] ppid=20530 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/20537/task/20642/stat : 20642 (java) R 20530 20537 19646 0 -1 4202560 6925 13199 0 0 18 2 5 3 20 0 15 0 231439845 11246788608 13811 33554432000 4194304 4196468 140735350262592 140488672874912 140488701074838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20647] ppid=20530 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20647/stat : 20647 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246788608 13811 33554432000 4194304 4196468 140735350262592 140488705305616 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20648] ppid=20530 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20648/stat : 20648 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246788608 13811 33554432000 4194304 4196468 140735350262592 140488586570896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20649] ppid=20530 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20649/stat : 20649 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246788608 13811 33554432000 4194304 4196468 140735350262592 140488585517840 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20650] ppid=20530 vsize=10983192 memory=2 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20650/stat : 20650 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246788608 13811 33554432000 4194304 4196468 140735350262592 140488584465296 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20654] ppid=20530 vsize=10983192 memory=140105941235327 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20654/stat : 20654 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439848 11246788608 13811 33554432000 4194304 4196468 140735350262592 140488194083056 140488701074050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20655] ppid=20530 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20655/stat : 20655 (java) S 20530 20537 19646 0 -1 1077944384 13 13199 0 0 0 0 5 3 20 0 15 0 231439848 11246788608 13811 33554432000 4194304 4196468 140735350262592 140487454352544 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20656] ppid=20530 vsize=10983192 memory=140105941235328 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20656/stat : 20656 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 231439848 11246788608 13811 33554432000 4194304 4196468 140735350262592 140487306502896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20663] ppid=20530 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20663/stat : 20663 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11246788608 13811 33554432000 4194304 4196468 140735350262592 140486999103440 140488701081499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20664] ppid=20530 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20537/task/20664/stat : 20664 (java) S 20530 20537 19646 0 -1 1077944384 352 13199 0 0 1 0 5 3 20 0 15 0 231439851 11246788608 13811 33554432000 4194304 4196468 140735350262592 140488193030896 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20665] ppid=20530 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20537/task/20665/stat : 20665 (java) S 20530 20537 19646 0 -1 1077944384 252 13199 0 0 1 0 5 3 20 0 15 0 231439851 11246788608 13811 33554432000 4194304 4196468 140735350262592 140488191978352 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20666] ppid=20530 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/20537/task/20666/stat : 20666 (java) S 20530 20537 19646 0 -1 1077944384 631 13199 0 0 5 0 5 3 20 0 15 0 231439851 11246788608 13811 33554432000 4194304 4196468 140735350262592 140488190925296 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20667] ppid=20530 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20667/stat : 20667 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11246788608 13811 33554432000 4194304 4196468 140735350262592 140486568307552 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20668] ppid=20530 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20668/stat : 20668 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 231439851 11246788608 13811 33554432000 4194304 4196468 140735350262592 140488189872688 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54980 KiB

[startup+0.700884 s]
/proc/loadavg: 1.00 1.01 1.14 4/215 20668
/proc/meminfo: memFree=18487612/32770624 swapFree=67108196/67108860
[pid=20537] ppid=20530 vsize=10983192 memory=88376 CPUtime=0.98 cores=0,2,4,6
/proc/20537/stat : 20537 (java) S 20530 20537 19646 0 -1 1077944320 16748 13199 0 0 86 4 5 3 20 0 15 0 231439836 11246788608 22094 33554432000 4194304 4196468 140735350262592 140735350245136 140488701062903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
/proc/20537/statm: 2745798 22094 3247 1 0 2708109 0
[pid=20537/tid=20642] ppid=20530 vsize=10983192 memory=62772 CPUtime=0.66 cores=0,2,4,6
/proc/20537/task/20642/stat : 20642 (java) R 20530 20537 19646 0 -1 4202560 12167 13199 0 0 55 3 5 3 20 0 15 0 231439845 11246788608 22094 33554432000 4194304 4196468 140735350262592 140488672876800 140488685143390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20647] ppid=20530 vsize=10983192 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20647/stat : 20647 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246788608 22094 33554432000 4194304 4196468 140735350262592 140488705305616 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20648] ppid=20530 vsize=10983192 memory=140105792922115 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20648/stat : 20648 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246788608 22094 33554432000 4194304 4196468 140735350262592 140488586570896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20649] ppid=20530 vsize=10983192 memory=140106128163723 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20649/stat : 20649 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246788608 22094 33554432000 4194304 4196468 140735350262592 140488585517840 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20650] ppid=20530 vsize=10983192 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20650/stat : 20650 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439846 11246788608 22094 33554432000 4194304 4196468 140735350262592 140488584465296 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20654] ppid=20530 vsize=10983192 memory=7305218370954421849 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20654/stat : 20654 (java) S 20530 20537 19646 0 -1 1077944384 5 13199 0 0 0 0 5 3 20 0 15 0 231439848 11246788608 22094 33554432000 4194304 4196468 140735350262592 140488194083056 140488701074050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20655] ppid=20530 vsize=10983192 memory=8025788839814059116 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20655/stat : 20655 (java) S 20530 20537 19646 0 -1 1077944384 13 13199 0 0 0 0 5 3 20 0 15 0 231439848 11246788608 22094 33554432000 4194304 4196468 140735350262592 140487454352544 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20656] ppid=20530 vsize=10983192 memory=6220993253238723945 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20656/stat : 20656 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 231439848 11246788608 22094 33554432000 4194304 4196468 140735350262592 140487306502896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20663] ppid=20530 vsize=10983192 memory=3054156605368933524 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20663/stat : 20663 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11246788608 22094 33554432000 4194304 4196468 140735350262592 140486999103440 140488701081499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20664] ppid=20530 vsize=10983192 memory=8326441112149131689 CPUtime=0.17 cores=0,2,4,6
/proc/20537/task/20664/stat : 20664 (java) S 20530 20537 19646 0 -1 1077944384 963 13199 0 0 9 0 5 3 20 0 15 0 231439851 11246788608 22094 33554432000 4194304 4196468 140735350262592 140488193030896 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20665] ppid=20530 vsize=10983192 memory=7679937539659563834 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20665/stat : 20665 (java) S 20530 20537 19646 0 -1 1077944384 671 13199 0 0 7 0 5 3 20 0 15 0 231439851 11246788608 22094 33554432000 4194304 4196468 140735350262592 140488191978352 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20666] ppid=20530 vsize=10983192 memory=6944656425123485561 CPUtime=0.21 cores=0,2,4,6
/proc/20537/task/20666/stat : 20666 (java) S 20530 20537 19646 0 -1 1077944384 721 13199 0 0 13 0 5 3 20 0 15 0 231439851 11246788608 22094 33554432000 4194304 4196468 140735350262592 140488190925296 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20667] ppid=20530 vsize=10983192 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20667/stat : 20667 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11246788608 22094 33554432000 4194304 4196468 140735350262592 140486568307552 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20668] ppid=20530 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20668/stat : 20668 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 231439851 11246788608 22094 33554432000 4194304 4196468 140735350262592 140488189872688 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88376 KiB

[startup+1.5007 s]
/proc/loadavg: 1.00 1.01 1.14 6/215 20668
/proc/meminfo: memFree=18394388/32770624 swapFree=67108196/67108860
[pid=20537] ppid=20530 vsize=10998092 memory=210216 CPUtime=2.76 cores=0,2,4,6
/proc/20537/stat : 20537 (java) S 20530 20537 19646 0 -1 1077944320 24077 13199 0 0 258 10 5 3 20 0 15 0 231439836 11262046208 52554 33554432000 4194304 4196468 140735350262592 140735350245136 140488701062903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
/proc/20537/statm: 2749523 52554 3476 1 0 2711181 0
[pid=20537/tid=20642] ppid=20530 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/20537/task/20642/stat : 20642 (java) R 20530 20537 19646 0 -1 4202560 16866 13199 0 0 129 6 5 3 20 0 15 0 231439845 11262046208 52554 33554432000 4194304 4196468 140735350262592 140488672880032 140488685143390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20647] ppid=20530 vsize=10998092 memory=102692 CPUtime=0.09 cores=0,2,4,6
/proc/20537/task/20647/stat : 20647 (java) S 20530 20537 19646 0 -1 1077944384 25 13199 0 0 1 0 5 3 20 0 15 0 231439846 11262046208 52554 33554432000 4194304 4196468 140735350262592 140488705305616 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20648] ppid=20530 vsize=10998092 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/20537/task/20648/stat : 20648 (java) S 20530 20537 19646 0 -1 1077944384 11 13199 0 0 1 0 5 3 20 0 15 0 231439846 11262046208 52554 33554432000 4194304 4196468 140735350262592 140488586570896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20649] ppid=20530 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20537/task/20649/stat : 20649 (java) S 20530 20537 19646 0 -1 1077944384 174 13199 0 0 1 0 5 3 20 0 15 0 231439846 11262046208 52554 33554432000 4194304 4196468 140735350262592 140488585517840 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20650] ppid=20530 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20537/task/20650/stat : 20650 (java) S 20530 20537 19646 0 -1 1077944384 65 13199 0 0 1 0 5 3 20 0 15 0 231439846 11262046208 52554 33554432000 4194304 4196468 140735350262592 140488584465296 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20654] ppid=20530 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20537/task/20654/stat : 20654 (java) S 20530 20537 19646 0 -1 1077944384 48 13199 0 0 1 0 5 3 20 0 15 0 231439848 11262046208 52554 33554432000 4194304 4196468 140735350262592 140488194083056 140488701074050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20655] ppid=20530 vsize=10998092 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20655/stat : 20655 (java) S 20530 20537 19646 0 -1 1077944384 13 13199 0 0 0 0 5 3 20 0 15 0 231439848 11262046208 52554 33554432000 4194304 4196468 140735350262592 140487454352608 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20656] ppid=20530 vsize=10998092 memory=4124 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20656/stat : 20656 (java) S 20530 20537 19646 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 231439848 11262046208 52554 33554432000 4194304 4196468 140735350262592 140487306502912 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20663] ppid=20530 vsize=10998092 memory=2092 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20663/stat : 20663 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11262046208 52554 33554432000 4194304 4196468 140735350262592 140486999103440 140488701081499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20664] ppid=20530 vsize=10998092 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/20537/task/20664/stat : 20664 (java) S 20530 20537 19646 0 -1 1077944384 1699 13199 0 0 44 0 5 3 20 0 15 0 231439851 11262046208 52554 33554432000 4194304 4196468 140735350262592 140488193030896 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20665] ppid=20530 vsize=10998092 memory=228814047217354 CPUtime=0.45 cores=0,2,4,6
/proc/20537/task/20665/stat : 20665 (java) S 20530 20537 19646 0 -1 1077944384 1439 13199 0 0 37 0 5 3 20 0 15 0 231439851 11262046208 52554 33554432000 4194304 4196468 140735350262592 140488191978352 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20666] ppid=20530 vsize=10998092 memory=1288726 CPUtime=0.48 cores=0,2,4,6
/proc/20537/task/20666/stat : 20666 (java) S 20530 20537 19646 0 -1 1077944384 1537 13199 0 0 40 0 5 3 20 0 15 0 231439851 11262046208 52554 33554432000 4194304 4196468 140735350262592 140488190925296 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20667] ppid=20530 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20667/stat : 20667 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11262046208 52554 33554432000 4194304 4196468 140735350262592 140486568307552 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20668] ppid=20530 vsize=10998092 memory=4640205495973466192 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20668/stat : 20668 (java) S 20530 20537 19646 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 231439851 11262046208 52554 33554432000 4194304 4196468 140735350262592 140488189872688 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 10998092 KiB

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

[pid=20537/tid=20667] ppid=20530 vsize=11077984 memory=-8614379499087747112 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20667/stat : 20667 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 237487 33554432000 4194304 4196468 140735350262592 140486568307552 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20668] ppid=20530 vsize=11077984 memory=7100839878744574312 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20668/stat : 20668 (java) S 20530 20537 19646 0 -1 1077944384 36 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 237487 33554432000 4194304 4196468 140735350262592 140488189872688 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
Current children cumulated CPU time: 23.48 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 949948 KiB

[startup+16.8007 s]
/proc/loadavg: 1.20 1.06 1.15 4/215 20668
/proc/meminfo: memFree=16689400/32770624 swapFree=67108196/67108860
[pid=20537] ppid=20530 vsize=11077984 memory=952092 CPUtime=24.28 cores=0,2,4,6
/proc/20537/stat : 20537 (java) S 20530 20537 19646 0 -1 1077944320 74419 13199 0 0 2382 38 5 3 20 0 15 0 231439836 11343855616 238023 33554432000 4194304 4196468 140735350262592 140735350245136 140488701062903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
/proc/20537/statm: 2769496 238023 3520 1 0 2731149 0
[pid=20537/tid=20642] ppid=20530 vsize=11077984 memory=7 CPUtime=16.6 cores=0,2,4,6
/proc/20537/task/20642/stat : 20642 (java) R 20530 20537 19646 0 -1 4202560 45844 13199 0 0 1632 20 5 3 20 0 15 0 231439845 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488672897584 140488276733409 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20647] ppid=20530 vsize=11077984 memory=7 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20647/stat : 20647 (java) S 20530 20537 19646 0 -1 1077944384 609 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488705305616 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20648] ppid=20530 vsize=11077984 memory=6 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20648/stat : 20648 (java) S 20530 20537 19646 0 -1 1077944384 1193 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488586570896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20649] ppid=20530 vsize=11077984 memory=949948 CPUtime=0.14 cores=0,2,4,6
/proc/20537/task/20649/stat : 20649 (java) S 20530 20537 19646 0 -1 1077944384 715 13199 0 0 5 1 5 3 20 0 15 0 231439846 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488585517840 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20650] ppid=20530 vsize=11077984 memory=288230596050944315 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20650/stat : 20650 (java) S 20530 20537 19646 0 -1 1077944384 178 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488584465296 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20654] ppid=20530 vsize=11077984 memory=14126766767749247 CPUtime=0.13 cores=0,2,4,6
/proc/20537/task/20654/stat : 20654 (java) S 20530 20537 19646 0 -1 1077944384 5806 13199 0 0 5 0 5 3 20 0 15 0 231439848 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488194083056 140488701074050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20655] ppid=20530 vsize=11077984 memory=11200 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20655/stat : 20655 (java) S 20530 20537 19646 0 -1 1077944384 16 13199 0 0 0 0 5 3 20 0 15 0 231439848 11343855616 238023 33554432000 4194304 4196468 140735350262592 140487454352608 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20656] ppid=20530 vsize=11077984 memory=5060 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20656/stat : 20656 (java) S 20530 20537 19646 0 -1 1077944384 9 13199 0 0 0 0 5 3 20 0 15 0 231439848 11343855616 238023 33554432000 4194304 4196468 140735350262592 140487306502912 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20663] ppid=20530 vsize=11077984 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20663/stat : 20663 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140486999103440 140488701081499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20664] ppid=20530 vsize=11077984 memory=1128 CPUtime=2.97 cores=0,2,4,6
/proc/20537/task/20664/stat : 20664 (java) S 20530 20537 19646 0 -1 1077944384 6439 13199 0 0 288 1 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488193030896 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20665] ppid=20530 vsize=11077984 memory=1944 CPUtime=2.84 cores=0,2,4,6
/proc/20537/task/20665/stat : 20665 (java) S 20530 20537 19646 0 -1 1077944384 5219 13199 0 0 274 2 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488191978352 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20666] ppid=20530 vsize=11077984 memory=1384 CPUtime=1.68 cores=0,2,4,6
/proc/20537/task/20666/stat : 20666 (java) S 20530 20537 19646 0 -1 1077944384 6156 13199 0 0 156 4 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488190925296 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20667] ppid=20530 vsize=11077984 memory=4168 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20667/stat : 20667 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140486568307552 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20668] ppid=20530 vsize=11077984 memory=7852 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20668/stat : 20668 (java) S 20530 20537 19646 0 -1 1077944384 36 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488189872688 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
Current children cumulated CPU time: 24.28 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 952092 KiB

[startup+17.6007 s]
/proc/loadavg: 1.20 1.06 1.15 4/215 20668
/proc/meminfo: memFree=16687344/32770624 swapFree=67108196/67108860
[pid=20537] ppid=20530 vsize=11077984 memory=952092 CPUtime=25.08 cores=0,2,4,6
/proc/20537/stat : 20537 (java) S 20530 20537 19646 0 -1 1077944320 74424 13199 0 0 2462 38 5 3 20 0 15 0 231439836 11343855616 238023 33554432000 4194304 4196468 140735350262592 140735350245136 140488701062903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
/proc/20537/statm: 2769496 238023 3520 1 0 2731149 0
[pid=20537/tid=20642] ppid=20530 vsize=11077984 memory=6791534058613427641 CPUtime=17.4 cores=0,2,4,6
/proc/20537/task/20642/stat : 20642 (java) R 20530 20537 19646 0 -1 4202560 45849 13199 0 0 1712 20 5 3 20 0 15 0 231439845 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488672897472 140488277135451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20647] ppid=20530 vsize=11077984 memory=140105793192224 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20647/stat : 20647 (java) S 20530 20537 19646 0 -1 1077944384 609 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488705305616 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20648] ppid=20530 vsize=11077984 memory=17604 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20648/stat : 20648 (java) S 20530 20537 19646 0 -1 1077944384 1193 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488586570896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20649] ppid=20530 vsize=11077984 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/20537/task/20649/stat : 20649 (java) S 20530 20537 19646 0 -1 1077944384 715 13199 0 0 5 1 5 3 20 0 15 0 231439846 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488585517840 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20650] ppid=20530 vsize=11077984 memory=280211585424568 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20650/stat : 20650 (java) S 20530 20537 19646 0 -1 1077944384 178 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488584465296 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20654] ppid=20530 vsize=11077984 memory=4028 CPUtime=0.13 cores=0,2,4,6
/proc/20537/task/20654/stat : 20654 (java) S 20530 20537 19646 0 -1 1077944384 5806 13199 0 0 5 0 5 3 20 0 15 0 231439848 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488194083056 140488701074050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20655] ppid=20530 vsize=11077984 memory=62772 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20655/stat : 20655 (java) S 20530 20537 19646 0 -1 1077944384 16 13199 0 0 0 0 5 3 20 0 15 0 231439848 11343855616 238023 33554432000 4194304 4196468 140735350262592 140487454352608 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20656] ppid=20530 vsize=11077984 memory=1240 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20656/stat : 20656 (java) S 20530 20537 19646 0 -1 1077944384 9 13199 0 0 0 0 5 3 20 0 15 0 231439848 11343855616 238023 33554432000 4194304 4196468 140735350262592 140487306502912 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20663] ppid=20530 vsize=11077984 memory=949948 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20663/stat : 20663 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140486999103440 140488701081499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20664] ppid=20530 vsize=11077984 memory=1760 CPUtime=2.97 cores=0,2,4,6
/proc/20537/task/20664/stat : 20664 (java) S 20530 20537 19646 0 -1 1077944384 6439 13199 0 0 288 1 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488193030896 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20665] ppid=20530 vsize=11077984 memory=976 CPUtime=2.84 cores=0,2,4,6
/proc/20537/task/20665/stat : 20665 (java) S 20530 20537 19646 0 -1 1077944384 5219 13199 0 0 274 2 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488191978352 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20666] ppid=20530 vsize=11077984 memory=11200 CPUtime=1.68 cores=0,2,4,6
/proc/20537/task/20666/stat : 20666 (java) S 20530 20537 19646 0 -1 1077944384 6156 13199 0 0 156 4 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488190925296 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20667] ppid=20530 vsize=11077984 memory=5060 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20667/stat : 20667 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140486568307552 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20668] ppid=20530 vsize=11077984 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20668/stat : 20668 (java) S 20530 20537 19646 0 -1 1077944384 36 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 238023 33554432000 4194304 4196468 140735350262592 140488189872688 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
Current children cumulated CPU time: 25.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 952092 KiB

[startup+17.8014 s]
/proc/loadavg: 1.20 1.06 1.15 4/215 20668
/proc/meminfo: memFree=16687344/32770624 swapFree=67108196/67108860
[pid=20537] ppid=20530 vsize=11077984 memory=995100 CPUtime=25.29 cores=0,2,4,6
/proc/20537/stat : 20537 (java) S 20530 20537 19646 0 -1 1077944320 74503 13199 0 0 2482 39 5 3 20 0 15 0 231439836 11343855616 248775 33554432000 4194304 4196468 140735350262592 140735350245136 140488701062903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
/proc/20537/statm: 2769496 248775 3520 1 0 2731149 0
[pid=20537/tid=20642] ppid=20530 vsize=11077984 memory=1944 CPUtime=17.6 cores=0,2,4,6
/proc/20537/task/20642/stat : 20642 (java) R 20530 20537 19646 0 -1 4202560 45892 13199 0 0 1731 21 5 3 20 0 15 0 231439845 11343855616 248775 33554432000 4194304 4196468 140735350262592 140488672897232 140488276126255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20647] ppid=20530 vsize=11077984 memory=1384 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20647/stat : 20647 (java) S 20530 20537 19646 0 -1 1077944384 610 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 248775 33554432000 4194304 4196468 140735350262592 140488705305616 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20648] ppid=20530 vsize=11077984 memory=4168 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20648/stat : 20648 (java) S 20530 20537 19646 0 -1 1077944384 1197 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 248775 33554432000 4194304 4196468 140735350262592 140488586570896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20649] ppid=20530 vsize=11077984 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/20537/task/20649/stat : 20649 (java) S 20530 20537 19646 0 -1 1077944384 717 13199 0 0 5 1 5 3 20 0 15 0 231439846 11343855616 248775 33554432000 4194304 4196468 140735350262592 140488585517840 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20650] ppid=20530 vsize=11077984 memory=4032 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20650/stat : 20650 (java) S 20530 20537 19646 0 -1 1077944384 181 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 248775 33554432000 4194304 4196468 140735350262592 140488584465296 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20654] ppid=20530 vsize=11077984 memory=17816 CPUtime=0.13 cores=0,2,4,6
/proc/20537/task/20654/stat : 20654 (java) S 20530 20537 19646 0 -1 1077944384 5832 13199 0 0 5 0 5 3 20 0 15 0 231439848 11343855616 248775 33554432000 4194304 4196468 140735350262592 140488194083056 140488701074050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20655] ppid=20530 vsize=11077984 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20655/stat : 20655 (java) S 20530 20537 19646 0 -1 1077944384 16 13199 0 0 0 0 5 3 20 0 15 0 231439848 11343855616 248775 33554432000 4194304 4196468 140735350262592 140487454352608 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20656] ppid=20530 vsize=11077984 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20656/stat : 20656 (java) S 20530 20537 19646 0 -1 1077944384 9 13199 0 0 0 0 5 3 20 0 15 0 231439848 11343855616 248775 33554432000 4194304 4196468 140735350262592 140487306502912 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20663] ppid=20530 vsize=11077984 memory=1236 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20663/stat : 20663 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 248775 33554432000 4194304 4196468 140735350262592 140486999103440 140488701081499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20664] ppid=20530 vsize=11077984 memory=960 CPUtime=2.97 cores=0,2,4,6
/proc/20537/task/20664/stat : 20664 (java) S 20530 20537 19646 0 -1 1077944384 6439 13199 0 0 288 1 5 3 20 0 15 0 231439851 11343855616 248775 33554432000 4194304 4196468 140735350262592 140488193030896 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20665] ppid=20530 vsize=11077984 memory=2096 CPUtime=2.84 cores=0,2,4,6
/proc/20537/task/20665/stat : 20665 (java) S 20530 20537 19646 0 -1 1077944384 5219 13199 0 0 274 2 5 3 20 0 15 0 231439851 11343855616 248775 33554432000 4194304 4196468 140735350262592 140488191978352 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20666] ppid=20530 vsize=11077984 memory=928 CPUtime=1.68 cores=0,2,4,6
/proc/20537/task/20666/stat : 20666 (java) S 20530 20537 19646 0 -1 1077944384 6156 13199 0 0 156 4 5 3 20 0 15 0 231439851 11343855616 248775 33554432000 4194304 4196468 140735350262592 140488190925296 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20667] ppid=20530 vsize=11077984 memory=1572 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20667/stat : 20667 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 248775 33554432000 4194304 4196468 140735350262592 140486568307552 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20668] ppid=20530 vsize=11077984 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20668/stat : 20668 (java) S 20530 20537 19646 0 -1 1077944384 36 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 248775 33554432000 4194304 4196468 140735350262592 140488189872688 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
Current children cumulated CPU time: 25.29 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 995100 KiB

[startup+17.9008 s]
/proc/loadavg: 1.20 1.06 1.15 4/215 20668
/proc/meminfo: memFree=16687344/32770624 swapFree=67108196/67108860
[pid=20537] ppid=20530 vsize=11077984 memory=995512 CPUtime=25.42 cores=0,2,4,6
/proc/20537/stat : 20537 (java) S 20530 20537 19646 0 -1 1077944320 81060 13199 0 0 2494 40 5 3 20 0 15 0 231439836 11343855616 248878 33554432000 4194304 4196468 140735350262592 140735350245136 140488701062903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
/proc/20537/statm: 2769496 248878 3520 1 0 2731149 0
[pid=20537/tid=20642] ppid=20530 vsize=11077984 memory=988956 CPUtime=17.69 cores=0,2,4,6
/proc/20537/task/20642/stat : 20642 (java) R 20530 20537 19646 0 -1 1077944384 48639 13199 0 0 1740 21 5 3 20 0 15 0 231439845 11343855616 248878 33554432000 4194304 4196468 140735350262592 140488672894992 140488701073109 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20647] ppid=20530 vsize=11077984 memory=949948 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20647/stat : 20647 (java) S 20530 20537 19646 0 -1 1077944384 610 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 248878 33554432000 4194304 4196468 140735350262592 140488705305616 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20648] ppid=20530 vsize=11077984 memory=874024 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20648/stat : 20648 (java) S 20530 20537 19646 0 -1 1077944384 1197 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 248878 33554432000 4194304 4196468 140735350262592 140488586570896 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20649] ppid=20530 vsize=11077984 memory=5 CPUtime=0.14 cores=0,2,4,6
/proc/20537/task/20649/stat : 20649 (java) S 20530 20537 19646 0 -1 1077944384 717 13199 0 0 5 1 5 3 20 0 15 0 231439846 11343855616 248878 33554432000 4194304 4196468 140735350262592 140488585517840 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20650] ppid=20530 vsize=11077984 memory=4 CPUtime=0.15 cores=0,2,4,6
/proc/20537/task/20650/stat : 20650 (java) S 20530 20537 19646 0 -1 1077944384 181 13199 0 0 5 2 5 3 20 0 15 0 231439846 11343855616 248878 33554432000 4194304 4196468 140735350262592 140488584465296 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20654] ppid=20530 vsize=11077984 memory=4028 CPUtime=0.14 cores=0,2,4,6
/proc/20537/task/20654/stat : 20654 (java) S 20530 20537 19646 0 -1 1077944384 6504 13199 0 0 5 1 5 3 20 0 15 0 231439848 11343855616 248878 33554432000 4194304 4196468 140735350262592 140488194083056 140488701074050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20655] ppid=20530 vsize=11077984 memory=62772 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20655/stat : 20655 (java) S 20530 20537 19646 0 -1 1077944384 16 13199 0 0 0 0 5 3 20 0 15 0 231439848 11343855616 248878 33554432000 4194304 4196468 140735350262592 140487454352608 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20656] ppid=20530 vsize=11077984 memory=1240 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20656/stat : 20656 (java) S 20530 20537 19646 0 -1 1077944384 9 13199 0 0 0 0 5 3 20 0 15 0 231439848 11343855616 248878 33554432000 4194304 4196468 140735350262592 140487306502912 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20663] ppid=20530 vsize=11077984 memory=303430223234596890 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20663/stat : 20663 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 248878 33554432000 4194304 4196468 140735350262592 140486999103440 140488701081499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20664] ppid=20530 vsize=11077984 memory=288230596050944315 CPUtime=2.98 cores=0,2,4,6
/proc/20537/task/20664/stat : 20664 (java) S 20530 20537 19646 0 -1 1077944384 7542 13199 0 0 289 1 5 3 20 0 15 0 231439851 11343855616 248878 33554432000 4194304 4196468 140735350262592 140488193030896 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20665] ppid=20530 vsize=11077984 memory=14126766767749247 CPUtime=2.85 cores=0,2,4,6
/proc/20537/task/20665/stat : 20665 (java) R 20530 20537 19646 0 -1 4202560 5878 13199 0 0 275 2 5 3 20 0 15 0 231439851 11343855616 248878 33554432000 4194304 4196468 140735350262592 140488191978352 140488701074838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20666] ppid=20530 vsize=11077984 memory=56 CPUtime=1.69 cores=0,2,4,6
/proc/20537/task/20666/stat : 20666 (java) R 20530 20537 19646 0 -1 4202560 7606 13199 0 0 157 4 5 3 20 0 15 0 231439851 11343855616 248878 33554432000 4194304 4196468 140735350262592 140488190923696 140488701084250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20667] ppid=20530 vsize=11077984 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20667/stat : 20667 (java) S 20530 20537 19646 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 248878 33554432000 4194304 4196468 140735350262592 140486568307552 140488701073109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
[pid=20537/tid=20668] ppid=20530 vsize=11077984 memory=5865491479076426066 CPUtime=0.08 cores=0,2,4,6
/proc/20537/task/20668/stat : 20668 (java) S 20530 20537 19646 0 -1 1077944384 36 13199 0 0 0 0 5 3 20 0 15 0 231439851 11343855616 248878 33554432000 4194304 4196468 140735350262592 140488189872688 140488701074050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34336768 140735350266476 140735350269276 140735350269276 140735350271951 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 995512 KiB

Child status: 0
Real time (s): 17.9451
CPU time (s): 25.4773
CPU user time (s): 25.0217
CPU system time (s): 0.455614
CPU usage (%): 141.974
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 995512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.0217
system time used= 0.455614
maximum resident set size= 997768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94968
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7732
involuntary context switches= 77


# summary of solver processes directly reported to runsolver:
#   pid: 20537
#   total CPU time (s): 25.4773
#   total CPU user time (s): 25.0217
#   total CPU system time (s): 0.455614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.119957 second user time and 0.206959 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 07:39:26
IDJOB=4305195
IDBENCH=141582
IDSOLVER=2780
FILE ID=node151/4305195-1534138766
RUNJOBID= node151-1534138766-20507
PBS_JOBID= 21037016
Free space on /tmp= 41256 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Frb/frb-35-17-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305195-1534138766/watcher-4305195-1534138766 -o /tmp/evaluation-result-4305195-1534138766/solver-4305195-1534138766 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20507 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1995958399 HOME/instance-4305195-1534138766.xml

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=1995958399

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:        18597660 kB
MemAvailable:   31906256 kB
Buffers:          216648 kB
Cached:         13205020 kB
SwapCached:           16 kB
Active:          5878036 kB
Inactive:        7596928 kB
Active(anon):       2884 kB
Inactive(anon):   102576 kB
Active(file):    5875152 kB
Inactive(file):  7494352 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             53796 kB
Writeback:             0 kB
AnonPages:         61492 kB
Mapped:            60432 kB
Shmem:             49524 kB
Slab:             395632 kB
SReclaimable:     367552 kB
SUnreclaim:        28080 kB
KernelStack:        3168 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 41200 MiB
End job on node151 at 2018-08-13 07:39:45