Trace number 4290675

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
OscaR - Conflict Ordering with restarts 2018-07-02SAT 2383.31 2378.77

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-07-08_c18.xml
MD5SUM4cf2470ecfcea4403011c16b404a3a31
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 benchmark40.0171
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":56}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":56}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":7}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 1991710231
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
4.58/2.59	c Parsing done, starting search...
2383.23/2378.74	s SATISFIABLE
2383.23/2378.75	v <instantiation>
2383.23/2378.75	v 	<list>
2383.23/2378.75	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7]
2383.23/2378.75	v 	</list>
2383.23/2378.75	v 	<values>
2383.23/2378.75	v 		11 4 21 8 6 4 4 18 0 11 8 12 4 13 19 0 10 0 25 0 13 2 7 8 4 17 8 6 4 17 14 13 19 0 17 8 17 0 8 19 14 17 0 13 0 8 18 4 12 0 19 0 18 18 4 18 
2383.23/2378.75	v 	</values>
2383.23/2378.75	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290675-1532255959/watcher-4290675-1532255959 -o /tmp/evaluation-result-4290675-1532255959/solver-4290675-1532255959 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532225156-31761 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1991710231 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290675-1532255959.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2733, runsolver pid=2730

[startup+0.100167 s]*
/proc/loadavg: 1.14 1.20 1.32 3/215 2748
/proc/meminfo: memFree=21281044/32770624 swapFree=67108860/67108860
[pid=2733] ppid=2730 vsize=14082740 memory=31480 CPUtime=0.12 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 31730 0 -1 1077944320 6770 0 0 0 11 1 0 0 20 0 15 0 43159111 14420725760 7870 33554432000 4194304 4196468 140723194934496 140723194917040 140200898174711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
/proc/2733/statm: 3520685 7870 3154 1 0 3482761 0
[pid=2733/tid=2735] ppid=2730 vsize=14082740 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 31730 0 -1 4202560 4829 0 0 0 8 0 0 0 20 0 15 0 43159111 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200902370048 140200882255198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2736] ppid=2730 vsize=14082740 memory=5792869726567804975 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200828262928 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2737] ppid=2730 vsize=14082740 memory=139834081457792 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200827210384 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2738] ppid=2730 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200826157328 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2739] ppid=2730 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200825104784 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2740] ppid=2730 vsize=14082740 memory=139834081457792 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43159113 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200372562672 140200898185858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2741] ppid=2730 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43159114 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200371508896 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2742] ppid=2730 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43159114 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200370455792 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2743] ppid=2730 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159116 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200369404368 140200898193307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2744] ppid=2730 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 31730 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 43159117 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200368351472 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2745] ppid=2730 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43159117 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200367298928 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2746] ppid=2730 vsize=14082740 memory=139834081457792 CPUtime=0.01 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 31730 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 43159117 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200366245872 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2747] ppid=2730 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159117 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200365193568 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2748] ppid=2730 vsize=14082740 memory=139834081457792 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159117 14420725760 7870 33554432000 4194304 4196468 140723194934496 140200364141616 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31480 KiB

[startup+0.211403 s]*
/proc/loadavg: 1.21 1.22 1.32 7/215 2748
/proc/meminfo: memFree=21266096/32770624 swapFree=67108860/67108860
[pid=2733] ppid=2730 vsize=14082740 memory=47272 CPUtime=0.3 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 31730 0 -1 1077944320 10441 0 0 0 28 2 0 0 20 0 15 0 43159111 14420725760 11818 33554432000 4194304 4196468 140723194934496 140723194917040 140200898174711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
/proc/2733/statm: 3520685 11818 3367 1 0 3482761 0
[pid=2733/tid=2735] ppid=2730 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 31730 0 -1 4202560 8154 0 0 0 19 1 0 0 20 0 15 0 43159111 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200902401888 140200882218341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2736] ppid=2730 vsize=14082740 memory=4294967627 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200828262928 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2737] ppid=2730 vsize=14082740 memory=139834081483632 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200827210384 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2738] ppid=2730 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200826157328 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2739] ppid=2730 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200825104784 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2740] ppid=2730 vsize=14082740 memory=139834081457792 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43159113 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200372562672 140200898185858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2741] ppid=2730 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43159114 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200371508896 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2742] ppid=2730 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43159114 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200370455792 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2743] ppid=2730 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159116 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200369404368 140200898193307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2744] ppid=2730 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) R 2730 2733 31730 0 -1 4202560 434 0 0 0 2 0 0 0 20 0 15 0 43159117 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200368338016 140200898196058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2745] ppid=2730 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) R 2730 2733 31730 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 15 0 43159117 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200367298928 140200898185858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2746] ppid=2730 vsize=14082740 memory=139834081457792 CPUtime=0.06 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) R 2730 2733 31730 0 -1 4202560 308 0 0 0 6 0 0 0 20 0 15 0 43159117 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200366241048 140200876849926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2747] ppid=2730 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159117 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200365193568 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2748] ppid=2730 vsize=14082740 memory=139834081457792 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) R 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159117 14420725760 11818 33554432000 4194304 4196468 140723194934496 140200364141616 140200898185858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47272 KiB

[startup+0.310493 s]*
/proc/loadavg: 1.21 1.22 1.32 3/215 2748
/proc/meminfo: memFree=21262560/32770624 swapFree=67108860/67108860
[pid=2733] ppid=2730 vsize=14082740 memory=50600 CPUtime=0.45 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 31730 0 -1 1077944320 10794 0 0 0 42 3 0 0 20 0 15 0 43159111 14420725760 12650 33554432000 4194304 4196468 140723194934496 140723194917040 140200898174711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
/proc/2733/statm: 3520685 12650 3370 1 0 3482761 0
[pid=2733/tid=2735] ppid=2730 vsize=14082740 memory=7883668157273237332 CPUtime=0.3 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 31730 0 -1 4202560 8483 0 0 0 28 2 0 0 20 0 15 0 43159111 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200902382544 140200883340350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2736] ppid=2730 vsize=14082740 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200828262928 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2737] ppid=2730 vsize=14082740 memory=139834081511200 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200827210384 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2738] ppid=2730 vsize=14082740 memory=55780 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200826157328 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2739] ppid=2730 vsize=14082740 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159112 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200825104784 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2740] ppid=2730 vsize=14082740 memory=139834081518112 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43159113 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200372562672 140200898185858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2741] ppid=2730 vsize=14082740 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43159114 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200371508896 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2742] ppid=2730 vsize=14082740 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43159114 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200370455792 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2743] ppid=2730 vsize=14082740 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159116 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200369404368 140200898193307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2744] ppid=2730 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 31730 0 -1 1077944384 441 0 0 0 3 0 0 0 20 0 15 0 43159117 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200368351472 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2745] ppid=2730 vsize=14082740 memory=139833934724111 CPUtime=0.01 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 31730 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 15 0 43159117 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200367298928 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2746] ppid=2730 vsize=14082740 memory=139834081460386 CPUtime=0.08 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 31730 0 -1 1077944384 316 0 0 0 8 0 0 0 20 0 15 0 43159117 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200366245872 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2747] ppid=2730 vsize=14082740 memory=139833934733231 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159117 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200365193568 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2748] ppid=2730 vsize=14082740 memory=279668016207840 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159117 14420725760 12650 33554432000 4194304 4196468 140723194934496 140200364141616 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50600 KiB

[startup+0.700766 s]
/proc/loadavg: 1.21 1.22 1.32 3/215 2748
/proc/meminfo: memFree=21238428/32770624 swapFree=67108860/67108860
[pid=2733] ppid=2730 vsize=14084808 memory=89248 CPUtime=1 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 31730 0 -1 1077944320 17642 0 0 0 95 5 0 0 20 0 15 0 43159111 14422843392 22312 33554432000 4194304 4196468 140723194934496 140723194917040 140200898174711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
/proc/2733/statm: 3521202 22312 3506 1 0 3483273 0
[pid=2733/tid=2735] ppid=2730 vsize=14084808 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 31730 0 -1 4202560 14936 0 0 0 64 3 0 0 20 0 15 0 43159111 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200902389984 140200882255198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2736] ppid=2730 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43159112 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200828262928 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2737] ppid=2730 vsize=14084808 memory=2 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43159112 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200827210384 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2738] ppid=2730 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159112 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200826157328 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2739] ppid=2730 vsize=14084808 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159112 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200825104784 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2740] ppid=2730 vsize=14084808 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43159113 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200372562672 140200898185858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2741] ppid=2730 vsize=14084808 memory=9072 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43159114 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200371508896 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2742] ppid=2730 vsize=14084808 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43159114 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200370455792 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2743] ppid=2730 vsize=14084808 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159116 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200369404368 140200898193307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2744] ppid=2730 vsize=14084808 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 31730 0 -1 1077944384 596 0 0 0 9 0 0 0 20 0 15 0 43159117 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200368351472 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2745] ppid=2730 vsize=14084808 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 31730 0 -1 1077944384 321 0 0 0 5 0 0 0 20 0 15 0 43159117 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200367298928 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2746] ppid=2730 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 31730 0 -1 1077944384 408 0 0 0 15 0 0 0 20 0 15 0 43159117 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200366245872 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2747] ppid=2730 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159117 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200365193568 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2748] ppid=2730 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43159117 14422843392 22312 33554432000 4194304 4196468 140723194934496 140200364141616 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89248 KiB

[startup+1.50067 s]
/proc/loadavg: 1.21 1.22 1.32 5/215 2748
/proc/meminfo: memFree=21128916/32770624 swapFree=67108860/67108860
[pid=2733] ppid=2730 vsize=14088904 memory=256436 CPUtime=2.98 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 31730 0 -1 1077944320 26927 0 0 0 286 12 0 0 20 0 15 0 43159111 14427037696 64109 33554432000 4194304 4196468 140723194934496 140723194917040 140200898174711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
/proc/2733/statm: 3522226 64109 3574 1 0 3484297 0
[pid=2733/tid=2735] ppid=2730 vsize=14088904 memory=2241 CPUtime=1.45 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 31730 0 -1 4202560 19447 0 0 0 138 7 0 0 20 0 15 0 43159111 14427037696 64109 33554432000 4194304 4196468 140723194934496 140200902406400 140200898186646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2736] ppid=2730 vsize=14088904 memory=2244 CPUtime=0.01 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 31730 0 -1 1077944384 444 0 0 0 1 0 0 0 20 0 15 0 43159112 14427037696 64109 33554432000 4194304 4196468 140723194934496 140200828262928 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2737] ppid=2730 vsize=14088904 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 31730 0 -1 1077944384 222 0 0 0 1 1 0 0 20 0 15 0 43159112 14427037696 64109 33554432000 4194304 4196468 140723194934496 140200827210384 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2738] ppid=2730 vsize=14088904 memory=279667869655872 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 31730 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 43159112 14427037696 64109 33554432000 4194304 4196468 140723194934496 140200826157328 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2739] ppid=2730 vsize=14088904 memory=6944656592455360604 CPUtime=0.02 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 31730 0 -1 1077944384 152 0 0 0 1 1 0 0 20 0 15 0 43159112 14427037696 64109 33554432000 4194304 4196468 140723194934496 140200825104784 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2740] ppid=2730 vsize=14088904 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 31730 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 15 0 43159113 14427037696 64109 33554432000 4194304 4196468 140723194934496 140200372562672 140200898185858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0

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

[pid=2733/tid=2747] ppid=2730 vsize=14090952 memory=636 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200365193568 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2748] ppid=2730 vsize=14090952 memory=1792 CPUtime=1.46 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 31730 0 -1 1077944384 2094 0 0 0 73 73 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200364141616 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 67 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
Current children cumulated CPU time: 2380.53 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 3081544 KiB

[startup+2377.6 s]
/proc/loadavg: 1.99 1.98 1.93 3/215 2920
/proc/meminfo: memFree=14787448/32770624 swapFree=67108860/67108860
[pid=2733] ppid=2730 vsize=14090952 memory=3081544 CPUtime=2382.13 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 31730 0 -1 1077944320 140820 0 0 0 238053 160 0 0 20 0 15 0 43159111 14429134848 770386 33554432000 4194304 4196468 140723194934496 140723194917040 140200898174711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
/proc/2733/statm: 3522738 770386 3585 1 0 3484809 0
[pid=2733/tid=2735] ppid=2730 vsize=14090952 memory=14744 CPUtime=2376.74 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 31730 0 -1 4202560 91145 0 0 0 237607 67 0 0 20 0 15 0 43159111 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200902412752 140200505696541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2736] ppid=2730 vsize=14090952 memory=1296 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 31730 0 -1 1077944384 5273 0 0 0 17 7 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200828262928 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2737] ppid=2730 vsize=14090952 memory=2412 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 31730 0 -1 1077944384 4989 0 0 0 16 8 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200827210384 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2738] ppid=2730 vsize=14090952 memory=8112282956445269571 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 31730 0 -1 1077944384 6030 0 0 0 17 7 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200826157328 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2739] ppid=2730 vsize=14090952 memory=12972 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 31730 0 -1 1077944384 8481 0 0 0 16 8 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200825104784 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2740] ppid=2730 vsize=14090952 memory=796 CPUtime=0.09 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 31730 0 -1 1077944384 8303 0 0 0 5 4 0 0 20 0 15 0 43159113 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200372562672 140200898185858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2741] ppid=2730 vsize=14090952 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 31730 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 43159114 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200371508960 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2742] ppid=2730 vsize=14090952 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 31730 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 43159114 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200370455808 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2743] ppid=2730 vsize=14090952 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159116 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200369404368 140200898193307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2744] ppid=2730 vsize=14090952 memory=3081544 CPUtime=1.15 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 31730 0 -1 1077944384 4103 0 0 0 114 1 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200368351472 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2745] ppid=2730 vsize=14090952 memory=3081544 CPUtime=1.08 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 31730 0 -1 1077944384 4887 0 0 0 107 1 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200367298928 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2746] ppid=2730 vsize=14090952 memory=8112282956445269571 CPUtime=0.54 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 31730 0 -1 1077944384 4067 0 0 0 54 0 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200366245872 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2747] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200365193568 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2748] ppid=2730 vsize=14090952 memory=1408 CPUtime=1.47 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 31730 0 -1 1077944384 2094 0 0 0 74 73 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200364141616 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 67 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
Current children cumulated CPU time: 2382.13 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 3081544 KiB

[startup+2378.4 s]
/proc/loadavg: 1.99 1.98 1.93 3/215 2920
/proc/meminfo: memFree=14787448/32770624 swapFree=67108860/67108860
[pid=2733] ppid=2730 vsize=14090952 memory=3081544 CPUtime=2382.93 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 31730 0 -1 1077944320 140835 0 0 0 238133 160 0 0 20 0 15 0 43159111 14429134848 770386 33554432000 4194304 4196468 140723194934496 140723194917040 140200898174711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
/proc/2733/statm: 3522738 770386 3585 1 0 3484809 0
[pid=2733/tid=2735] ppid=2730 vsize=14090952 memory=14744 CPUtime=2377.54 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 31730 0 -1 4202560 91160 0 0 0 237687 67 0 0 20 0 15 0 43159111 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200902412752 140200505696730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2736] ppid=2730 vsize=14090952 memory=8112282956445269571 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 31730 0 -1 1077944384 5273 0 0 0 17 7 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200828262928 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2737] ppid=2730 vsize=14090952 memory=4008 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 31730 0 -1 1077944384 4989 0 0 0 16 8 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200827210384 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2738] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 31730 0 -1 1077944384 6030 0 0 0 17 7 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200826157328 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2739] ppid=2730 vsize=14090952 memory=8112282956445269571 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 31730 0 -1 1077944384 8481 0 0 0 16 8 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200825104784 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2740] ppid=2730 vsize=14090952 memory=14744 CPUtime=0.09 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 31730 0 -1 1077944384 8303 0 0 0 5 4 0 0 20 0 15 0 43159113 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200372562672 140200898185858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2741] ppid=2730 vsize=14090952 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 31730 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 43159114 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200371508960 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2742] ppid=2730 vsize=14090952 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 31730 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 43159114 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200370455808 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2743] ppid=2730 vsize=14090952 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159116 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200369404368 140200898193307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2744] ppid=2730 vsize=14090952 memory=8112282956445269571 CPUtime=1.15 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 31730 0 -1 1077944384 4103 0 0 0 114 1 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200368351472 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2745] ppid=2730 vsize=14090952 memory=1708 CPUtime=1.08 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 31730 0 -1 1077944384 4887 0 0 0 107 1 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200367298928 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2746] ppid=2730 vsize=14090952 memory=1228 CPUtime=0.54 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 31730 0 -1 1077944384 4067 0 0 0 54 0 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200366245872 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2747] ppid=2730 vsize=14090952 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200365193568 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2748] ppid=2730 vsize=14090952 memory=1004 CPUtime=1.47 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 31730 0 -1 1077944384 2094 0 0 0 74 73 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200364141616 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 67 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
Current children cumulated CPU time: 2382.93 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 3081544 KiB

[startup+2378.6 s]
/proc/loadavg: 1.99 1.98 1.93 3/215 2920
/proc/meminfo: memFree=14787448/32770624 swapFree=67108860/67108860
[pid=2733] ppid=2730 vsize=14090952 memory=3081544 CPUtime=2383.13 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 31730 0 -1 1077944320 140838 0 0 0 238153 160 0 0 20 0 15 0 43159111 14429134848 770386 33554432000 4194304 4196468 140723194934496 140723194917040 140200898174711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
/proc/2733/statm: 3522738 770386 3585 1 0 3484809 0
[pid=2733/tid=2735] ppid=2730 vsize=14090952 memory=1728 CPUtime=2377.74 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 31730 0 -1 4202560 91163 0 0 0 237707 67 0 0 20 0 15 0 43159111 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200902412752 140200505695482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2736] ppid=2730 vsize=14090952 memory=5408 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 31730 0 -1 1077944384 5273 0 0 0 17 7 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200828262928 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2737] ppid=2730 vsize=14090952 memory=4612 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 31730 0 -1 1077944384 4989 0 0 0 16 8 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200827210384 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2738] ppid=2730 vsize=14090952 memory=1708 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 31730 0 -1 1077944384 6030 0 0 0 17 7 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200826157328 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2739] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 31730 0 -1 1077944384 8481 0 0 0 16 8 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200825104784 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2740] ppid=2730 vsize=14090952 memory=4100 CPUtime=0.09 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 31730 0 -1 1077944384 8303 0 0 0 5 4 0 0 20 0 15 0 43159113 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200372562672 140200898185858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2741] ppid=2730 vsize=14090952 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 31730 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 43159114 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200371508960 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2742] ppid=2730 vsize=14090952 memory=916 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 31730 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 43159114 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200370455808 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2743] ppid=2730 vsize=14090952 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159116 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200369404368 140200898193307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2744] ppid=2730 vsize=14090952 memory=3300 CPUtime=1.15 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 31730 0 -1 1077944384 4103 0 0 0 114 1 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200368351472 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2745] ppid=2730 vsize=14090952 memory=2604 CPUtime=1.08 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 31730 0 -1 1077944384 4887 0 0 0 107 1 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200367298928 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2746] ppid=2730 vsize=14090952 memory=6935054825532540783 CPUtime=0.54 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 31730 0 -1 1077944384 4067 0 0 0 54 0 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200366245872 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2747] ppid=2730 vsize=14090952 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200365193568 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2748] ppid=2730 vsize=14090952 memory=1728 CPUtime=1.47 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 31730 0 -1 1077944384 2094 0 0 0 74 73 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200364141616 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 67 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
Current children cumulated CPU time: 2383.13 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 3081544 KiB

[startup+2378.7 s]
/proc/loadavg: 1.99 1.98 1.93 3/215 2920
/proc/meminfo: memFree=14787448/32770624 swapFree=67108860/67108860
[pid=2733] ppid=2730 vsize=14090952 memory=3081544 CPUtime=2383.23 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 31730 0 -1 1077944320 140840 0 0 0 238163 160 0 0 20 0 15 0 43159111 14429134848 770386 33554432000 4194304 4196468 140723194934496 140723194917040 140200898174711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
/proc/2733/statm: 3522738 770386 3585 1 0 3484809 0
[pid=2733/tid=2735] ppid=2730 vsize=14090952 memory=3081544 CPUtime=2377.84 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 31730 0 -1 4202560 91165 0 0 0 237717 67 0 0 20 0 15 0 43159111 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200902412752 140200505696469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2736] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 31730 0 -1 1077944384 5273 0 0 0 17 7 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200828262928 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2737] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 31730 0 -1 1077944384 4989 0 0 0 16 8 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200827210384 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2738] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 31730 0 -1 1077944384 6030 0 0 0 17 7 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200826157328 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2739] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 31730 0 -1 1077944384 8481 0 0 0 16 8 0 0 20 0 15 0 43159112 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200825104784 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2740] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0.09 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 31730 0 -1 1077944384 8303 0 0 0 5 4 0 0 20 0 15 0 43159113 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200372562672 140200898185858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2741] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 31730 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 43159114 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200371508960 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2742] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 31730 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 43159114 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200370455808 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2743] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159116 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200369404368 140200898193307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2744] ppid=2730 vsize=14090952 memory=3081544 CPUtime=1.15 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 31730 0 -1 1077944384 4103 0 0 0 114 1 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200368351472 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2745] ppid=2730 vsize=14090952 memory=3081544 CPUtime=1.08 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 31730 0 -1 1077944384 4887 0 0 0 107 1 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200367298928 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2746] ppid=2730 vsize=14090952 memory=3081544 CPUtime=0.54 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 31730 0 -1 1077944384 4067 0 0 0 54 0 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200366245872 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2747] ppid=2730 vsize=14090952 memory=3296 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200365193568 140200898184917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
[pid=2733/tid=2748] ppid=2730 vsize=14090952 memory=3878892 CPUtime=1.47 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 31730 0 -1 1077944384 2094 0 0 0 74 73 0 0 20 0 15 0 43159117 14429134848 770386 33554432000 4194304 4196468 140723194934496 140200364141616 140200898185858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 67 0 0 6293624 6294260 36851712 140723194942536 140723194942729 140723194942729 140723194945487 0
Current children cumulated CPU time: 2383.23 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 3081544 KiB

Child status: 0
Real time (s): 2378.77
CPU time (s): 2383.31
CPU user time (s): 2381.69
CPU system time (s): 1.61334
CPU usage (%): 100.191
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 3514956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2381.69
system time used= 1.61334
maximum resident set size= 3516112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54871
involuntary context switches= 2515


# summary of solver processes directly reported to runsolver:
#   pid: 2733
#   total CPU time (s): 2383.31
#   total CPU user time (s): 2381.69
#   total CPU system time (s): 1.61334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0507 second user time and 23.222 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 12:39:19
IDJOB=4290675
IDBENCH=141444
IDSOLVER=2743
FILE ID=node137/4290675-1532255959
RUNJOBID= node137-1532225156-31761
PBS_JOBID= 21018945
Free space on /tmp= 56856 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-07-08_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290675-1532255959/watcher-4290675-1532255959 -o /tmp/evaluation-result-4290675-1532255959/solver-4290675-1532255959 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532225156-31761 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1991710231 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290675-1532255959.xml

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

MD5SUM BENCH= 4cf2470ecfcea4403011c16b404a3a31
RANDOM SEED=1991710231

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21298872 kB
MemAvailable:   31491248 kB
Buffers:          236220 kB
Cached:         10155316 kB
SwapCached:            0 kB
Active:          2191316 kB
Inactive:        8701684 kB
Active(anon):     505048 kB
Inactive(anon):    16944 kB
Active(file):    1686268 kB
Inactive(file):  8684740 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38456 kB
Writeback:             0 kB
AnonPages:        508480 kB
Mapped:            49076 kB
Shmem:             17036 kB
Slab:             276612 kB
SReclaimable:     249828 kB
SUnreclaim:        26784 kB
KernelStack:        3776 kB
PageTables:         6228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1108268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56816 MiB
End job on node137 at 2018-07-22 13:18:58