Trace number 4295700

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.8 2018-06-13SAT 36.4715 28.9535

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
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 benchmark5.22089
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
36.38/28.93	v <instantiation>
36.38/28.93	v       <list>
36.38/28.93	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
36.38/28.93	v       </list>
36.38/28.93	v       <values>
36.38/28.93	v         5 4 12 11 17 3 0 17 2 5 14 2 7 12 7 2 1 16 10 6 17 7 7 6 3 10 6 14 6 8 2 11 14 6 15 3 18 4 12 17
36.38/28.93	v       </values>
36.38/28.93	v     </instantiation>
36.38/28.93	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 (3002 MiB free)
  memory of node 1: 16384 MiB (8133 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295700-1532592550/watcher-4295700-1532592550 -o /tmp/evaluation-result-4295700-1532592550/solver-4295700-1532592550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=561445166 HOME/instance-4295700-1532592550.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1756, runsolver pid=1753

[startup+0.10013 s]*
/proc/loadavg: 1.22 1.38 1.37 3/206 1815
/proc/meminfo: memFree=11397388/32770624 swapFree=67108860/67108860
[pid=1756] ppid=1753 vsize=9972712 memory=16808 CPUtime=0.08 cores=1,3,5,7
/proc/1756/stat : 1756 (java) S 1753 1756 32629 0 -1 1077944320 4338 12820 0 0 1 0 5 2 20 0 6 0 76818182 10212057088 4202 33554432000 4194304 4196468 140726360625520 140726360608064 139974718897911 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
/proc/1756/statm: 2493178 4202 1934 1 0 2481616 0
[pid=1756/tid=1810] ppid=1753 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/1756/task/1810/stat : 1810 (java) R 1753 1756 32629 0 -1 4202560 2220 12820 0 0 1 0 5 2 20 0 6 0 76818191 10212057088 4268 33554432000 4194304 4196468 140726360625520 139974690734672 139974702978398 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1812] ppid=1753 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1812/stat : 1812 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 6 0 76818192 10212057088 4268 33554432000 4194304 4196468 140726360625520 139974723140240 139974718908117 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1813] ppid=1753 vsize=9972712 memory=140556420269696 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1813/stat : 1813 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 6 0 76818192 10212057088 4268 33554432000 4194304 4196468 140726360625520 139974611413520 139974718908117 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1814] ppid=1753 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1814/stat : 1814 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 6 0 76818192 10212057088 4268 33554432000 4194304 4196468 140726360625520 139974610360720 139974718908117 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1815] ppid=1753 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1815/stat : 1815 (java) S 1753 1756 32629 0 -1 1077944384 2 12820 0 0 0 0 5 2 20 0 6 0 76818192 10212057088 4268 33554432000 4194304 4196468 140726360625520 139974609307920 139974718908117 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.210198 s]*
/proc/loadavg: 1.22 1.38 1.37 3/215 1824
/proc/meminfo: memFree=11377056/32770624 swapFree=67108860/67108860
[pid=1756] ppid=1753 vsize=10818904 memory=41044 CPUtime=0.25 cores=1,3,5,7
/proc/1756/stat : 1756 (java) S 1753 1756 32629 0 -1 1077944320 8026 12820 0 0 16 2 5 2 20 0 15 0 76818182 11078557696 10261 33554432000 4194304 4196468 140726360625520 140726360608064 139974718897911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
/proc/1756/statm: 2704726 10261 2947 1 0 2667149 0
[pid=1756/tid=1810] ppid=1753 vsize=10819896 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/1756/task/1810/stat : 1810 (java) R 1753 1756 32629 0 -1 4202560 4844 12820 0 0 10 1 5 2 20 0 15 0 76818191 11079573504 10525 33554432000 4194304 4196468 140726360625520 139974690722720 139974711577629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1812] ppid=1753 vsize=10819896 memory=4294967638 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1812/stat : 1812 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079573504 10591 33554432000 4194304 4196468 140726360625520 139974723140240 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1813] ppid=1753 vsize=10819896 memory=140556420289976 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1813/stat : 1813 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079573504 10591 33554432000 4194304 4196468 140726360625520 139974611413520 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1814] ppid=1753 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1814/stat : 1814 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079573504 10591 33554432000 4194304 4196468 140726360625520 139974610360720 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1815] ppid=1753 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1815/stat : 1815 (java) S 1753 1756 32629 0 -1 1077944384 2 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079573504 10591 33554432000 4194304 4196468 140726360625520 139974609307920 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1816] ppid=1753 vsize=10821524 memory=140556420269696 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1816/stat : 1816 (java) S 1753 1756 32629 0 -1 1077944384 2 12820 0 0 0 0 5 2 20 0 15 0 76818194 11081240576 10591 33554432000 4194304 4196468 140726360625520 139974177393520 139974718909058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1817] ppid=1753 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1817/stat : 1817 (java) S 1753 1756 32629 0 -1 1077944384 33 12820 0 0 0 0 5 2 20 0 15 0 76818194 11081240576 10657 33554432000 4194304 4196468 140726360625520 139974176339488 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1818] ppid=1753 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1818/stat : 1818 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818194 11081240576 10657 33554432000 4194304 4196468 140726360625520 139973588149616 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1819] ppid=1753 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1819/stat : 1819 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11081240576 10657 33554432000 4194304 4196468 140726360625520 139973280749904 139974718916507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1820] ppid=1753 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1756/task/1820/stat : 1820 (java) S 1753 1756 32629 0 -1 1077944384 363 12820 0 0 1 0 5 2 20 0 15 0 76818197 11081240576 10657 33554432000 4194304 4196468 140726360625520 139974142781808 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1821] ppid=1753 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1821/stat : 1821 (java) S 1753 1756 32629 0 -1 1077944384 250 12820 0 0 0 0 5 2 20 0 15 0 76818197 11081240576 10723 33554432000 4194304 4196468 140726360625520 139974141729008 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1822] ppid=1753 vsize=10821524 memory=140556420269696 CPUtime=0.1 cores=1,3,5,7
/proc/1756/task/1822/stat : 1822 (java) S 1753 1756 32629 0 -1 1077944384 612 12820 0 0 3 0 5 2 20 0 15 0 76818197 11081240576 10723 33554432000 4194304 4196468 140726360625520 139974140676208 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1823] ppid=1753 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1823/stat : 1823 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11081240576 10723 33554432000 4194304 4196468 140726360625520 139973247191264 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1824] ppid=1753 vsize=10821524 memory=140556420269696 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1824/stat : 1824 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818197 11081240576 10723 33554432000 4194304 4196468 140726360625520 139974139624624 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41044 KiB

[startup+0.310228 s]*
/proc/loadavg: 1.22 1.38 1.37 3/215 1824
/proc/meminfo: memFree=11365024/32770624 swapFree=67108860/67108860
[pid=1756] ppid=1753 vsize=10819352 memory=52012 CPUtime=0.38 cores=1,3,5,7
/proc/1756/stat : 1756 (java) S 1753 1756 32629 0 -1 1077944320 10602 12820 0 0 28 3 5 2 20 0 15 0 76818182 11079016448 13003 33554432000 4194304 4196468 140726360625520 140726360608064 139974718897911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
/proc/1756/statm: 2704838 13003 3066 1 0 2667149 0
[pid=1756/tid=1810] ppid=1753 vsize=10819352 memory=281112588845296 CPUtime=0.28 cores=1,3,5,7
/proc/1756/task/1810/stat : 1810 (java) R 1753 1756 32629 0 -1 4202560 7146 12820 0 0 19 2 5 2 20 0 15 0 76818191 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974690709920 139974718909846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1812] ppid=1753 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1812/stat : 1812 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974723140240 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1813] ppid=1753 vsize=10819352 memory=140556294522351 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1813/stat : 1813 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974611413520 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1814] ppid=1753 vsize=10819352 memory=140556294526440 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1814/stat : 1814 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974610360720 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1815] ppid=1753 vsize=10819352 memory=140556294526991 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1815/stat : 1815 (java) S 1753 1756 32629 0 -1 1077944384 2 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974609307920 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1816] ppid=1753 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1816/stat : 1816 (java) S 1753 1756 32629 0 -1 1077944384 2 12820 0 0 0 0 5 2 20 0 15 0 76818194 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974177393520 139974718909058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1817] ppid=1753 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1817/stat : 1817 (java) S 1753 1756 32629 0 -1 1077944384 33 12820 0 0 0 0 5 2 20 0 15 0 76818194 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974176339488 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1818] ppid=1753 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1818/stat : 1818 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818194 11079016448 13003 33554432000 4194304 4196468 140726360625520 139973588149616 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1819] ppid=1753 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1819/stat : 1819 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11079016448 13003 33554432000 4194304 4196468 140726360625520 139973280749904 139974718916507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1820] ppid=1753 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1756/task/1820/stat : 1820 (java) S 1753 1756 32629 0 -1 1077944384 364 12820 0 0 1 0 5 2 20 0 15 0 76818197 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974142781808 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1821] ppid=1753 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1756/task/1821/stat : 1821 (java) S 1753 1756 32629 0 -1 1077944384 250 12820 0 0 1 0 5 2 20 0 15 0 76818197 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974141729008 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1822] ppid=1753 vsize=10819352 memory=140556420269696 CPUtime=0.11 cores=1,3,5,7
/proc/1756/task/1822/stat : 1822 (java) R 1753 1756 32629 0 -1 4202560 618 12820 0 0 4 0 5 2 20 0 15 0 76818197 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974140676208 139974718919258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1823] ppid=1753 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1823/stat : 1823 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11079016448 13003 33554432000 4194304 4196468 140726360625520 139973247191264 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1824] ppid=1753 vsize=10819352 memory=140556420269696 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1824/stat : 1824 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818197 11079016448 13003 33554432000 4194304 4196468 140726360625520 139974139624624 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52012 KiB

[startup+0.700815 s]
/proc/loadavg: 1.22 1.38 1.37 3/215 1824
/proc/meminfo: memFree=11354232/32770624 swapFree=67108860/67108860
[pid=1756] ppid=1753 vsize=10819352 memory=84648 CPUtime=0.98 cores=1,3,5,7
/proc/1756/stat : 1756 (java) S 1753 1756 32629 0 -1 1077944320 16766 12820 0 0 87 4 5 2 20 0 15 0 76818182 11079016448 21162 33554432000 4194304 4196468 140726360625520 140726360608064 139974718897911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
/proc/1756/statm: 2704838 21162 3237 1 0 2667149 0
[pid=1756/tid=1810] ppid=1753 vsize=10819352 memory=140556420268529 CPUtime=0.66 cores=1,3,5,7
/proc/1756/task/1810/stat : 1810 (java) R 1753 1756 32629 0 -1 4202560 12213 12820 0 0 56 3 5 2 20 0 15 0 76818191 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974690718736 139974700461523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1812] ppid=1753 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1812/stat : 1812 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974723140240 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1813] ppid=1753 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1813/stat : 1813 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974611413520 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1814] ppid=1753 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1814/stat : 1814 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974610360720 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1815] ppid=1753 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1815/stat : 1815 (java) S 1753 1756 32629 0 -1 1077944384 2 12820 0 0 0 0 5 2 20 0 15 0 76818192 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974609307920 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1816] ppid=1753 vsize=10819352 memory=2623419713281 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1816/stat : 1816 (java) S 1753 1756 32629 0 -1 1077944384 5 12820 0 0 0 0 5 2 20 0 15 0 76818194 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974177393520 139974718909058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1817] ppid=1753 vsize=10819352 memory=206042891 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1817/stat : 1817 (java) S 1753 1756 32629 0 -1 1077944384 33 12820 0 0 0 0 5 2 20 0 15 0 76818194 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974176339488 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1818] ppid=1753 vsize=10819352 memory=-7886167514736700194 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1818/stat : 1818 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818194 11079016448 21162 33554432000 4194304 4196468 140726360625520 139973588149616 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1819] ppid=1753 vsize=10819352 memory=7594570223111460195 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1819/stat : 1819 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11079016448 21162 33554432000 4194304 4196468 140726360625520 139973280749904 139974718916507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1820] ppid=1753 vsize=10819352 memory=1428 CPUtime=0.14 cores=1,3,5,7
/proc/1756/task/1820/stat : 1820 (java) S 1753 1756 32629 0 -1 1077944384 751 12820 0 0 7 0 5 2 20 0 15 0 76818197 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974142781808 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1821] ppid=1753 vsize=10819352 memory=15876 CPUtime=0.17 cores=1,3,5,7
/proc/1756/task/1821/stat : 1821 (java) S 1753 1756 32629 0 -1 1077944384 870 12820 0 0 10 0 5 2 20 0 15 0 76818197 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974141729008 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1822] ppid=1753 vsize=10819352 memory=4100 CPUtime=0.2 cores=1,3,5,7
/proc/1756/task/1822/stat : 1822 (java) S 1753 1756 32629 0 -1 1077944384 688 12820 0 0 13 0 5 2 20 0 15 0 76818197 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974140676208 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1823] ppid=1753 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1823/stat : 1823 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11079016448 21162 33554432000 4194304 4196468 140726360625520 139973247191264 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1824] ppid=1753 vsize=10819352 memory=13408 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1824/stat : 1824 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818197 11079016448 21162 33554432000 4194304 4196468 140726360625520 139974139624624 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84648 KiB

[startup+1.50074 s]
/proc/loadavg: 1.22 1.38 1.37 3/215 1824
/proc/meminfo: memFree=11307784/32770624 swapFree=67108860/67108860
[pid=1756] ppid=1753 vsize=10834252 memory=214464 CPUtime=2.82 cores=1,3,5,7
/proc/1756/stat : 1756 (java) S 1753 1756 32629 0 -1 1077944320 24214 12820 0 0 267 8 5 2 20 0 15 0 76818182 11094274048 53616 33554432000 4194304 4196468 140726360625520 140726360608064 139974718897911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
/proc/1756/statm: 2708563 53616 3470 1 0 2670221 0
[pid=1756/tid=1810] ppid=1753 vsize=10834252 memory=2600 CPUtime=1.42 cores=1,3,5,7
/proc/1756/task/1810/stat : 1810 (java) R 1753 1756 32629 0 -1 4202560 16857 12820 0 0 130 5 5 2 20 0 15 0 76818191 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974690715040 139974718919837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1812] ppid=1753 vsize=10834252 memory=2600 CPUtime=0.08 cores=1,3,5,7
/proc/1756/task/1812/stat : 1812 (java) S 1753 1756 32629 0 -1 1077944384 49 12820 0 0 1 0 5 2 20 0 15 0 76818192 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974723140240 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1813] ppid=1753 vsize=10834252 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/1756/task/1813/stat : 1813 (java) S 1753 1756 32629 0 -1 1077944384 21 12820 0 0 1 0 5 2 20 0 15 0 76818192 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974611413520 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1814] ppid=1753 vsize=10834252 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/1756/task/1814/stat : 1814 (java) S 1753 1756 32629 0 -1 1077944384 165 12820 0 0 1 0 5 2 20 0 15 0 76818192 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974610360720 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1815] ppid=1753 vsize=10834252 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/1756/task/1815/stat : 1815 (java) S 1753 1756 32629 0 -1 1077944384 40 12820 0 0 1 0 5 2 20 0 15 0 76818192 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974609307920 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1816] ppid=1753 vsize=10834252 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/1756/task/1816/stat : 1816 (java) S 1753 1756 32629 0 -1 1077944384 54 12820 0 0 1 0 5 2 20 0 15 0 76818194 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974177393520 139974718909058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1817] ppid=1753 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1817/stat : 1817 (java) S 1753 1756 32629 0 -1 1077944384 34 12820 0 0 0 0 5 2 20 0 15 0 76818194 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974176339552 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1818] ppid=1753 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1818/stat : 1818 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818194 11094274048 53616 33554432000 4194304 4196468 140726360625520 139973588149632 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1819] ppid=1753 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1819/stat : 1819 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11094274048 53616 33554432000 4194304 4196468 140726360625520 139973280749904 139974718916507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1820] ppid=1753 vsize=10834252 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/1756/task/1820/stat : 1820 (java) S 1753 1756 32629 0 -1 1077944384 1643 12820 0 0 46 0 5 2 20 0 15 0 76818197 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974142781808 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1821] ppid=1753 vsize=10834252 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/1756/task/1821/stat : 1821 (java) S 1753 1756 32629 0 -1 1077944384 1646 12820 0 0 41 0 5 2 20 0 15 0 76818197 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974141729008 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1822] ppid=1753 vsize=10834252 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/1756/task/1822/stat : 1822 (java) S 1753 1756 32629 0 -1 1077944384 1504 12820 0 0 40 0 5 2 20 0 15 0 76818197 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974140676208 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1823] ppid=1753 vsize=10834252 memory=-1891255765032775953 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1823/stat : 1823 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11094274048 53616 33554432000 4194304 4196468 140726360625520 139973247191264 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1824] ppid=1753 vsize=10834252 memory=7163645180949063783 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1824/stat : 1824 (java) S 1753 1756 32629 0 -1 1077944384 1 12820 0 0 0 0 5 2 20 0 15 0 76818197 11094274048 53616 33554432000 4194304 4196468 140726360625520 139974139624624 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 10834252 KiB

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

[pid=1756/tid=1823] ppid=1753 vsize=10914144 memory=50 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1823/stat : 1823 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 241751 33554432000 4194304 4196468 140726360625520 139973247191264 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1824] ppid=1753 vsize=10914144 memory=59 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1824/stat : 1824 (java) S 1753 1756 32629 0 -1 1077944384 46 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 241751 33554432000 4194304 4196468 140726360625520 139974139624624 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
Current children cumulated CPU time: 34.67 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 967004 KiB

[startup+28.0007 s]*
/proc/loadavg: 1.44 1.42 1.38 3/215 1952
/proc/meminfo: memFree=10300084/32770624 swapFree=67108860/67108860
[pid=1756] ppid=1753 vsize=10914144 memory=983388 CPUtime=35.48 cores=1,3,5,7
/proc/1756/stat : 1756 (java) S 1753 1756 32629 0 -1 1077944320 81804 12820 0 0 3509 32 5 2 20 0 15 0 76818182 11176083456 245847 33554432000 4194304 4196468 140726360625520 140726360608064 139974718897911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
/proc/1756/statm: 2728536 245847 3521 1 0 2690189 0
[pid=1756/tid=1810] ppid=1753 vsize=10914144 memory=6935054825532540783 CPUtime=27.75 cores=1,3,5,7
/proc/1756/task/1810/stat : 1810 (java) R 1753 1756 32629 0 -1 4202560 48075 12820 0 0 2752 16 5 2 20 0 15 0 76818191 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974690731552 139974291137153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1812] ppid=1753 vsize=10914144 memory=6944656592387989600 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1812/stat : 1812 (java) S 1753 1756 32629 0 -1 1077944384 974 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974723140240 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1813] ppid=1753 vsize=10914144 memory=6944656592455097440 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1813/stat : 1813 (java) S 1753 1756 32629 0 -1 1077944384 531 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974611413520 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1814] ppid=1753 vsize=10914144 memory=4128 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1814/stat : 1814 (java) S 1753 1756 32629 0 -1 1077944384 1194 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974610360720 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1815] ppid=1753 vsize=10914144 memory=22884 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1815/stat : 1815 (java) S 1753 1756 32629 0 -1 1077944384 195 12820 0 0 6 2 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974609307920 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1816] ppid=1753 vsize=10914144 memory=1292 CPUtime=0.13 cores=1,3,5,7
/proc/1756/task/1816/stat : 1816 (java) S 1753 1756 32629 0 -1 1077944384 4592 12820 0 0 6 0 5 2 20 0 15 0 76818194 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974177393520 139974718909058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1817] ppid=1753 vsize=10914144 memory=2416 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1817/stat : 1817 (java) S 1753 1756 32629 0 -1 1077944384 41 12820 0 0 0 0 5 2 20 0 15 0 76818194 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974176339616 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1818] ppid=1753 vsize=10914144 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1818/stat : 1818 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818194 11176083456 245847 33554432000 4194304 4196468 140726360625520 139973588149632 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1819] ppid=1753 vsize=10914144 memory=1700 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1819/stat : 1819 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139973280749904 139974718916507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1820] ppid=1753 vsize=10914144 memory=796 CPUtime=2.67 cores=1,3,5,7
/proc/1756/task/1820/stat : 1820 (java) S 1753 1756 32629 0 -1 1077944384 6019 12820 0 0 259 1 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974142781808 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1821] ppid=1753 vsize=10914144 memory=5408 CPUtime=3.05 cores=1,3,5,7
/proc/1756/task/1821/stat : 1821 (java) S 1753 1756 32629 0 -1 1077944384 9355 12820 0 0 296 2 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974141729008 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1822] ppid=1753 vsize=10914144 memory=1008 CPUtime=1.71 cores=1,3,5,7
/proc/1756/task/1822/stat : 1822 (java) S 1753 1756 32629 0 -1 1077944384 8580 12820 0 0 161 3 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974140676208 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1823] ppid=1753 vsize=10914144 memory=9992 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1823/stat : 1823 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139973247191264 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1824] ppid=1753 vsize=10914144 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1824/stat : 1824 (java) S 1753 1756 32629 0 -1 1077944384 46 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974139624624 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
Current children cumulated CPU time: 35.48 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 983388 KiB

[startup+28.4007 s]
/proc/loadavg: 1.44 1.42 1.38 3/215 1952
/proc/meminfo: memFree=10300084/32770624 swapFree=67108860/67108860
[pid=1756] ppid=1753 vsize=10914144 memory=983388 CPUtime=35.87 cores=1,3,5,7
/proc/1756/stat : 1756 (java) S 1753 1756 32629 0 -1 1077944320 81804 12820 0 0 3548 32 5 2 20 0 15 0 76818182 11176083456 245847 33554432000 4194304 4196468 140726360625520 140726360608064 139974718897911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
/proc/1756/statm: 2728536 245847 3521 1 0 2690189 0
[pid=1756/tid=1810] ppid=1753 vsize=10914144 memory=964924 CPUtime=28.14 cores=1,3,5,7
/proc/1756/task/1810/stat : 1810 (java) R 1753 1756 32629 0 -1 4202560 48075 12820 0 0 2791 16 5 2 20 0 15 0 76818191 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974690731440 139974291181556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1812] ppid=1753 vsize=10914144 memory=932 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1812/stat : 1812 (java) S 1753 1756 32629 0 -1 1077944384 974 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974723140240 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1813] ppid=1753 vsize=10914144 memory=983388 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1813/stat : 1813 (java) S 1753 1756 32629 0 -1 1077944384 531 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974611413520 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1814] ppid=1753 vsize=10914144 memory=2416 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1814/stat : 1814 (java) S 1753 1756 32629 0 -1 1077944384 1194 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974610360720 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1815] ppid=1753 vsize=10914144 memory=1728 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1815/stat : 1815 (java) S 1753 1756 32629 0 -1 1077944384 195 12820 0 0 6 2 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974609307920 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1816] ppid=1753 vsize=10914144 memory=1700 CPUtime=0.13 cores=1,3,5,7
/proc/1756/task/1816/stat : 1816 (java) S 1753 1756 32629 0 -1 1077944384 4592 12820 0 0 6 0 5 2 20 0 15 0 76818194 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974177393520 139974718909058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1817] ppid=1753 vsize=10914144 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1817/stat : 1817 (java) S 1753 1756 32629 0 -1 1077944384 41 12820 0 0 0 0 5 2 20 0 15 0 76818194 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974176339616 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1818] ppid=1753 vsize=10914144 memory=5408 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1818/stat : 1818 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818194 11176083456 245847 33554432000 4194304 4196468 140726360625520 139973588149632 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1819] ppid=1753 vsize=10914144 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1819/stat : 1819 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139973280749904 139974718916507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1820] ppid=1753 vsize=10914144 memory=9992 CPUtime=2.67 cores=1,3,5,7
/proc/1756/task/1820/stat : 1820 (java) S 1753 1756 32629 0 -1 1077944384 6019 12820 0 0 259 1 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974142781808 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1821] ppid=1753 vsize=10914144 memory=1228 CPUtime=3.05 cores=1,3,5,7
/proc/1756/task/1821/stat : 1821 (java) S 1753 1756 32629 0 -1 1077944384 9355 12820 0 0 296 2 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974141729008 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1822] ppid=1753 vsize=10914144 memory=1952 CPUtime=1.71 cores=1,3,5,7
/proc/1756/task/1822/stat : 1822 (java) S 1753 1756 32629 0 -1 1077944384 8580 12820 0 0 161 3 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974140676208 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1823] ppid=1753 vsize=10914144 memory=967004 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1823/stat : 1823 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139973247191264 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1824] ppid=1753 vsize=10914144 memory=6489695585511 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1824/stat : 1824 (java) S 1753 1756 32629 0 -1 1077944384 46 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974139624624 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
Current children cumulated CPU time: 35.87 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 983388 KiB

[startup+28.8007 s]
/proc/loadavg: 1.44 1.42 1.38 3/215 1952
/proc/meminfo: memFree=10300084/32770624 swapFree=67108860/67108860
[pid=1756] ppid=1753 vsize=10914144 memory=983388 CPUtime=36.27 cores=1,3,5,7
/proc/1756/stat : 1756 (java) S 1753 1756 32629 0 -1 1077944320 81804 12820 0 0 3588 32 5 2 20 0 15 0 76818182 11176083456 245847 33554432000 4194304 4196468 140726360625520 140726360608064 139974718897911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
/proc/1756/statm: 2728536 245847 3521 1 0 2690189 0
[pid=1756/tid=1810] ppid=1753 vsize=10914144 memory=964924 CPUtime=28.54 cores=1,3,5,7
/proc/1756/task/1810/stat : 1810 (java) R 1753 1756 32629 0 -1 4202560 48075 12820 0 0 2831 16 5 2 20 0 15 0 76818191 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974690731440 139974291139102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1812] ppid=1753 vsize=10914144 memory=807860 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1812/stat : 1812 (java) S 1753 1756 32629 0 -1 1077944384 974 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974723140240 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1813] ppid=1753 vsize=10914144 memory=8112282956445269571 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1813/stat : 1813 (java) S 1753 1756 32629 0 -1 1077944384 531 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974611413520 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1814] ppid=1753 vsize=10914144 memory=1200 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1814/stat : 1814 (java) S 1753 1756 32629 0 -1 1077944384 1194 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974610360720 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1815] ppid=1753 vsize=10914144 memory=10600 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1815/stat : 1815 (java) S 1753 1756 32629 0 -1 1077944384 195 12820 0 0 6 2 5 2 20 0 15 0 76818192 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974609307920 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1816] ppid=1753 vsize=10914144 memory=4616 CPUtime=0.13 cores=1,3,5,7
/proc/1756/task/1816/stat : 1816 (java) S 1753 1756 32629 0 -1 1077944384 4592 12820 0 0 6 0 5 2 20 0 15 0 76818194 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974177393520 139974718909058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1817] ppid=1753 vsize=10914144 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1817/stat : 1817 (java) S 1753 1756 32629 0 -1 1077944384 41 12820 0 0 0 0 5 2 20 0 15 0 76818194 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974176339616 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1818] ppid=1753 vsize=10914144 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1818/stat : 1818 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818194 11176083456 245847 33554432000 4194304 4196468 140726360625520 139973588149632 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1819] ppid=1753 vsize=10914144 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1819/stat : 1819 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139973280749904 139974718916507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1820] ppid=1753 vsize=10914144 memory=-7668917182949848256 CPUtime=2.67 cores=1,3,5,7
/proc/1756/task/1820/stat : 1820 (java) S 1753 1756 32629 0 -1 1077944384 6019 12820 0 0 259 1 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974142781808 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1821] ppid=1753 vsize=10914144 memory=-7028383565733675155 CPUtime=3.05 cores=1,3,5,7
/proc/1756/task/1821/stat : 1821 (java) S 1753 1756 32629 0 -1 1077944384 9355 12820 0 0 296 2 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974141729008 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1822] ppid=1753 vsize=10914144 memory=7151834291566044245 CPUtime=1.71 cores=1,3,5,7
/proc/1756/task/1822/stat : 1822 (java) S 1753 1756 32629 0 -1 1077944384 8580 12820 0 0 161 3 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974140676208 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1823] ppid=1753 vsize=10914144 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1823/stat : 1823 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139973247191264 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1824] ppid=1753 vsize=10914144 memory=4100 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1824/stat : 1824 (java) S 1753 1756 32629 0 -1 1077944384 46 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245847 33554432000 4194304 4196468 140726360625520 139974139624624 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
Current children cumulated CPU time: 36.27 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 983388 KiB

[startup+28.9007 s]
/proc/loadavg: 1.44 1.42 1.38 3/215 1952
/proc/meminfo: memFree=10300084/32770624 swapFree=67108860/67108860
[pid=1756] ppid=1753 vsize=10914144 memory=983472 CPUtime=36.38 cores=1,3,5,7
/proc/1756/stat : 1756 (java) S 1753 1756 32629 0 -1 1077944320 83069 12820 0 0 3599 32 5 2 20 0 15 0 76818182 11176083456 245868 33554432000 4194304 4196468 140726360625520 140726360608064 139974718897911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
/proc/1756/statm: 2728536 245868 3521 1 0 2690189 0
[pid=1756/tid=1810] ppid=1753 vsize=10914144 memory=8112282956445269571 CPUtime=28.64 cores=1,3,5,7
/proc/1756/task/1810/stat : 1810 (java) R 1753 1756 32629 0 -1 4202560 49068 12820 0 0 2841 16 5 2 20 0 15 0 76818191 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974690731440 139974700461463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1812] ppid=1753 vsize=10914144 memory=4128 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1812/stat : 1812 (java) S 1753 1756 32629 0 -1 1077944384 974 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974723140240 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1813] ppid=1753 vsize=10914144 memory=983388 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1813/stat : 1813 (java) S 1753 1756 32629 0 -1 1077944384 531 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974611413520 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1814] ppid=1753 vsize=10914144 memory=7 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1814/stat : 1814 (java) S 1753 1756 32629 0 -1 1077944384 1194 12820 0 0 7 1 5 2 20 0 15 0 76818192 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974610360720 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1815] ppid=1753 vsize=10914144 memory=1700 CPUtime=0.15 cores=1,3,5,7
/proc/1756/task/1815/stat : 1815 (java) S 1753 1756 32629 0 -1 1077944384 195 12820 0 0 6 2 5 2 20 0 15 0 76818192 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974609307920 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1816] ppid=1753 vsize=10914144 memory=796 CPUtime=0.13 cores=1,3,5,7
/proc/1756/task/1816/stat : 1816 (java) S 1753 1756 32629 0 -1 1077944384 4592 12820 0 0 6 0 5 2 20 0 15 0 76818194 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974177393520 139974718909058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1817] ppid=1753 vsize=10914144 memory=22884 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1817/stat : 1817 (java) S 1753 1756 32629 0 -1 1077944384 41 12820 0 0 0 0 5 2 20 0 15 0 76818194 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974176339616 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1818] ppid=1753 vsize=10914144 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1818/stat : 1818 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818194 11176083456 245868 33554432000 4194304 4196468 140726360625520 139973588149632 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1819] ppid=1753 vsize=10914144 memory=964924 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1819/stat : 1819 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245868 33554432000 4194304 4196468 140726360625520 139973280749904 139974718916507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1820] ppid=1753 vsize=10914144 memory=809984 CPUtime=2.67 cores=1,3,5,7
/proc/1756/task/1820/stat : 1820 (java) S 1753 1756 32629 0 -1 1077944384 6047 12820 0 0 259 1 5 2 20 0 15 0 76818197 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974142781808 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1821] ppid=1753 vsize=10914144 memory=281112589472192 CPUtime=3.05 cores=1,3,5,7
/proc/1756/task/1821/stat : 1821 (java) S 1753 1756 32629 0 -1 1077944384 9447 12820 0 0 296 2 5 2 20 0 15 0 76818197 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974141729008 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1822] ppid=1753 vsize=10914144 memory=8112282956445269571 CPUtime=1.72 cores=1,3,5,7
/proc/1756/task/1822/stat : 1822 (java) S 1753 1756 32629 0 -1 1077944384 8732 12820 0 0 162 3 5 2 20 0 15 0 76818197 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974140676208 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1823] ppid=1753 vsize=10914144 memory=944412 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1823/stat : 1823 (java) S 1753 1756 32629 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245868 33554432000 4194304 4196468 140726360625520 139973247191264 139974718908117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
[pid=1756/tid=1824] ppid=1753 vsize=10914144 memory=22884 CPUtime=0.07 cores=1,3,5,7
/proc/1756/task/1824/stat : 1824 (java) S 1753 1756 32629 0 -1 1077944384 46 12820 0 0 0 0 5 2 20 0 15 0 76818197 11176083456 245868 33554432000 4194304 4196468 140726360625520 139974139624624 139974718909058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10158080 140726360627823 140726360630620 140726360630620 140726360633295 0
Current children cumulated CPU time: 36.38 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 983472 KiB

Child status: 0
Real time (s): 28.9535
CPU time (s): 36.4715
CPU user time (s): 36.0962
CPU system time (s): 0.375314
CPU usage (%): 125.966
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 983472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.0962
system time used= 0.375314
maximum resident set size= 985896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98418
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= 8151
involuntary context switches= 149


# summary of solver processes directly reported to runsolver:
#   pid: 1756
#   total CPU time (s): 36.4715
#   total CPU user time (s): 36.0962
#   total CPU system time (s): 0.375314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.213226 second user time and 0.291348 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 10:09:10
IDJOB=4295700
IDBENCH=141592
IDSOLVER=2750
FILE ID=node139/4295700-1532592550
RUNJOBID= node139-1532582651-32661
PBS_JOBID= 21021962
Free space on /tmp= 38764 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295700-1532592550/watcher-4295700-1532592550 -o /tmp/evaluation-result-4295700-1532592550/solver-4295700-1532592550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=561445166 HOME/instance-4295700-1532592550.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=561445166

node139.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.80
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.80
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.80
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.80
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:        11403848 kB
MemAvailable:   30890156 kB
Buffers:          233776 kB
Cached:         19209444 kB
SwapCached:            0 kB
Active:          3969064 kB
Inactive:       16567624 kB
Active(anon):    1047976 kB
Inactive(anon):    73596 kB
Active(file):    2921088 kB
Inactive(file): 16494028 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26732 kB
Writeback:             0 kB
AnonPages:       1100992 kB
Mapped:            53788 kB
Shmem:             25228 kB
Slab:             527056 kB
SReclaimable:     499652 kB
SUnreclaim:        27404 kB
KernelStack:        3504 kB
PageTables:         7336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2036336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    999424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 10:09:39