Trace number 4305093

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.789 16.5257

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
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 benchmark0.267621
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
25.75/16.50	v <instantiation>
25.75/16.50	v       <list>
25.75/16.50	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6]
25.75/16.50	v       </list>
25.75/16.50	v       <values>
25.75/16.50	v         15 0 19 4 17 13 4 0 21 8 11 8 4 18 11 4 12 1 14 20 18 4 11 12 4 11 7 0 19 20 4 11 14 20 15 18 24 11 11 0 1 0
25.75/16.50	v       </values>
25.75/16.50	v     </instantiation>
25.75/16.50	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 (8684 MiB free)
  memory of node 1: 16384 MiB (7868 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305093-1534112760/watcher-4305093-1534112760 -o /tmp/evaluation-result-4305093-1534112760/solver-4305093-1534112760 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13174 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1628111398 HOME/instance-4305093-1534112760.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=16178, runsolver pid=16175

[startup+0.100109 s]*
/proc/loadavg: 1.86 1.52 1.43 3/202 16231
/proc/meminfo: memFree=16945176/32770624 swapFree=67108196/67108860
[pid=16178] ppid=16175 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/16178/stat : 16178 (java) S 16175 16178 13143 0 -1 1077944320 4204 13210 0 0 1 0 5 3 20 0 6 0 228839166 10245611520 4582 33554432000 4194304 4196468 140732043045456 140732043028000 139643507023607 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
/proc/16178/statm: 2501370 4582 1930 1 0 2489808 0
[pid=16178/tid=16231] ppid=16175 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16231/stat : 16231 (java) R 16175 16178 13143 0 -1 4202560 2019 13210 0 0 0 0 5 3 20 0 6 0 228839175 10245611520 4582 33554432000 4194304 4196468 140732043045456 139643478860368 139643507045533 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16232] ppid=16175 vsize=10005480 memory=5793855555718101433 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16232/stat : 16232 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 6 0 228839176 10245611520 4582 33554432000 4194304 4196468 140732043045456 139643511266192 139643507033813 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16233] ppid=16175 vsize=10005480 memory=140304708208256 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16233/stat : 16233 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 6 0 228839176 10245611520 4582 33554432000 4194304 4196468 140732043045456 139643365985040 139643507033813 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16234] ppid=16175 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16234/stat : 16234 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 6 0 228839176 10245611520 4582 33554432000 4194304 4196468 140732043045456 139643364932752 139643507033813 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16235] ppid=16175 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16235/stat : 16235 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 6 0 228839176 10245611520 4582 33554432000 4194304 4196468 140732043045456 139643363879952 139643507033813 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209778 s]*
/proc/loadavg: 1.86 1.52 1.43 3/215 16244
/proc/meminfo: memFree=16921420/32770624 swapFree=67108196/67108860
[pid=16178] ppid=16175 vsize=10982744 memory=43120 CPUtime=0.26 cores=0,2,4,6
/proc/16178/stat : 16178 (java) S 16175 16178 13143 0 -1 1077944320 6947 13210 0 0 16 2 5 3 20 0 15 0 228839166 11246329856 10780 33554432000 4194304 4196468 140732043045456 140732043028000 139643507023607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
/proc/16178/statm: 2745686 10780 2984 1 0 2708109 0
[pid=16178/tid=16231] ppid=16175 vsize=10982744 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/16178/task/16231/stat : 16231 (java) R 16175 16178 13143 0 -1 4202560 3536 13210 0 0 10 1 5 3 20 0 15 0 228839175 11246329856 10846 33554432000 4194304 4196468 140732043045456 139643478846568 139643487299435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16232] ppid=16175 vsize=10982744 memory=4211974030912998794 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16232/stat : 16232 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246329856 10846 33554432000 4194304 4196468 140732043045456 139643511266192 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16233] ppid=16175 vsize=10982744 memory=140304708208256 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16233/stat : 16233 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246329856 10846 33554432000 4194304 4196468 140732043045456 139643365985040 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16234] ppid=16175 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16234/stat : 16234 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246329856 10846 33554432000 4194304 4196468 140732043045456 139643364932752 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16235] ppid=16175 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16235/stat : 16235 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246329856 10846 33554432000 4194304 4196468 140732043045456 139643363879952 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16236] ppid=16175 vsize=10982744 memory=140304708208256 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16236/stat : 16236 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 228839178 11246329856 10846 33554432000 4194304 4196468 140732043045456 139642933033072 139643507034754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16237] ppid=16175 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16237/stat : 16237 (java) S 16175 16178 13143 0 -1 1077944384 13 13210 0 0 0 0 5 3 20 0 15 0 228839178 11246329856 10846 33554432000 4194304 4196468 140732043045456 139642338796320 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16238] ppid=16175 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16238/stat : 16238 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839178 11246329856 10846 33554432000 4194304 4196468 140732043045456 139642137470064 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16239] ppid=16175 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16239/stat : 16239 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11246329856 10912 33554432000 4194304 4196468 140732043045456 139641830070352 139643507042203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16240] ppid=16175 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16178/task/16240/stat : 16240 (java) S 16175 16178 13143 0 -1 1077944384 553 13210 0 0 1 0 5 3 20 0 15 0 228839181 11246329856 10912 33554432000 4194304 4196468 140732043045456 139642931980912 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16241] ppid=16175 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16178/task/16241/stat : 16241 (java) S 16175 16178 13143 0 -1 1077944384 66 13210 0 0 1 0 5 3 20 0 15 0 228839181 11246329856 10912 33554432000 4194304 4196468 140732043045456 139642930928112 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16242] ppid=16175 vsize=10982744 memory=140304708208256 CPUtime=0.11 cores=0,2,4,6
/proc/16178/task/16242/stat : 16242 (java) S 16175 16178 13143 0 -1 1077944384 612 13210 0 0 3 0 5 3 20 0 15 0 228839181 11246329856 10912 33554432000 4194304 4196468 140732043045456 139642929875824 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16243] ppid=16175 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16243/stat : 16243 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11246329856 10912 33554432000 4194304 4196468 140732043045456 139641399274464 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16244] ppid=16175 vsize=10982744 memory=140304708208256 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16244/stat : 16244 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839181 11246329856 10912 33554432000 4194304 4196468 140732043045456 139642928822704 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43120 KiB

[startup+0.310016 s]*
/proc/loadavg: 1.86 1.52 1.43 4/215 16244
/proc/meminfo: memFree=16908288/32770624 swapFree=67108196/67108860
[pid=16178] ppid=16175 vsize=10983192 memory=56760 CPUtime=0.38 cores=0,2,4,6
/proc/16178/stat : 16178 (java) S 16175 16178 13143 0 -1 1077944320 10167 13210 0 0 27 3 5 3 20 0 15 0 228839166 11246788608 14190 33554432000 4194304 4196468 140732043045456 140732043028000 139643507023607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
/proc/16178/statm: 2745798 14190 3103 1 0 2708109 0
[pid=16178/tid=16231] ppid=16175 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/16178/task/16231/stat : 16231 (java) R 16175 16178 13143 0 -1 4202560 6794 13210 0 0 19 2 5 3 20 0 15 0 228839175 11246788608 14256 33554432000 4194304 4196468 140732043045456 139643478835616 139643507045533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16232] ppid=16175 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16232/stat : 16232 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246788608 14256 33554432000 4194304 4196468 140732043045456 139643511266192 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16233] ppid=16175 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16233/stat : 16233 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246788608 14256 33554432000 4194304 4196468 140732043045456 139643365985040 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16234] ppid=16175 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16234/stat : 16234 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246788608 14256 33554432000 4194304 4196468 140732043045456 139643364932752 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16235] ppid=16175 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16235/stat : 16235 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246788608 14256 33554432000 4194304 4196468 140732043045456 139643363879952 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16236] ppid=16175 vsize=10983192 memory=140304708208255 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16236/stat : 16236 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 228839178 11246788608 14256 33554432000 4194304 4196468 140732043045456 139642933033072 139643507034754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16237] ppid=16175 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16237/stat : 16237 (java) S 16175 16178 13143 0 -1 1077944384 13 13210 0 0 0 0 5 3 20 0 15 0 228839178 11246788608 14256 33554432000 4194304 4196468 140732043045456 139642338796320 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16238] ppid=16175 vsize=10983192 memory=140304708208256 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16238/stat : 16238 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839178 11246788608 14256 33554432000 4194304 4196468 140732043045456 139642137470064 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16239] ppid=16175 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16239/stat : 16239 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11246788608 14256 33554432000 4194304 4196468 140732043045456 139641830070352 139643507042203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16240] ppid=16175 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16178/task/16240/stat : 16240 (java) S 16175 16178 13143 0 -1 1077944384 553 13210 0 0 1 0 5 3 20 0 15 0 228839181 11246788608 14256 33554432000 4194304 4196468 140732043045456 139642931980912 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16241] ppid=16175 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16178/task/16241/stat : 16241 (java) S 16175 16178 13143 0 -1 1077944384 67 13210 0 0 1 0 5 3 20 0 15 0 228839181 11246788608 14256 33554432000 4194304 4196468 140732043045456 139642930928112 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16242] ppid=16175 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16178/task/16242/stat : 16242 (java) S 16175 16178 13143 0 -1 1077944384 622 13210 0 0 4 0 5 3 20 0 15 0 228839181 11246788608 14256 33554432000 4194304 4196468 140732043045456 139642929875824 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16243] ppid=16175 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16243/stat : 16243 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11246788608 14256 33554432000 4194304 4196468 140732043045456 139641399274464 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16244] ppid=16175 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16244/stat : 16244 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839181 11246788608 14256 33554432000 4194304 4196468 140732043045456 139642928822704 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56760 KiB

[startup+0.700699 s]
/proc/loadavg: 1.86 1.52 1.43 3/215 16244
/proc/meminfo: memFree=16897744/32770624 swapFree=67108196/67108860
[pid=16178] ppid=16175 vsize=10983192 memory=89052 CPUtime=0.98 cores=0,2,4,6
/proc/16178/stat : 16178 (java) S 16175 16178 13143 0 -1 1077944320 16386 13210 0 0 85 5 5 3 20 0 15 0 228839166 11246788608 22263 33554432000 4194304 4196468 140732043045456 140732043028000 139643507023607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
/proc/16178/statm: 2745798 22263 3238 1 0 2708109 0
[pid=16178/tid=16231] ppid=16175 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/16178/task/16231/stat : 16231 (java) R 16175 16178 13143 0 -1 4202560 11823 13210 0 0 55 4 5 3 20 0 15 0 228839175 11246788608 22263 33554432000 4194304 4196468 140732043045456 139643478846608 139643491104094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16232] ppid=16175 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16232/stat : 16232 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246788608 22263 33554432000 4194304 4196468 140732043045456 139643511266192 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16233] ppid=16175 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16233/stat : 16233 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246788608 22263 33554432000 4194304 4196468 140732043045456 139643365985040 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16234] ppid=16175 vsize=10983192 memory=3472468599988492098 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16234/stat : 16234 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246788608 22263 33554432000 4194304 4196468 140732043045456 139643364932752 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16235] ppid=16175 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16235/stat : 16235 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 228839176 11246788608 22263 33554432000 4194304 4196468 140732043045456 139643363879952 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16236] ppid=16175 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16236/stat : 16236 (java) S 16175 16178 13143 0 -1 1077944384 5 13210 0 0 0 0 5 3 20 0 15 0 228839178 11246788608 22263 33554432000 4194304 4196468 140732043045456 139642933033072 139643507034754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16237] ppid=16175 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16237/stat : 16237 (java) S 16175 16178 13143 0 -1 1077944384 13 13210 0 0 0 0 5 3 20 0 15 0 228839178 11246788608 22263 33554432000 4194304 4196468 140732043045456 139642338796320 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16238] ppid=16175 vsize=10983192 memory=4028 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16238/stat : 16238 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839178 11246788608 22263 33554432000 4194304 4196468 140732043045456 139642137470064 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16239] ppid=16175 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16239/stat : 16239 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11246788608 22263 33554432000 4194304 4196468 140732043045456 139641830070352 139643507042203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16240] ppid=16175 vsize=10983192 memory=280609138161696 CPUtime=0.17 cores=0,2,4,6
/proc/16178/task/16240/stat : 16240 (java) S 16175 16178 13143 0 -1 1077944384 1214 13210 0 0 9 0 5 3 20 0 15 0 228839181 11246788608 22263 33554432000 4194304 4196468 140732043045456 139642931980912 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16241] ppid=16175 vsize=10983192 memory=6916 CPUtime=0.15 cores=0,2,4,6
/proc/16178/task/16241/stat : 16241 (java) S 16175 16178 13143 0 -1 1077944384 450 13210 0 0 7 0 5 3 20 0 15 0 228839181 11246788608 22263 33554432000 4194304 4196468 140732043045456 139642930928112 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16242] ppid=16175 vsize=10983192 memory=2244 CPUtime=0.21 cores=0,2,4,6
/proc/16178/task/16242/stat : 16242 (java) S 16175 16178 13143 0 -1 1077944384 675 13210 0 0 13 0 5 3 20 0 15 0 228839181 11246788608 22263 33554432000 4194304 4196468 140732043045456 139642929875824 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16243] ppid=16175 vsize=10983192 memory=280609138177664 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16243/stat : 16243 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11246788608 22263 33554432000 4194304 4196468 140732043045456 139641399274464 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16244] ppid=16175 vsize=10983192 memory=280609138147568 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16244/stat : 16244 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839181 11246788608 22263 33554432000 4194304 4196468 140732043045456 139642928822704 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89052 KiB

[startup+1.50659 s]
/proc/loadavg: 1.87 1.52 1.44 3/215 16244
/proc/meminfo: memFree=16856896/32770624 swapFree=67108196/67108860
[pid=16178] ppid=16175 vsize=10993996 memory=238472 CPUtime=2.85 cores=0,2,4,6
/proc/16178/stat : 16178 (java) S 16175 16178 13143 0 -1 1077944320 22339 13210 0 0 267 10 5 3 20 0 15 0 228839166 11257851904 59618 33554432000 4194304 4196468 140732043045456 140732043028000 139643507023607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
/proc/16178/statm: 2748499 59618 3467 1 0 2710157 0
[pid=16178/tid=16231] ppid=16175 vsize=10993996 memory=102384 CPUtime=1.46 cores=0,2,4,6
/proc/16178/task/16231/stat : 16231 (java) R 16175 16178 13143 0 -1 4202560 15335 13210 0 0 131 7 5 3 20 0 15 0 228839175 11257851904 59618 33554432000 4194304 4196468 140732043045456 139643478854864 139643492703729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16232] ppid=16175 vsize=10993996 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16232/stat : 16232 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839176 11257851904 59618 33554432000 4194304 4196468 140732043045456 139643511266192 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16233] ppid=16175 vsize=10993996 memory=280609138499808 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16233/stat : 16233 (java) S 16175 16178 13143 0 -1 1077944384 312 13210 0 0 0 0 5 3 20 0 15 0 228839176 11257851904 59618 33554432000 4194304 4196468 140732043045456 139643365985040 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16234] ppid=16175 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16234/stat : 16234 (java) S 16175 16178 13143 0 -1 1077944384 21 13210 0 0 0 0 5 3 20 0 15 0 228839176 11257851904 59618 33554432000 4194304 4196468 140732043045456 139643364932752 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16235] ppid=16175 vsize=10993996 memory=139509127741152 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16235/stat : 16235 (java) S 16175 16178 13143 0 -1 1077944384 35 13210 0 0 0 0 5 3 20 0 15 0 228839176 11257851904 59618 33554432000 4194304 4196468 140732043045456 139643363879952 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16236] ppid=16175 vsize=10993996 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16236/stat : 16236 (java) S 16175 16178 13143 0 -1 1077944384 88 13210 0 0 0 0 5 3 20 0 15 0 228839178 11257851904 59618 33554432000 4194304 4196468 140732043045456 139642933033072 139643507034754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16237] ppid=16175 vsize=10993996 memory=14126766767740366 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16237/stat : 16237 (java) S 16175 16178 13143 0 -1 1077944384 14 13210 0 0 0 0 5 3 20 0 15 0 228839178 11257851904 59618 33554432000 4194304 4196468 140732043045456 139642338796320 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16238] ppid=16175 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16238/stat : 16238 (java) S 16175 16178 13143 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 228839178 11257851904 59618 33554432000 4194304 4196468 140732043045456 139642137470064 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16239] ppid=16175 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16239/stat : 16239 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11257851904 59618 33554432000 4194304 4196468 140732043045456 139641830070352 139643507042203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16240] ppid=16175 vsize=10993996 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/16178/task/16240/stat : 16240 (java) S 16175 16178 13143 0 -1 1077944384 1847 13210 0 0 52 0 5 3 20 0 15 0 228839181 11257851904 59618 33554432000 4194304 4196468 140732043045456 139642931980912 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16241] ppid=16175 vsize=10993996 memory=-2127768697309649800 CPUtime=0.53 cores=0,2,4,6
/proc/16178/task/16241/stat : 16241 (java) S 16175 16178 13143 0 -1 1077944384 1203 13210 0 0 45 0 5 3 20 0 15 0 228839181 11257851904 59618 33554432000 4194304 4196468 140732043045456 139642930928112 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16242] ppid=16175 vsize=10993996 memory=223 CPUtime=0.43 cores=0,2,4,6
/proc/16178/task/16242/stat : 16242 (java) S 16175 16178 13143 0 -1 1077944384 1281 13210 0 0 35 0 5 3 20 0 15 0 228839181 11257851904 59618 33554432000 4194304 4196468 140732043045456 139642929875824 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16243] ppid=16175 vsize=10993996 memory=118 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16243/stat : 16243 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11257851904 59618 33554432000 4194304 4196468 140732043045456 139641399274464 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16244] ppid=16175 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16244/stat : 16244 (java) S 16175 16178 13143 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 228839181 11257851904 59618 33554432000 4194304 4196468 140732043045456 139642928822704 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 10993996 KiB

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

[pid=16178/tid=16243] ppid=16175 vsize=11077984 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16243/stat : 16243 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 203617 33554432000 4194304 4196468 140732043045456 139641399274464 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16244] ppid=16175 vsize=11077984 memory=14126766767740366 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16244/stat : 16244 (java) S 16175 16178 13143 0 -1 1077944384 879 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 203617 33554432000 4194304 4196468 140732043045456 139642928822704 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
Current children cumulated CPU time: 23.54 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 814468 KiB

[startup+15.2006 s]
/proc/loadavg: 1.89 1.54 1.44 3/215 16244
/proc/meminfo: memFree=16149312/32770624 swapFree=67108196/67108860
[pid=16178] ppid=16175 vsize=11077984 memory=807272 CPUtime=24.37 cores=0,2,4,6
/proc/16178/stat : 16178 (java) S 16175 16178 13143 0 -1 1077944320 75968 13210 0 0 2388 41 5 3 20 0 15 0 228839166 11343855616 201818 33554432000 4194304 4196468 140732043045456 140732043028000 139643507023607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
/proc/16178/statm: 2769496 201818 3518 1 0 2731149 0
[pid=16178/tid=16231] ppid=16175 vsize=11077984 memory=665094624517956915 CPUtime=14.97 cores=0,2,4,6
/proc/16178/task/16231/stat : 16231 (java) R 16175 16178 13143 0 -1 4202560 45200 13210 0 0 1471 18 5 3 20 0 15 0 228839175 11343855616 201818 33554432000 4194304 4196468 140732043045456 139643478847152 139643034425472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16232] ppid=16175 vsize=11077984 memory=280609138328488 CPUtime=0.16 cores=0,2,4,6
/proc/16178/task/16232/stat : 16232 (java) S 16175 16178 13143 0 -1 1077944384 876 13210 0 0 6 2 5 3 20 0 15 0 228839176 11343855616 201818 33554432000 4194304 4196468 140732043045456 139643511266192 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16233] ppid=16175 vsize=11077984 memory=280609138417864 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16233/stat : 16233 (java) S 16175 16178 13143 0 -1 1077944384 548 13210 0 0 8 2 5 3 20 0 15 0 228839176 11343855616 201818 33554432000 4194304 4196468 140732043045456 139643365985040 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16234] ppid=16175 vsize=11077984 memory=280609138417960 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16234/stat : 16234 (java) S 16175 16178 13143 0 -1 1077944384 691 13210 0 0 7 3 5 3 20 0 15 0 228839176 11343855616 201818 33554432000 4194304 4196468 140732043045456 139643364932752 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16235] ppid=16175 vsize=11077984 memory=280609138418056 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16235/stat : 16235 (java) S 16175 16178 13143 0 -1 1077944384 187 13210 0 0 8 2 5 3 20 0 15 0 228839176 11343855616 201818 33554432000 4194304 4196468 140732043045456 139643363879952 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16236] ppid=16175 vsize=11077984 memory=280609138415208 CPUtime=0.12 cores=0,2,4,6
/proc/16178/task/16236/stat : 16236 (java) S 16175 16178 13143 0 -1 1077944384 3973 13210 0 0 4 0 5 3 20 0 15 0 228839178 11343855616 201818 33554432000 4194304 4196468 140732043045456 139642933033072 139643507034754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16237] ppid=16175 vsize=11077984 memory=280609138252680 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16237/stat : 16237 (java) S 16175 16178 13143 0 -1 1077944384 17 13210 0 0 0 0 5 3 20 0 15 0 228839178 11343855616 201818 33554432000 4194304 4196468 140732043045456 139642338796448 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16238] ppid=16175 vsize=11077984 memory=280609138252776 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16238/stat : 16238 (java) S 16175 16178 13143 0 -1 1077944384 9 13210 0 0 0 0 5 3 20 0 15 0 228839178 11343855616 201818 33554432000 4194304 4196468 140732043045456 139642137470080 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16239] ppid=16175 vsize=11077984 memory=7310160159732124656 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16239/stat : 16239 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201818 33554432000 4194304 4196468 140732043045456 139641830070352 139643507042203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16240] ppid=16175 vsize=11077984 memory=8313631802415971241 CPUtime=4.05 cores=0,2,4,6
/proc/16178/task/16240/stat : 16240 (java) S 16175 16178 13143 0 -1 1077944384 10941 13210 0 0 394 3 5 3 20 0 15 0 228839181 11343855616 201818 33554432000 4194304 4196468 140732043045456 139642931980912 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16241] ppid=16175 vsize=11077984 memory=0 CPUtime=3.48 cores=0,2,4,6
/proc/16178/task/16241/stat : 16241 (java) S 16175 16178 13143 0 -1 1077944384 5236 13210 0 0 339 1 5 3 20 0 15 0 228839181 11343855616 201818 33554432000 4194304 4196468 140732043045456 139642930928112 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16242] ppid=16175 vsize=11077984 memory=142478695048177 CPUtime=1.56 cores=0,2,4,6
/proc/16178/task/16242/stat : 16242 (java) S 16175 16178 13143 0 -1 1077944384 5196 13210 0 0 144 4 5 3 20 0 15 0 228839181 11343855616 201818 33554432000 4194304 4196468 140732043045456 139642929875824 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16243] ppid=16175 vsize=11077984 memory=62120 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16243/stat : 16243 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201818 33554432000 4194304 4196468 140732043045456 139641399274464 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16244] ppid=16175 vsize=11077984 memory=1240 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16244/stat : 16244 (java) S 16175 16178 13143 0 -1 1077944384 895 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201818 33554432000 4194304 4196468 140732043045456 139642928822704 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
Current children cumulated CPU time: 24.37 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 807272 KiB

[startup+16.0007 s]*
/proc/loadavg: 1.90 1.55 1.44 3/215 16244
/proc/meminfo: memFree=16153380/32770624 swapFree=67108196/67108860
[pid=16178] ppid=16175 vsize=11077984 memory=807348 CPUtime=25.21 cores=0,2,4,6
/proc/16178/stat : 16178 (java) S 16175 16178 13143 0 -1 1077944320 76586 13210 0 0 2472 41 5 3 20 0 15 0 228839166 11343855616 201837 33554432000 4194304 4196468 140732043045456 140732043028000 139643507023607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
/proc/16178/statm: 2769496 201837 3518 1 0 2731149 0
[pid=16178/tid=16231] ppid=16175 vsize=11077984 memory=280609138147568 CPUtime=15.78 cores=0,2,4,6
/proc/16178/task/16231/stat : 16231 (java) R 16175 16178 13143 0 -1 4202560 45290 13210 0 0 1552 18 5 3 20 0 15 0 228839175 11343855616 201837 33554432000 4194304 4196468 140732043045456 139643478855232 139643029646172 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16232] ppid=16175 vsize=11077984 memory=814560 CPUtime=0.16 cores=0,2,4,6
/proc/16178/task/16232/stat : 16232 (java) S 16175 16178 13143 0 -1 1077944384 876 13210 0 0 6 2 5 3 20 0 15 0 228839176 11343855616 201837 33554432000 4194304 4196468 140732043045456 139643511266192 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16233] ppid=16175 vsize=11077984 memory=-7003737579269690708 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16233/stat : 16233 (java) S 16175 16178 13143 0 -1 1077944384 548 13210 0 0 8 2 5 3 20 0 15 0 228839176 11343855616 201837 33554432000 4194304 4196468 140732043045456 139643365985040 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16234] ppid=16175 vsize=11077984 memory=7670310107059873896 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16234/stat : 16234 (java) S 16175 16178 13143 0 -1 1077944384 691 13210 0 0 7 3 5 3 20 0 15 0 228839176 11343855616 201837 33554432000 4194304 4196468 140732043045456 139643364932752 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16235] ppid=16175 vsize=11077984 memory=5860985676113801834 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16235/stat : 16235 (java) S 16175 16178 13143 0 -1 1077944384 187 13210 0 0 8 2 5 3 20 0 15 0 228839176 11343855616 201837 33554432000 4194304 4196468 140732043045456 139643363879952 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16236] ppid=16175 vsize=11077984 memory=7452167013833271104 CPUtime=0.12 cores=0,2,4,6
/proc/16178/task/16236/stat : 16236 (java) S 16175 16178 13143 0 -1 1077944384 3973 13210 0 0 4 0 5 3 20 0 15 0 228839178 11343855616 201837 33554432000 4194304 4196468 140732043045456 139642933033072 139643507034754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16237] ppid=16175 vsize=11077984 memory=-6519619645245871518 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16237/stat : 16237 (java) S 16175 16178 13143 0 -1 1077944384 17 13210 0 0 0 0 5 3 20 0 15 0 228839178 11343855616 201837 33554432000 4194304 4196468 140732043045456 139642338796448 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16238] ppid=16175 vsize=11077984 memory=-7023579799431922829 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16238/stat : 16238 (java) S 16175 16178 13143 0 -1 1077944384 9 13210 0 0 0 0 5 3 20 0 15 0 228839178 11343855616 201837 33554432000 4194304 4196468 140732043045456 139642137470080 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16239] ppid=16175 vsize=11077984 memory=-8486080722631693414 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16239/stat : 16239 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201837 33554432000 4194304 4196468 140732043045456 139641830070352 139643507042203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16240] ppid=16175 vsize=11077984 memory=4426639978525455914 CPUtime=4.05 cores=0,2,4,6
/proc/16178/task/16240/stat : 16240 (java) S 16175 16178 13143 0 -1 1077944384 11071 13210 0 0 394 3 5 3 20 0 15 0 228839181 11343855616 201837 33554432000 4194304 4196468 140732043045456 139642931980912 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16241] ppid=16175 vsize=11077984 memory=3047711553219693942 CPUtime=3.5 cores=0,2,4,6
/proc/16178/task/16241/stat : 16241 (java) S 16175 16178 13143 0 -1 1077944384 5610 13210 0 0 341 1 5 3 20 0 15 0 228839181 11343855616 201837 33554432000 4194304 4196468 140732043045456 139642930928112 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16242] ppid=16175 vsize=11077984 memory=4629546024076873078 CPUtime=1.57 cores=0,2,4,6
/proc/16178/task/16242/stat : 16242 (java) S 16175 16178 13143 0 -1 1077944384 5220 13210 0 0 145 4 5 3 20 0 15 0 228839181 11343855616 201837 33554432000 4194304 4196468 140732043045456 139642929875824 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16243] ppid=16175 vsize=11077984 memory=-7521736447810188379 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16243/stat : 16243 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201837 33554432000 4194304 4196468 140732043045456 139641399274464 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16244] ppid=16175 vsize=11077984 memory=-8412652160765825907 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16244/stat : 16244 (java) S 16175 16178 13143 0 -1 1077944384 895 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201837 33554432000 4194304 4196468 140732043045456 139642928822704 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
Current children cumulated CPU time: 25.21 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 807348 KiB

[startup+16.4007 s]
/proc/loadavg: 1.90 1.55 1.44 3/215 16244
/proc/meminfo: memFree=16153380/32770624 swapFree=67108196/67108860
[pid=16178] ppid=16175 vsize=11077984 memory=807372 CPUtime=25.61 cores=0,2,4,6
/proc/16178/stat : 16178 (java) S 16175 16178 13143 0 -1 1077944320 77187 13210 0 0 2512 41 5 3 20 0 15 0 228839166 11343855616 201843 33554432000 4194304 4196468 140732043045456 140732043028000 139643507023607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
/proc/16178/statm: 2769496 201843 3518 1 0 2731149 0
[pid=16178/tid=16231] ppid=16175 vsize=11077984 memory=2092 CPUtime=16.17 cores=0,2,4,6
/proc/16178/task/16231/stat : 16231 (java) R 16175 16178 13143 0 -1 4202560 45331 13210 0 0 1591 18 5 3 20 0 15 0 228839175 11343855616 201843 33554432000 4194304 4196468 140732043045456 139643478855232 139643029646188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16232] ppid=16175 vsize=11077984 memory=8148 CPUtime=0.16 cores=0,2,4,6
/proc/16178/task/16232/stat : 16232 (java) S 16175 16178 13143 0 -1 1077944384 876 13210 0 0 6 2 5 3 20 0 15 0 228839176 11343855616 201843 33554432000 4194304 4196468 140732043045456 139643511266192 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16233] ppid=16175 vsize=11077984 memory=844 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16233/stat : 16233 (java) S 16175 16178 13143 0 -1 1077944384 548 13210 0 0 8 2 5 3 20 0 15 0 228839176 11343855616 201843 33554432000 4194304 4196468 140732043045456 139643365985040 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16234] ppid=16175 vsize=11077984 memory=1692 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16234/stat : 16234 (java) S 16175 16178 13143 0 -1 1077944384 691 13210 0 0 7 3 5 3 20 0 15 0 228839176 11343855616 201843 33554432000 4194304 4196468 140732043045456 139643364932752 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16235] ppid=16175 vsize=11077984 memory=916 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16235/stat : 16235 (java) S 16175 16178 13143 0 -1 1077944384 187 13210 0 0 8 2 5 3 20 0 15 0 228839176 11343855616 201843 33554432000 4194304 4196468 140732043045456 139643363879952 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16236] ppid=16175 vsize=11077984 memory=3852 CPUtime=0.12 cores=0,2,4,6
/proc/16178/task/16236/stat : 16236 (java) S 16175 16178 13143 0 -1 1077944384 3973 13210 0 0 4 0 5 3 20 0 15 0 228839178 11343855616 201843 33554432000 4194304 4196468 140732043045456 139642933033072 139643507034754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16237] ppid=16175 vsize=11077984 memory=2660 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16237/stat : 16237 (java) S 16175 16178 13143 0 -1 1077944384 17 13210 0 0 0 0 5 3 20 0 15 0 228839178 11343855616 201843 33554432000 4194304 4196468 140732043045456 139642338796448 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16238] ppid=16175 vsize=11077984 memory=2908 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16238/stat : 16238 (java) S 16175 16178 13143 0 -1 1077944384 9 13210 0 0 0 0 5 3 20 0 15 0 228839178 11343855616 201843 33554432000 4194304 4196468 140732043045456 139642137470080 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16239] ppid=16175 vsize=11077984 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16239/stat : 16239 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201843 33554432000 4194304 4196468 140732043045456 139641830070352 139643507042203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16240] ppid=16175 vsize=11077984 memory=1408 CPUtime=4.06 cores=0,2,4,6
/proc/16178/task/16240/stat : 16240 (java) S 16175 16178 13143 0 -1 1077944384 11071 13210 0 0 395 3 5 3 20 0 15 0 228839181 11343855616 201843 33554432000 4194304 4196468 140732043045456 139642931980912 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16241] ppid=16175 vsize=11077984 memory=3092 CPUtime=3.5 cores=0,2,4,6
/proc/16178/task/16241/stat : 16241 (java) S 16175 16178 13143 0 -1 1077944384 5610 13210 0 0 341 1 5 3 20 0 15 0 228839181 11343855616 201843 33554432000 4194304 4196468 140732043045456 139642930928112 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16242] ppid=16175 vsize=11077984 memory=1736600 CPUtime=1.57 cores=0,2,4,6
/proc/16178/task/16242/stat : 16242 (java) S 16175 16178 13143 0 -1 1077944384 5780 13210 0 0 145 4 5 3 20 0 15 0 228839181 11343855616 201843 33554432000 4194304 4196468 140732043045456 139642929875824 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16243] ppid=16175 vsize=11077984 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16243/stat : 16243 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201843 33554432000 4194304 4196468 140732043045456 139641399274464 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16244] ppid=16175 vsize=11077984 memory=2696 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16244/stat : 16244 (java) S 16175 16178 13143 0 -1 1077944384 895 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201843 33554432000 4194304 4196468 140732043045456 139642928822704 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
Current children cumulated CPU time: 25.61 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 807372 KiB

[startup+16.5007 s]
/proc/loadavg: 1.90 1.55 1.44 3/215 16244
/proc/meminfo: memFree=16153380/32770624 swapFree=67108196/67108860
[pid=16178] ppid=16175 vsize=11077984 memory=807720 CPUtime=25.75 cores=0,2,4,6
/proc/16178/stat : 16178 (java) S 16175 16178 13143 0 -1 1077944320 81178 13210 0 0 2526 41 5 3 20 0 15 0 228839166 11343855616 201930 33554432000 4194304 4196468 140732043045456 140732043028000 139643507023607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
/proc/16178/statm: 2769496 201930 3523 1 0 2731149 0
[pid=16178/tid=16231] ppid=16175 vsize=11077984 memory=807348 CPUtime=16.27 cores=0,2,4,6
/proc/16178/task/16231/stat : 16231 (java) R 16175 16178 13143 0 -1 4202560 47254 13210 0 0 1601 18 5 3 20 0 15 0 228839175 11343855616 201930 33554432000 4194304 4196468 140732043045456 139643478859904 139643491067237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16232] ppid=16175 vsize=11077984 memory=814468 CPUtime=0.16 cores=0,2,4,6
/proc/16178/task/16232/stat : 16232 (java) S 16175 16178 13143 0 -1 1077944384 876 13210 0 0 6 2 5 3 20 0 15 0 228839176 11343855616 201930 33554432000 4194304 4196468 140732043045456 139643511266192 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16233] ppid=16175 vsize=11077984 memory=508040 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16233/stat : 16233 (java) S 16175 16178 13143 0 -1 1077944384 548 13210 0 0 8 2 5 3 20 0 15 0 228839176 11343855616 201930 33554432000 4194304 4196468 140732043045456 139643365985040 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16234] ppid=16175 vsize=11077984 memory=8 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16234/stat : 16234 (java) S 16175 16178 13143 0 -1 1077944384 691 13210 0 0 7 3 5 3 20 0 15 0 228839176 11343855616 201930 33554432000 4194304 4196468 140732043045456 139643364932752 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16235] ppid=16175 vsize=11077984 memory=10 CPUtime=0.18 cores=0,2,4,6
/proc/16178/task/16235/stat : 16235 (java) S 16175 16178 13143 0 -1 1077944384 187 13210 0 0 8 2 5 3 20 0 15 0 228839176 11343855616 201930 33554432000 4194304 4196468 140732043045456 139643363879952 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16236] ppid=16175 vsize=11077984 memory=814468 CPUtime=0.12 cores=0,2,4,6
/proc/16178/task/16236/stat : 16236 (java) S 16175 16178 13143 0 -1 1077944384 4194 13210 0 0 4 0 5 3 20 0 15 0 228839178 11343855616 201930 33554432000 4194304 4196468 140732043045456 139642933033072 139643507034754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16237] ppid=16175 vsize=11077984 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16237/stat : 16237 (java) S 16175 16178 13143 0 -1 1077944384 17 13210 0 0 0 0 5 3 20 0 15 0 228839178 11343855616 201930 33554432000 4194304 4196468 140732043045456 139642338796448 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16238] ppid=16175 vsize=11077984 memory=280609138842480 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16238/stat : 16238 (java) S 16175 16178 13143 0 -1 1077944384 9 13210 0 0 0 0 5 3 20 0 15 0 228839178 11343855616 201930 33554432000 4194304 4196468 140732043045456 139642137470080 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16239] ppid=16175 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16239/stat : 16239 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201930 33554432000 4194304 4196468 140732043045456 139641830070352 139643507042203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16240] ppid=16175 vsize=11077984 memory=164 CPUtime=4.07 cores=0,2,4,6
/proc/16178/task/16240/stat : 16240 (java) S 16175 16178 13143 0 -1 1077944384 11238 13210 0 0 396 3 5 3 20 0 15 0 228839181 11343855616 201930 33554432000 4194304 4196468 140732043045456 139642931980912 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16241] ppid=16175 vsize=11077984 memory=11492982536 CPUtime=3.51 cores=0,2,4,6
/proc/16178/task/16241/stat : 16241 (java) S 16175 16178 13143 0 -1 1077944384 5787 13210 0 0 341 2 5 3 20 0 15 0 228839181 11343855616 201930 33554432000 4194304 4196468 140732043045456 139642930928112 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16242] ppid=16175 vsize=11077984 memory=164 CPUtime=1.59 cores=0,2,4,6
/proc/16178/task/16242/stat : 16242 (java) S 16175 16178 13143 0 -1 1077944384 7286 13210 0 0 147 4 5 3 20 0 15 0 228839181 11343855616 201930 33554432000 4194304 4196468 140732043045456 139642929875824 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16243] ppid=16175 vsize=11077984 memory=7373325329820380263 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16243/stat : 16243 (java) S 16175 16178 13143 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201930 33554432000 4194304 4196468 140732043045456 139641399274464 139643507033813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
[pid=16178/tid=16244] ppid=16175 vsize=11077984 memory=814468 CPUtime=0.08 cores=0,2,4,6
/proc/16178/task/16244/stat : 16244 (java) S 16175 16178 13143 0 -1 1077944384 895 13210 0 0 0 0 5 3 20 0 15 0 228839181 11343855616 201930 33554432000 4194304 4196468 140732043045456 139642928822704 139643507034754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140732043053676 140732043056476 140732043056476 140732043059151 0
Current children cumulated CPU time: 25.75 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 807720 KiB

Child status: 0
Real time (s): 16.5257
CPU time (s): 25.789
CPU user time (s): 25.3232
CPU system time (s): 0.465785
CPU usage (%): 156.054
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 814560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.3232
system time used= 0.465785
maximum resident set size= 814560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94673
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7606
involuntary context switches= 65


# summary of solver processes directly reported to runsolver:
#   pid: 16178
#   total CPU time (s): 25.789
#   total CPU user time (s): 25.3232
#   total CPU system time (s): 0.465785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.121507 second user time and 0.190941 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 00:26:00
IDJOB=4305093
IDBENCH=141440
IDSOLVER=2780
FILE ID=node151/4305093-1534112760
RUNJOBID= node151-1534096964-13174
PBS_JOBID= 21036999
Free space on /tmp= 41224 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305093-1534112760/watcher-4305093-1534112760 -o /tmp/evaluation-result-4305093-1534112760/solver-4305093-1534112760 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13174 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1628111398 HOME/instance-4305093-1534112760.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=1628111398

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:        16950868 kB
MemAvailable:   30176420 kB
Buffers:          197464 kB
Cached:         13141904 kB
SwapCached:           16 kB
Active:          7529656 kB
Inactive:        7589776 kB
Active(anon):    1729692 kB
Inactive(anon):   102576 kB
Active(file):    5799964 kB
Inactive(file):  7487200 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             28156 kB
Writeback:             0 kB
AnonPages:       1807932 kB
Mapped:            72936 kB
Shmem:             49524 kB
Slab:             395220 kB
SReclaimable:     366848 kB
SUnreclaim:        28372 kB
KernelStack:        3792 kB
PageTables:         9004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2858848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1587200 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 00:26:16