Trace number 4304922

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.2-SuperNGUNSAT 62.3966 44.1082

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f08_c18.xml
MD5SUM2cf96eb4ef0a34305468f9a178fec6f7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.32867
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size36
Distribution of domain sizes[{"size":6,"count":2},{"size":20,"count":4},{"size":22,"count":10},{"size":29,"count":336},{"size":36,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
62.28/44.07	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304922-1534056968/watcher-4304922-1534056968 -o /tmp/evaluation-result-4304922-1534056968/solver-4304922-1534056968 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534038702-32058 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=338618339 -superng HOME/instance-4304922-1534056968.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
Current StackSize limit: 8192 KiB

solver pid=3180, runsolver pid=3177

[startup+0.100061 s]*
/proc/loadavg: 1.25 1.46 1.48 3/210 3237
/proc/meminfo: memFree=16094076/32770624 swapFree=67108688/67108860
[pid=3180] ppid=3177 vsize=10005480 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/3180/stat : 3180 (java) S 3177 3180 30627 0 -1 1077944320 4351 13002 0 0 1 1 5 2 20 0 6 0 223259978 10245611520 4715 33554432000 4194304 4196468 140735567288752 140735567271296 139767690202871 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
/proc/3180/statm: 2501370 4715 1934 1 0 2489808 0
[pid=3180/tid=3233] ppid=3177 vsize=10005480 memory=-8171376296011865461 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3233/stat : 3233 (java) R 3177 3180 30627 0 -1 4202560 2196 13002 0 0 0 0 5 2 20 0 6 0 223259987 10245611520 4780 33554432000 4194304 4196468 140735567288752 139767662039632 139767675514873 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3234] ppid=3177 vsize=10005480 memory=5792869726567804975 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3234/stat : 3234 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 6 0 223259988 10245611520 4780 33554432000 4194304 4196468 140735567288752 139767694445200 139767690213077 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3235] ppid=3177 vsize=10005480 memory=139675867833984 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3235/stat : 3235 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 6 0 223259988 10245611520 4780 33554432000 4194304 4196468 140735567288752 139767565093392 139767690213077 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3236] ppid=3177 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3236/stat : 3236 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 6 0 223259988 10245611520 4780 33554432000 4194304 4196468 140735567288752 139767229241744 139767690213077 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3237] ppid=3177 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3237/stat : 3237 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 6 0 223259988 10245611520 4780 33554432000 4194304 4196468 140735567288752 139767228188944 139767690213077 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209872 s]*
/proc/loadavg: 1.25 1.46 1.48 3/219 3246
/proc/meminfo: memFree=16069832/32770624 swapFree=67108688/67108860
[pid=3180] ppid=3177 vsize=10982696 memory=43792 CPUtime=0.26 cores=0,2,4,6
/proc/3180/stat : 3180 (java) S 3177 3180 30627 0 -1 1077944320 8351 13002 0 0 17 2 5 2 20 0 15 0 223259978 11246280704 10948 33554432000 4194304 4196468 140735567288752 140735567271296 139767690202871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
/proc/3180/statm: 2745674 10948 2937 1 0 2708109 0
[pid=3180/tid=3233] ppid=3177 vsize=10982696 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/3180/task/3233/stat : 3233 (java) R 3177 3180 30627 0 -1 4202560 4877 13002 0 0 10 1 5 2 20 0 15 0 223259987 11246280704 10948 33554432000 4194304 4196468 140735567288752 139767662000528 139767671766409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3234] ppid=3177 vsize=10982696 memory=4294967661 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3234/stat : 3234 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246280704 10948 33554432000 4194304 4196468 140735567288752 139767694445200 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3235] ppid=3177 vsize=10982696 memory=288370052019545728 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3235/stat : 3235 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246280704 10948 33554432000 4194304 4196468 140735567288752 139767565093392 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3236] ppid=3177 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3236/stat : 3236 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246280704 10948 33554432000 4194304 4196468 140735567288752 139767229241744 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3237] ppid=3177 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3237/stat : 3237 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246280704 10948 33554432000 4194304 4196468 140735567288752 139767228188944 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3238] ppid=3177 vsize=10982696 memory=139675867833984 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3238/stat : 3238 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259989 11246280704 10948 33554432000 4194304 4196468 140735567288752 139767183240048 139767690214018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3239] ppid=3177 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3239/stat : 3239 (java) S 3177 3180 30627 0 -1 1077944384 13 13002 0 0 0 0 5 2 20 0 15 0 223259990 11246280704 10948 33554432000 4194304 4196468 140735567288752 139766570935840 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3240] ppid=3177 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3240/stat : 3240 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223259990 11246280704 10948 33554432000 4194304 4196468 140735567288752 139766423086448 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3241] ppid=3177 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3241/stat : 3241 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11246280704 10948 33554432000 4194304 4196468 140735567288752 139766115686736 139767690221467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3242] ppid=3177 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3180/task/3242/stat : 3242 (java) S 3177 3180 30627 0 -1 1077944384 425 13002 0 0 1 0 5 2 20 0 15 0 223259993 11246280704 10948 33554432000 4194304 4196468 140735567288752 139767182186864 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3243] ppid=3177 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3180/task/3243/stat : 3243 (java) S 3177 3180 30627 0 -1 1077944384 192 13002 0 0 1 0 5 2 20 0 15 0 223259993 11246280704 10948 33554432000 4194304 4196468 140735567288752 139767181134064 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3244] ppid=3177 vsize=10982696 memory=139675867833984 CPUtime=0.1 cores=0,2,4,6
/proc/3180/task/3244/stat : 3244 (java) S 3177 3180 30627 0 -1 1077944384 634 13002 0 0 3 0 5 2 20 0 15 0 223259993 11246280704 10948 33554432000 4194304 4196468 140735567288752 139767180081264 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3245] ppid=3177 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3245/stat : 3245 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11246280704 10948 33554432000 4194304 4196468 140735567288752 139765684889824 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3246] ppid=3177 vsize=10982696 memory=139675867833984 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3246/stat : 3246 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223259993 11246280704 10948 33554432000 4194304 4196468 140735567288752 139767179029680 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43792 KiB

[startup+0.310517 s]*
/proc/loadavg: 1.25 1.46 1.48 3/219 3246
/proc/meminfo: memFree=16061024/32770624 swapFree=67108688/67108860
[pid=3180] ppid=3177 vsize=10983192 memory=55152 CPUtime=0.38 cores=0,2,4,6
/proc/3180/stat : 3180 (java) S 3177 3180 30627 0 -1 1077944320 10390 13002 0 0 28 3 5 2 20 0 15 0 223259978 11246788608 13788 33554432000 4194304 4196468 140735567288752 140735567271296 139767690202871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
/proc/3180/statm: 2745798 13788 3069 1 0 2708109 0
[pid=3180/tid=3233] ppid=3177 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/3180/task/3233/stat : 3233 (java) R 3177 3180 30627 0 -1 4202560 6916 13002 0 0 20 1 5 2 20 0 15 0 223259987 11246788608 13788 33554432000 4194304 4196468 140735567288752 139767662025600 139767683302788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3234] ppid=3177 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3234/stat : 3234 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246788608 13788 33554432000 4194304 4196468 140735567288752 139767694445200 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3235] ppid=3177 vsize=10983192 memory=8514701219931451533 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3235/stat : 3235 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246788608 13788 33554432000 4194304 4196468 140735567288752 139767565093392 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3236] ppid=3177 vsize=10983192 memory=1328725297981317182 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3236/stat : 3236 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246788608 13788 33554432000 4194304 4196468 140735567288752 139767229241744 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3237] ppid=3177 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3237/stat : 3237 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246788608 13788 33554432000 4194304 4196468 140735567288752 139767228188944 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3238] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3238/stat : 3238 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259989 11246788608 13788 33554432000 4194304 4196468 140735567288752 139767183240048 139767690214018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3239] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3239/stat : 3239 (java) S 3177 3180 30627 0 -1 1077944384 13 13002 0 0 0 0 5 2 20 0 15 0 223259990 11246788608 13788 33554432000 4194304 4196468 140735567288752 139766570935840 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3240] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3240/stat : 3240 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223259990 11246788608 13788 33554432000 4194304 4196468 140735567288752 139766423086448 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3241] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3241/stat : 3241 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11246788608 13788 33554432000 4194304 4196468 140735567288752 139766115686736 139767690221467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3242] ppid=3177 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3180/task/3242/stat : 3242 (java) R 3177 3180 30627 0 -1 1077944384 428 13002 0 0 1 0 5 2 20 0 15 0 223259993 11246788608 13788 33554432000 4194304 4196468 140735567288752 139767182186864 139767690214018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3243] ppid=3177 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3180/task/3243/stat : 3243 (java) S 3177 3180 30627 0 -1 1077944384 192 13002 0 0 1 0 5 2 20 0 15 0 223259993 11246788608 13788 33554432000 4194304 4196468 140735567288752 139767181134064 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3244] ppid=3177 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/3180/task/3244/stat : 3244 (java) R 3177 3180 30627 0 -1 4202560 646 13002 0 0 5 0 5 2 20 0 15 0 223259993 11246788608 13788 33554432000 4194304 4196468 140735567288752 139767180081264 139767669117840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3245] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3245/stat : 3245 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11246788608 13788 33554432000 4194304 4196468 140735567288752 139765684889824 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3246] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3246/stat : 3246 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223259993 11246788608 13788 33554432000 4194304 4196468 140735567288752 139767179029680 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55152 KiB

[startup+0.70081 s]
/proc/loadavg: 1.25 1.46 1.48 3/219 3246
/proc/meminfo: memFree=16051024/32770624 swapFree=67108688/67108860
[pid=3180] ppid=3177 vsize=10983192 memory=89104 CPUtime=0.99 cores=0,2,4,6
/proc/3180/stat : 3180 (java) S 3177 3180 30627 0 -1 1077944320 16811 13002 0 0 87 5 5 2 20 0 15 0 223259978 11246788608 22276 33554432000 4194304 4196468 140735567288752 140735567271296 139767690202871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
/proc/3180/statm: 2745798 22276 3246 1 0 2708109 0
[pid=3180/tid=3233] ppid=3177 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/3180/task/3233/stat : 3233 (java) R 3177 3180 30627 0 -1 4202560 12305 13002 0 0 56 3 5 2 20 0 15 0 223259987 11246788608 22276 33554432000 4194304 4196468 140735567288752 139767662023696 139767675368526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3234] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3234/stat : 3234 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246788608 22276 33554432000 4194304 4196468 140735567288752 139767694445200 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3235] ppid=3177 vsize=10983192 memory=8242257093008242997 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3235/stat : 3235 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246788608 22276 33554432000 4194304 4196468 140735567288752 139767565093392 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3236] ppid=3177 vsize=10983192 memory=5931329019416957031 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3236/stat : 3236 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246788608 22276 33554432000 4194304 4196468 140735567288752 139767229241744 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3237] ppid=3177 vsize=10983192 memory=5787776803188794432 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3237/stat : 3237 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259988 11246788608 22276 33554432000 4194304 4196468 140735567288752 139767228188944 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3238] ppid=3177 vsize=10983192 memory=170926128 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3238/stat : 3238 (java) S 3177 3180 30627 0 -1 1077944384 5 13002 0 0 0 0 5 2 20 0 15 0 223259989 11246788608 22276 33554432000 4194304 4196468 140735567288752 139767183240048 139767690214018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3239] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3239/stat : 3239 (java) S 3177 3180 30627 0 -1 1077944384 13 13002 0 0 0 0 5 2 20 0 15 0 223259990 11246788608 22276 33554432000 4194304 4196468 140735567288752 139766570935840 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3240] ppid=3177 vsize=10983192 memory=139675867832817 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3240/stat : 3240 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223259990 11246788608 22276 33554432000 4194304 4196468 140735567288752 139766423086448 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3241] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3241/stat : 3241 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11246788608 22276 33554432000 4194304 4196468 140735567288752 139766115686736 139767690221467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3242] ppid=3177 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/3180/task/3242/stat : 3242 (java) S 3177 3180 30627 0 -1 1077944384 670 13002 0 0 6 0 5 2 20 0 15 0 223259993 11246788608 22276 33554432000 4194304 4196468 140735567288752 139767182186864 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3243] ppid=3177 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/3180/task/3243/stat : 3243 (java) S 3177 3180 30627 0 -1 1077944384 882 13002 0 0 10 0 5 2 20 0 15 0 223259993 11246788608 22276 33554432000 4194304 4196468 140735567288752 139767181134064 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3244] ppid=3177 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/3180/task/3244/stat : 3244 (java) S 3177 3180 30627 0 -1 1077944384 728 13002 0 0 13 0 5 2 20 0 15 0 223259993 11246788608 22276 33554432000 4194304 4196468 140735567288752 139767180081264 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3245] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3245/stat : 3245 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11246788608 22276 33554432000 4194304 4196468 140735567288752 139765684889824 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3246] ppid=3177 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3246/stat : 3246 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223259993 11246788608 22276 33554432000 4194304 4196468 140735567288752 139767179029680 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89104 KiB

[startup+1.50073 s]
/proc/loadavg: 1.25 1.46 1.48 3/219 3246
/proc/meminfo: memFree=16004708/32770624 swapFree=67108688/67108860
[pid=3180] ppid=3177 vsize=10993996 memory=232200 CPUtime=3.14 cores=0,2,4,6
/proc/3180/stat : 3180 (java) S 3177 3180 30627 0 -1 1077944320 24460 13002 0 0 297 10 5 2 20 0 15 0 223259978 11257851904 58050 33554432000 4194304 4196468 140735567288752 140735567271296 139767690202871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
/proc/3180/statm: 2748499 58050 3455 1 0 2710157 0
[pid=3180/tid=3233] ppid=3177 vsize=10993996 memory=2856 CPUtime=1.44 cores=0,2,4,6
/proc/3180/task/3233/stat : 3233 (java) R 3177 3180 30627 0 -1 4202560 15514 13002 0 0 131 6 5 2 20 0 15 0 223259987 11257851904 58050 33554432000 4194304 4196468 140735567288752 139767662027528 139767674283358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3234] ppid=3177 vsize=10993996 memory=2836 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3234/stat : 3234 (java) S 3177 3180 30627 0 -1 1077944384 62 13002 0 0 0 0 5 2 20 0 15 0 223259988 11257851904 58050 33554432000 4194304 4196468 140735567288752 139767694445200 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3235] ppid=3177 vsize=10993996 memory=279351518313952 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3235/stat : 3235 (java) S 3177 3180 30627 0 -1 1077944384 7 13002 0 0 0 0 5 2 20 0 15 0 223259988 11257851904 58050 33554432000 4194304 4196468 140735567288752 139767565093392 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3236] ppid=3177 vsize=10993996 memory=7594872541985401708 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3236/stat : 3236 (java) S 3177 3180 30627 0 -1 1077944384 40 13002 0 0 0 0 5 2 20 0 15 0 223259988 11257851904 58050 33554432000 4194304 4196468 140735567288752 139767229241744 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3237] ppid=3177 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3237/stat : 3237 (java) S 3177 3180 30627 0 -1 1077944384 309 13002 0 0 0 0 5 2 20 0 15 0 223259988 11257851904 58050 33554432000 4194304 4196468 140735567288752 139767228188944 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3238] ppid=3177 vsize=10993996 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3238/stat : 3238 (java) S 3177 3180 30627 0 -1 1077944384 23 13002 0 0 0 0 5 2 20 0 15 0 223259989 11257851904 58050 33554432000 4194304 4196468 140735567288752 139767183240048 139767690214018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3239] ppid=3177 vsize=10993996 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3239/stat : 3239 (java) S 3177 3180 30627 0 -1 1077944384 14 13002 0 0 0 0 5 2 20 0 15 0 223259990 11257851904 58050 33554432000 4194304 4196468 140735567288752 139766570935840 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3240] ppid=3177 vsize=10993996 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3240/stat : 3240 (java) S 3177 3180 30627 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223259990 11257851904 58050 33554432000 4194304 4196468 140735567288752 139766423086448 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3241] ppid=3177 vsize=10993996 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3241/stat : 3241 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11257851904 58050 33554432000 4194304 4196468 140735567288752 139766115686736 139767690221467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3242] ppid=3177 vsize=10993996 memory=6944656592387989600 CPUtime=0.58 cores=0,2,4,6
/proc/3180/task/3242/stat : 3242 (java) R 3177 3180 30627 0 -1 4202560 1686 13002 0 0 50 1 5 2 20 0 15 0 223259993 11257851904 58050 33554432000 4194304 4196468 140735567288752 139767182172744 139767671730400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3243] ppid=3177 vsize=10993996 memory=279351518597904 CPUtime=0.64 cores=0,2,4,6
/proc/3180/task/3243/stat : 3243 (java) R 3177 3180 30627 0 -1 4202560 2598 13002 0 0 57 0 5 2 20 0 15 0 223259993 11257851904 58050 33554432000 4194304 4196468 140735567288752 139767181118096 139767671725132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3244] ppid=3177 vsize=10993996 memory=13878 CPUtime=0.62 cores=0,2,4,6
/proc/3180/task/3244/stat : 3244 (java) S 3177 3180 30627 0 -1 1077944384 2005 13002 0 0 55 0 5 2 20 0 15 0 223259993 11257851904 58050 33554432000 4194304 4196468 140735567288752 139767180081264 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3245] ppid=3177 vsize=10993996 memory=25517 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3245/stat : 3245 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11257851904 58050 33554432000 4194304 4196468 140735567288752 139765684889824 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3246] ppid=3177 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3246/stat : 3246 (java) S 3177 3180 30627 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223259993 11257851904 58050 33554432000 4194304 4196468 140735567288752 139767179029680 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 10993996 KiB

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

[pid=3180/tid=3245] ppid=3177 vsize=11080032 memory=27 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3245/stat : 3245 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11345952768 561333 33554432000 4194304 4196468 140735567288752 139765684889824 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3246] ppid=3177 vsize=11080032 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/3180/task/3246/stat : 3246 (java) S 3177 3180 30627 0 -1 1077944384 40 13002 0 0 1 0 5 2 20 0 15 0 223259993 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767179029680 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
Current children cumulated CPU time: 56.56 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2245332 KiB

[startup+41.6008 s]
/proc/loadavg: 1.50 1.49 1.49 3/219 3246
/proc/meminfo: memFree=13897316/32770624 swapFree=67108688/67108860
[pid=3180] ppid=3177 vsize=11080032 memory=2245332 CPUtime=59.8 cores=0,2,4,6
/proc/3180/stat : 3180 (java) S 3177 3180 30627 0 -1 1077944320 92722 13002 0 0 5879 94 5 2 20 0 15 0 223259978 11345952768 561333 33554432000 4194304 4196468 140735567288752 140735567271296 139767690202871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
/proc/3180/statm: 2770008 561333 3534 1 0 2731661 0
[pid=3180/tid=3233] ppid=3177 vsize=11080032 memory=7668620149886899307 CPUtime=41 cores=0,2,4,6
/proc/3180/task/3233/stat : 3233 (java) R 3177 3180 30627 0 -1 4202560 45146 13002 0 0 4057 36 5 2 20 0 15 0 223259987 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767662030768 139767261182610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3234] ppid=3177 vsize=11080032 memory=6083069419450823278 CPUtime=0.47 cores=0,2,4,6
/proc/3180/task/3234/stat : 3234 (java) S 3177 3180 30627 0 -1 1077944384 1381 13002 0 0 29 11 5 2 20 0 15 0 223259988 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767694445200 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3235] ppid=3177 vsize=11080032 memory=6083069419450823278 CPUtime=0.47 cores=0,2,4,6
/proc/3180/task/3235/stat : 3235 (java) S 3177 3180 30627 0 -1 1077944384 1359 13002 0 0 29 11 5 2 20 0 15 0 223259988 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767565093392 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3236] ppid=3177 vsize=11080032 memory=288230574492221466 CPUtime=0.45 cores=0,2,4,6
/proc/3180/task/3236/stat : 3236 (java) S 3177 3180 30627 0 -1 1077944384 479 13002 0 0 27 11 5 2 20 0 15 0 223259988 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767229241744 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3237] ppid=3177 vsize=11080032 memory=288230596050944315 CPUtime=0.47 cores=0,2,4,6
/proc/3180/task/3237/stat : 3237 (java) S 3177 3180 30627 0 -1 1077944384 646 13002 0 0 29 11 5 2 20 0 15 0 223259988 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767228188944 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3238] ppid=3177 vsize=11080032 memory=14696279414409553 CPUtime=0.15 cores=0,2,4,6
/proc/3180/task/3238/stat : 3238 (java) S 3177 3180 30627 0 -1 1077944384 4407 13002 0 0 7 1 5 2 20 0 15 0 223259989 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767183240048 139767690214018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3239] ppid=3177 vsize=11080032 memory=288230600329147713 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3239/stat : 3239 (java) S 3177 3180 30627 0 -1 1077944384 23 13002 0 0 0 0 5 2 20 0 15 0 223259990 11345952768 561333 33554432000 4194304 4196468 140735567288752 139766570935904 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3240] ppid=3177 vsize=11080032 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3240/stat : 3240 (java) S 3177 3180 30627 0 -1 1077944384 12 13002 0 0 0 0 5 2 20 0 15 0 223259990 11345952768 561333 33554432000 4194304 4196468 140735567288752 139766423086464 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3241] ppid=3177 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3241/stat : 3241 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11345952768 561333 33554432000 4194304 4196468 140735567288752 139766115686736 139767690221467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3242] ppid=3177 vsize=11080032 memory=49412 CPUtime=7.24 cores=0,2,4,6
/proc/3180/task/3242/stat : 3242 (java) S 3177 3180 30627 0 -1 1077944384 12183 13002 0 0 714 3 5 2 20 0 15 0 223259993 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767182186864 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3243] ppid=3177 vsize=11080032 memory=6872598998417432672 CPUtime=7.09 cores=0,2,4,6
/proc/3180/task/3243/stat : 3243 (java) S 3177 3180 30627 0 -1 1077944384 11135 13002 0 0 700 2 5 2 20 0 15 0 223259993 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767181134064 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3244] ppid=3177 vsize=11080032 memory=279351518313056 CPUtime=2.89 cores=0,2,4,6
/proc/3180/task/3244/stat : 3244 (java) S 3177 3180 30627 0 -1 1077944384 13712 13002 0 0 279 3 5 2 20 0 15 0 223259993 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767180081264 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3245] ppid=3177 vsize=11080032 memory=756 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3245/stat : 3245 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11345952768 561333 33554432000 4194304 4196468 140735567288752 139765684889824 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3246] ppid=3177 vsize=11080032 memory=4588 CPUtime=0.09 cores=0,2,4,6
/proc/3180/task/3246/stat : 3246 (java) S 3177 3180 30627 0 -1 1077944384 40 13002 0 0 1 1 5 2 20 0 15 0 223259993 11345952768 561333 33554432000 4194304 4196468 140735567288752 139767179029680 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
Current children cumulated CPU time: 59.8 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2245332 KiB

[startup+43.2008 s]
/proc/loadavg: 1.46 1.49 1.49 3/219 3246
/proc/meminfo: memFree=13878328/32770624 swapFree=67108688/67108860
[pid=3180] ppid=3177 vsize=11080032 memory=2264204 CPUtime=61.46 cores=0,2,4,6
/proc/3180/stat : 3180 (java) S 3177 3180 30627 0 -1 1077944320 92858 13002 0 0 6043 96 5 2 20 0 15 0 223259978 11345952768 566051 33554432000 4194304 4196468 140735567288752 140735567271296 139767690202871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
/proc/3180/statm: 2770008 566051 3534 1 0 2731661 0
[pid=3180/tid=3233] ppid=3177 vsize=11080032 memory=14696279414409553 CPUtime=42.58 cores=0,2,4,6
/proc/3180/task/3233/stat : 3233 (java) R 3177 3180 30627 0 -1 4202560 45199 13002 0 0 4215 36 5 2 20 0 15 0 223259987 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767662033632 139767261566189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3234] ppid=3177 vsize=11080032 memory=756 CPUtime=0.49 cores=0,2,4,6
/proc/3180/task/3234/stat : 3234 (java) S 3177 3180 30627 0 -1 1077944384 1392 13002 0 0 30 12 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767694445200 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3235] ppid=3177 vsize=11080032 memory=4588 CPUtime=0.49 cores=0,2,4,6
/proc/3180/task/3235/stat : 3235 (java) S 3177 3180 30627 0 -1 1077944384 1374 13002 0 0 31 11 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767565093392 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3236] ppid=3177 vsize=11080032 memory=2264204 CPUtime=0.47 cores=0,2,4,6
/proc/3180/task/3236/stat : 3236 (java) S 3177 3180 30627 0 -1 1077944384 498 13002 0 0 29 11 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767229241744 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3237] ppid=3177 vsize=11080032 memory=876 CPUtime=0.5 cores=0,2,4,6
/proc/3180/task/3237/stat : 3237 (java) S 3177 3180 30627 0 -1 1077944384 683 13002 0 0 31 12 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767228188944 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3238] ppid=3177 vsize=11080032 memory=5344 CPUtime=0.15 cores=0,2,4,6
/proc/3180/task/3238/stat : 3238 (java) S 3177 3180 30627 0 -1 1077944384 4407 13002 0 0 7 1 5 2 20 0 15 0 223259989 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767183240048 139767690214018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3239] ppid=3177 vsize=11080032 memory=756 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3239/stat : 3239 (java) S 3177 3180 30627 0 -1 1077944384 23 13002 0 0 0 0 5 2 20 0 15 0 223259990 11345952768 566051 33554432000 4194304 4196468 140735567288752 139766570935904 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3240] ppid=3177 vsize=11080032 memory=4588 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3240/stat : 3240 (java) S 3177 3180 30627 0 -1 1077944384 12 13002 0 0 0 0 5 2 20 0 15 0 223259990 11345952768 566051 33554432000 4194304 4196468 140735567288752 139766423086464 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3241] ppid=3177 vsize=11080032 memory=3824 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3241/stat : 3241 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139766115686736 139767690221467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3242] ppid=3177 vsize=11080032 memory=60816 CPUtime=7.24 cores=0,2,4,6
/proc/3180/task/3242/stat : 3242 (java) S 3177 3180 30627 0 -1 1077944384 12183 13002 0 0 714 3 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767182186864 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3243] ppid=3177 vsize=11080032 memory=2316 CPUtime=7.09 cores=0,2,4,6
/proc/3180/task/3243/stat : 3243 (java) S 3177 3180 30627 0 -1 1077944384 11135 13002 0 0 700 2 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767181134064 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3244] ppid=3177 vsize=11080032 memory=1224 CPUtime=2.89 cores=0,2,4,6
/proc/3180/task/3244/stat : 3244 (java) S 3177 3180 30627 0 -1 1077944384 13713 13002 0 0 279 3 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767180081264 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3245] ppid=3177 vsize=11080032 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3245/stat : 3245 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139765684889824 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3246] ppid=3177 vsize=11080032 memory=876 CPUtime=0.09 cores=0,2,4,6
/proc/3180/task/3246/stat : 3246 (java) S 3177 3180 30627 0 -1 1077944384 40 13002 0 0 1 1 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767179029680 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
Current children cumulated CPU time: 61.46 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2264204 KiB

[startup+43.6008 s]
/proc/loadavg: 1.46 1.49 1.49 3/219 3246
/proc/meminfo: memFree=13878328/32770624 swapFree=67108688/67108860
[pid=3180] ppid=3177 vsize=11080032 memory=2264204 CPUtime=61.87 cores=0,2,4,6
/proc/3180/stat : 3180 (java) S 3177 3180 30627 0 -1 1077944320 92858 13002 0 0 6084 96 5 2 20 0 15 0 223259978 11345952768 566051 33554432000 4194304 4196468 140735567288752 140735567271296 139767690202871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
/proc/3180/statm: 2770008 566051 3534 1 0 2731661 0
[pid=3180/tid=3233] ppid=3177 vsize=11080032 memory=508 CPUtime=42.98 cores=0,2,4,6
/proc/3180/task/3233/stat : 3233 (java) R 3177 3180 30627 0 -1 4202560 45199 13002 0 0 4255 36 5 2 20 0 15 0 223259987 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767662033632 139767252795270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3234] ppid=3177 vsize=11080032 memory=1728 CPUtime=0.49 cores=0,2,4,6
/proc/3180/task/3234/stat : 3234 (java) S 3177 3180 30627 0 -1 1077944384 1392 13002 0 0 30 12 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767694445200 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3235] ppid=3177 vsize=11080032 memory=928 CPUtime=0.49 cores=0,2,4,6
/proc/3180/task/3235/stat : 3235 (java) S 3177 3180 30627 0 -1 1077944384 1374 13002 0 0 31 11 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767565093392 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3236] ppid=3177 vsize=11080032 memory=2412 CPUtime=0.47 cores=0,2,4,6
/proc/3180/task/3236/stat : 3236 (java) S 3177 3180 30627 0 -1 1077944384 498 13002 0 0 29 11 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767229241744 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3237] ppid=3177 vsize=11080032 memory=928 CPUtime=0.5 cores=0,2,4,6
/proc/3180/task/3237/stat : 3237 (java) S 3177 3180 30627 0 -1 1077944384 683 13002 0 0 31 12 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767228188944 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3238] ppid=3177 vsize=11080032 memory=1564 CPUtime=0.15 cores=0,2,4,6
/proc/3180/task/3238/stat : 3238 (java) S 3177 3180 30627 0 -1 1077944384 4407 13002 0 0 7 1 5 2 20 0 15 0 223259989 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767183240048 139767690214018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3239] ppid=3177 vsize=11080032 memory=4108 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3239/stat : 3239 (java) S 3177 3180 30627 0 -1 1077944384 23 13002 0 0 0 0 5 2 20 0 15 0 223259990 11345952768 566051 33554432000 4194304 4196468 140735567288752 139766570935904 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3240] ppid=3177 vsize=11080032 memory=2212 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3240/stat : 3240 (java) S 3177 3180 30627 0 -1 1077944384 12 13002 0 0 0 0 5 2 20 0 15 0 223259990 11345952768 566051 33554432000 4194304 4196468 140735567288752 139766423086464 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3241] ppid=3177 vsize=11080032 memory=3984 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3241/stat : 3241 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139766115686736 139767690221467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3242] ppid=3177 vsize=11080032 memory=2036 CPUtime=7.24 cores=0,2,4,6
/proc/3180/task/3242/stat : 3242 (java) S 3177 3180 30627 0 -1 1077944384 12183 13002 0 0 714 3 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767182186864 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3243] ppid=3177 vsize=11080032 memory=7636 CPUtime=7.09 cores=0,2,4,6
/proc/3180/task/3243/stat : 3243 (java) S 3177 3180 30627 0 -1 1077944384 11135 13002 0 0 700 2 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767181134064 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3244] ppid=3177 vsize=11080032 memory=808 CPUtime=2.89 cores=0,2,4,6
/proc/3180/task/3244/stat : 3244 (java) S 3177 3180 30627 0 -1 1077944384 13713 13002 0 0 279 3 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767180081264 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3245] ppid=3177 vsize=11080032 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3245/stat : 3245 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139765684889824 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3246] ppid=3177 vsize=11080032 memory=3128 CPUtime=0.09 cores=0,2,4,6
/proc/3180/task/3246/stat : 3246 (java) S 3177 3180 30627 0 -1 1077944384 40 13002 0 0 1 1 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767179029680 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
Current children cumulated CPU time: 61.87 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2264204 KiB

[startup+44.0008 s]*
/proc/loadavg: 1.46 1.49 1.49 4/219 3246
/proc/meminfo: memFree=13878700/32770624 swapFree=67108688/67108860
[pid=3180] ppid=3177 vsize=11080032 memory=2264204 CPUtime=62.28 cores=0,2,4,6
/proc/3180/stat : 3180 (java) S 3177 3180 30627 0 -1 1077944320 92861 13002 0 0 6125 96 5 2 20 0 15 0 223259978 11345952768 566051 33554432000 4194304 4196468 140735567288752 140735567271296 139767690202871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
/proc/3180/statm: 2770008 566051 3534 1 0 2731661 0
[pid=3180/tid=3233] ppid=3177 vsize=11080032 memory=6935054825532540783 CPUtime=43.39 cores=0,2,4,6
/proc/3180/task/3233/stat : 3233 (java) R 3177 3180 30627 0 -1 4202560 45200 13002 0 0 4296 36 5 2 20 0 15 0 223259987 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767662030368 139767256368576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3234] ppid=3177 vsize=11080032 memory=4872558044660077418 CPUtime=0.49 cores=0,2,4,6
/proc/3180/task/3234/stat : 3234 (java) S 3177 3180 30627 0 -1 1077944384 1392 13002 0 0 30 12 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767694445200 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3235] ppid=3177 vsize=11080032 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/3180/task/3235/stat : 3235 (java) S 3177 3180 30627 0 -1 1077944384 1374 13002 0 0 31 11 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767565093392 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3236] ppid=3177 vsize=11080032 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/3180/task/3236/stat : 3236 (java) S 3177 3180 30627 0 -1 1077944384 498 13002 0 0 29 11 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767229241744 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3237] ppid=3177 vsize=11080032 memory=46724 CPUtime=0.5 cores=0,2,4,6
/proc/3180/task/3237/stat : 3237 (java) S 3177 3180 30627 0 -1 1077944384 683 13002 0 0 31 12 5 2 20 0 15 0 223259988 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767228188944 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3238] ppid=3177 vsize=11080032 memory=279351518965732 CPUtime=0.15 cores=0,2,4,6
/proc/3180/task/3238/stat : 3238 (java) S 3177 3180 30627 0 -1 1077944384 4407 13002 0 0 7 1 5 2 20 0 15 0 223259989 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767183240048 139767690214018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3239] ppid=3177 vsize=11080032 memory=279351518966064 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3239/stat : 3239 (java) S 3177 3180 30627 0 -1 1077944384 23 13002 0 0 0 0 5 2 20 0 15 0 223259990 11345952768 566051 33554432000 4194304 4196468 140735567288752 139766570935904 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3240] ppid=3177 vsize=11080032 memory=279351518966320 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3240/stat : 3240 (java) S 3177 3180 30627 0 -1 1077944384 12 13002 0 0 0 0 5 2 20 0 15 0 223259990 11345952768 566051 33554432000 4194304 4196468 140735567288752 139766423086464 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3241] ppid=3177 vsize=11080032 memory=-7452431979323206951 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3241/stat : 3241 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139766115686736 139767690221467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3242] ppid=3177 vsize=11080032 memory=5297 CPUtime=7.24 cores=0,2,4,6
/proc/3180/task/3242/stat : 3242 (java) S 3177 3180 30627 0 -1 1077944384 12183 13002 0 0 714 3 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767182186864 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3243] ppid=3177 vsize=11080032 memory=0 CPUtime=7.09 cores=0,2,4,6
/proc/3180/task/3243/stat : 3243 (java) S 3177 3180 30627 0 -1 1077944384 11135 13002 0 0 700 2 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767181134064 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3244] ppid=3177 vsize=11080032 memory=-7452431979323206951 CPUtime=2.9 cores=0,2,4,6
/proc/3180/task/3244/stat : 3244 (java) S 3177 3180 30627 0 -1 1077944384 13715 13002 0 0 280 3 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767180081264 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3245] ppid=3177 vsize=11080032 memory=21 CPUtime=0.07 cores=0,2,4,6
/proc/3180/task/3245/stat : 3245 (java) S 3177 3180 30627 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139765684889824 139767690213077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
[pid=3180/tid=3246] ppid=3177 vsize=11080032 memory=-2245088631185882904 CPUtime=0.09 cores=0,2,4,6
/proc/3180/task/3246/stat : 3246 (java) S 3177 3180 30627 0 -1 1077944384 40 13002 0 0 1 1 5 2 20 0 15 0 223259993 11345952768 566051 33554432000 4194304 4196468 140735567288752 139767179029680 139767690214018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140735567293028 140735567295836 140735567295836 140735567298511 0
Current children cumulated CPU time: 62.28 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2264204 KiB

Child status: 0
Real time (s): 44.1082
CPU time (s): 62.3966
CPU user time (s): 61.3804
CPU system time (s): 1.01627
CPU usage (%): 141.463
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 2264204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.3804
system time used= 1.01627
maximum resident set size= 2266328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106032
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= 11116
involuntary context switches= 187


# summary of solver processes directly reported to runsolver:
#   pid: 3180
#   total CPU time (s): 62.3966
#   total CPU user time (s): 61.3804
#   total CPU system time (s): 1.01627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.377412 second user time and 0.37242 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-12 08:56:08
IDJOB=4304922
IDBENCH=141187
IDSOLVER=2781
FILE ID=node134/4304922-1534056968
RUNJOBID= node134-1534038702-32058
PBS_JOBID= 21036961
Free space on /tmp= 42288 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f08_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304922-1534056968/watcher-4304922-1534056968 -o /tmp/evaluation-result-4304922-1534056968/solver-4304922-1534056968 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534038702-32058 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=338618339 -superng HOME/instance-4304922-1534056968.xml

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

MD5SUM BENCH= 2cf96eb4ef0a34305468f9a178fec6f7
RANDOM SEED=338618339

node134.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.68
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.68
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.68
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.68
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:        16102080 kB
MemAvailable:   29743252 kB
Buffers:          187184 kB
Cached:         13601004 kB
SwapCached:           52 kB
Active:          6669536 kB
Inactive:        9330928 kB
Active(anon):    2161232 kB
Inactive(anon):   103128 kB
Active(file):    4508304 kB
Inactive(file):  9227800 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26660 kB
Writeback:             0 kB
AnonPages:       2327608 kB
Mapped:            67144 kB
Shmem:             49652 kB
Slab:             362048 kB
SReclaimable:     333528 kB
SUnreclaim:        28520 kB
KernelStack:        3872 kB
PageTables:        10592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3060468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2091008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42260 MiB
End job on node134 at 2018-08-12 08:56:52