Trace number 4308219

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-08-14SAT 773.832 769.946

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.56	c version: 2018-08-14
0.68/0.56	c seed: 1085441613
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
4.77/2.62	c Parsing done, starting search...
773.78/769.92	s SATISFIABLE
773.78/769.92	v <instantiation>
773.78/769.92	v 	<list>
773.78/769.92	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]
773.78/769.92	v 	</list>
773.78/769.92	v 	<values>
773.78/769.92	v 		17 0 18 1 4 17 3 0 4 11 12 0 11 0 0 7 5 8 0 18 7 0 13 19 17 4 18 18 0 18 18 4 4 13 7 4 17 1 0 18 13 4 0 13 19 14 8 18 0 17 8 18 0 18 18 4 
773.78/769.92	v 	</values>
773.78/769.92	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 (14504 MiB free)
  memory of node 1: 16384 MiB (13204 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308219-1534327567/watcher-4308219-1534327567 -o /tmp/evaluation-result-4308219-1534327567/solver-4308219-1534327567 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534322595-25990 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1085441613 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308219-1534327567.xml 

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

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

solver pid=26618, runsolver pid=26615

[startup+0.100297 s]*
/proc/loadavg: 1.39 1.43 1.41 3/215 26633
/proc/meminfo: memFree=28357356/32770624 swapFree=67108796/67108860
[pid=26618] ppid=26615 vsize=14082736 memory=31440 CPUtime=0.12 cores=0,2,4,6
/proc/26618/stat : 26618 (java) S 26615 26618 22475 0 -1 1077944320 6756 0 0 0 11 1 0 0 20 0 15 0 250319860 14420721664 7860 33554432000 4194304 4196468 140723839016288 140723838998832 140344312168183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
/proc/26618/statm: 3520684 7860 3153 1 0 3482761 0
[pid=26618/tid=26620] ppid=26615 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/26618/task/26620/stat : 26620 (java) R 26615 26618 22475 0 -1 4202560 4798 0 0 0 8 1 0 0 20 0 15 0 250319860 14420721664 7860 33554432000 4194304 4196468 140723839016288 140344316389248 140344296248670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26621] ppid=26615 vsize=14082736 memory=5793855378164521401 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26621/stat : 26621 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 7860 33554432000 4194304 4196468 140723839016288 140344242256784 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26622] ppid=26615 vsize=14082736 memory=140127154628224 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26622/stat : 26622 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 7860 33554432000 4194304 4196468 140723839016288 140344241203984 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26623] ppid=26615 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26623/stat : 26623 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 7860 33554432000 4194304 4196468 140723839016288 140344240151696 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26624] ppid=26615 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26624/stat : 26624 (java) S 26615 26618 22475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 7860 33554432000 4194304 4196468 140723839016288 140344239098896 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26625] ppid=26615 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26625/stat : 26625 (java) S 26615 26618 22475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250319863 14420721664 7860 33554432000 4194304 4196468 140723839016288 140343786309744 140344312179330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26626] ppid=26615 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26626/stat : 26626 (java) S 26615 26618 22475 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250319863 14420721664 7860 33554432000 4194304 4196468 140723839016288 140343785255712 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26627] ppid=26615 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26627/stat : 26627 (java) S 26615 26618 22475 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250319863 14420721664 7860 33554432000 4194304 4196468 140723839016288 140343784203376 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26628] ppid=26615 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26628/stat : 26628 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 7860 33554432000 4194304 4196468 140723839016288 140343783151696 140344312186779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26629] ppid=26615 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26629/stat : 26629 (java) R 26615 26618 22475 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 7860 33554432000 4194304 4196468 140723839016288 140343782099568 140344312179330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26630] ppid=26615 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26630/stat : 26630 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 7860 33554432000 4194304 4196468 140723839016288 140343781046768 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26631] ppid=26615 vsize=14082736 memory=140127154628224 CPUtime=0.01 cores=0,2,4,6
/proc/26618/task/26631/stat : 26631 (java) S 26615 26618 22475 0 -1 1077944384 272 0 0 0 1 0 0 0 20 0 15 0 250319866 14420721664 7860 33554432000 4194304 4196468 140723839016288 140343779994480 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26632] ppid=26615 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26632/stat : 26632 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 7860 33554432000 4194304 4196468 140723839016288 140343778941920 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26633] ppid=26615 vsize=14082736 memory=140127154628224 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26633/stat : 26633 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 7860 33554432000 4194304 4196468 140723839016288 140343777888688 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31440 KiB

[startup+0.2138 s]*
/proc/loadavg: 1.39 1.43 1.41 6/215 26633
/proc/meminfo: memFree=28341644/32770624 swapFree=67108796/67108860
[pid=26618] ppid=26615 vsize=14082736 memory=47500 CPUtime=0.31 cores=0,2,4,6
/proc/26618/stat : 26618 (java) S 26615 26618 22475 0 -1 1077944320 10432 0 0 0 28 3 0 0 20 0 15 0 250319860 14420721664 11875 33554432000 4194304 4196468 140723839016288 140723838998832 140344312168183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
/proc/26618/statm: 3520684 11875 3400 1 0 3482761 0
[pid=26618/tid=26620] ppid=26615 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/26618/task/26620/stat : 26620 (java) R 26615 26618 22475 0 -1 4202560 8140 0 0 0 18 2 0 0 20 0 15 0 250319860 14420721664 11875 33554432000 4194304 4196468 140723839016288 140344316385536 140344296211813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26621] ppid=26615 vsize=14082736 memory=4211973853359418762 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26621/stat : 26621 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 11875 33554432000 4194304 4196468 140723839016288 140344242256784 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26622] ppid=26615 vsize=14082736 memory=140127154628224 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26622/stat : 26622 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 11875 33554432000 4194304 4196468 140723839016288 140344241203984 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26623] ppid=26615 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26623/stat : 26623 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 11875 33554432000 4194304 4196468 140723839016288 140344240151696 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26624] ppid=26615 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26624/stat : 26624 (java) S 26615 26618 22475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 11875 33554432000 4194304 4196468 140723839016288 140344239098896 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26625] ppid=26615 vsize=14082736 memory=140127154628224 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26625/stat : 26625 (java) S 26615 26618 22475 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250319863 14420721664 11875 33554432000 4194304 4196468 140723839016288 140343786309744 140344312179330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26626] ppid=26615 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26626/stat : 26626 (java) S 26615 26618 22475 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250319863 14420721664 11875 33554432000 4194304 4196468 140723839016288 140343785255712 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26627] ppid=26615 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26627/stat : 26627 (java) S 26615 26618 22475 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250319863 14420721664 11875 33554432000 4194304 4196468 140723839016288 140343784203376 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26628] ppid=26615 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26628/stat : 26628 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 11875 33554432000 4194304 4196468 140723839016288 140343783151696 140344312186779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26629] ppid=26615 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26618/task/26629/stat : 26629 (java) R 26615 26618 22475 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 15 0 250319866 14420721664 11875 33554432000 4194304 4196468 140723839016288 140343782099568 140344312179330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26630] ppid=26615 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26618/task/26630/stat : 26630 (java) R 26615 26618 22475 0 -1 4202560 152 0 0 0 2 0 0 0 20 0 15 0 250319866 14420721664 11875 33554432000 4194304 4196468 140723839016288 140343781046768 140344298182560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26631] ppid=26615 vsize=14082736 memory=140127154628224 CPUtime=0.05 cores=0,2,4,6
/proc/26618/task/26631/stat : 26631 (java) R 26615 26618 22475 0 -1 4202560 297 0 0 0 5 0 0 0 20 0 15 0 250319866 14420721664 11875 33554432000 4194304 4196468 140723839016288 140343779991416 140344291101992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26632] ppid=26615 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26632/stat : 26632 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 11875 33554432000 4194304 4196468 140723839016288 140343778941920 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26633] ppid=26615 vsize=14082736 memory=140127154628224 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26633/stat : 26633 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 11875 33554432000 4194304 4196468 140723839016288 140343777888688 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47500 KiB

[startup+0.310481 s]*
/proc/loadavg: 1.39 1.43 1.41 3/215 26633
/proc/meminfo: memFree=28338604/32770624 swapFree=67108796/67108860
[pid=26618] ppid=26615 vsize=14082736 memory=50628 CPUtime=0.44 cores=0,2,4,6
/proc/26618/stat : 26618 (java) S 26615 26618 22475 0 -1 1077944320 10785 0 0 0 41 3 0 0 20 0 15 0 250319860 14420721664 12657 33554432000 4194304 4196468 140723839016288 140723838998832 140344312168183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
/proc/26618/statm: 3520684 12657 3403 1 0 3482761 0
[pid=26618/tid=26620] ppid=26615 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/26618/task/26620/stat : 26620 (java) R 26615 26618 22475 0 -1 4202560 8469 0 0 0 28 2 0 0 20 0 15 0 250319860 14420721664 12657 33554432000 4194304 4196468 140723839016288 140344316379696 140344292443585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26621] ppid=26615 vsize=14082736 memory=4211973853359418762 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26621/stat : 26621 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 12657 33554432000 4194304 4196468 140723839016288 140344242256784 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26622] ppid=26615 vsize=14082736 memory=140127154630588 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26622/stat : 26622 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 12657 33554432000 4194304 4196468 140723839016288 140344241203984 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26623] ppid=26615 vsize=14082736 memory=140126999151067 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26623/stat : 26623 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 12657 33554432000 4194304 4196468 140723839016288 140344240151696 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26624] ppid=26615 vsize=14082736 memory=140126999137743 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26624/stat : 26624 (java) S 26615 26618 22475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250319861 14420721664 12657 33554432000 4194304 4196468 140723839016288 140344239098896 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26625] ppid=26615 vsize=14082736 memory=140127154650726 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26625/stat : 26625 (java) S 26615 26618 22475 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250319863 14420721664 12657 33554432000 4194304 4196468 140723839016288 140343786309744 140344312179330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26626] ppid=26615 vsize=14082736 memory=140126999146927 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26626/stat : 26626 (java) S 26615 26618 22475 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250319863 14420721664 12657 33554432000 4194304 4196468 140723839016288 140343785255712 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26627] ppid=26615 vsize=14082736 memory=280253998284688 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26627/stat : 26627 (java) S 26615 26618 22475 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250319863 14420721664 12657 33554432000 4194304 4196468 140723839016288 140343784203376 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26628] ppid=26615 vsize=14082736 memory=280253998282384 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26628/stat : 26628 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 12657 33554432000 4194304 4196468 140723839016288 140343783151696 140344312186779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26629] ppid=26615 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26618/task/26629/stat : 26629 (java) S 26615 26618 22475 0 -1 1077944384 464 0 0 0 2 0 0 0 20 0 15 0 250319866 14420721664 12657 33554432000 4194304 4196468 140723839016288 140343782099568 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26630] ppid=26615 vsize=14082736 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26618/task/26630/stat : 26630 (java) S 26615 26618 22475 0 -1 1077944384 164 0 0 0 3 0 0 0 20 0 15 0 250319866 14420721664 12657 33554432000 4194304 4196468 140723839016288 140343781046768 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26631] ppid=26615 vsize=14082736 memory=140127154628224 CPUtime=0.08 cores=0,2,4,6
/proc/26618/task/26631/stat : 26631 (java) S 26615 26618 22475 0 -1 1077944384 307 0 0 0 8 0 0 0 20 0 15 0 250319866 14420721664 12657 33554432000 4194304 4196468 140723839016288 140343779994480 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26632] ppid=26615 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26632/stat : 26632 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 12657 33554432000 4194304 4196468 140723839016288 140343778941920 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26633] ppid=26615 vsize=14082736 memory=140127154628224 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26633/stat : 26633 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319866 14420721664 12657 33554432000 4194304 4196468 140723839016288 140343777888688 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50628 KiB

[startup+0.700772 s]
/proc/loadavg: 1.39 1.43 1.41 5/215 26633
/proc/meminfo: memFree=28314420/32770624 swapFree=67108796/67108860
[pid=26618] ppid=26615 vsize=14084804 memory=88676 CPUtime=0.99 cores=0,2,4,6
/proc/26618/stat : 26618 (java) S 26615 26618 22475 0 -1 1077944320 17603 0 0 0 95 4 0 0 20 0 15 0 250319860 14422839296 22169 33554432000 4194304 4196468 140723839016288 140723838998832 140344312168183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
/proc/26618/statm: 3521201 22169 3490 1 0 3483273 0
[pid=26618/tid=26620] ppid=26615 vsize=14084804 memory=796 CPUtime=0.68 cores=0,2,4,6
/proc/26618/task/26620/stat : 26620 (java) R 26615 26618 22475 0 -1 4202560 14907 0 0 0 64 4 0 0 20 0 15 0 250319860 14422839296 22169 33554432000 4194304 4196468 140723839016288 140344316392288 140344312190109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26621] ppid=26615 vsize=14084804 memory=1592 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26621/stat : 26621 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14422839296 22169 33554432000 4194304 4196468 140723839016288 140344242256784 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26622] ppid=26615 vsize=14084804 memory=3780 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26622/stat : 26622 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14422839296 22169 33554432000 4194304 4196468 140723839016288 140344241203984 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26623] ppid=26615 vsize=14084804 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26623/stat : 26623 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319861 14422839296 22169 33554432000 4194304 4196468 140723839016288 140344240151696 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26624] ppid=26615 vsize=14084804 memory=8099279071866868837 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26624/stat : 26624 (java) S 26615 26618 22475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250319861 14422839296 22169 33554432000 4194304 4196468 140723839016288 140344239098896 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26625] ppid=26615 vsize=14084804 memory=4641330296368681040 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26625/stat : 26625 (java) S 26615 26618 22475 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250319863 14422839296 22169 33554432000 4194304 4196468 140723839016288 140343786309744 140344312179330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26626] ppid=26615 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26626/stat : 26626 (java) S 26615 26618 22475 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250319863 14422839296 22169 33554432000 4194304 4196468 140723839016288 140343785255712 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26627] ppid=26615 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26627/stat : 26627 (java) S 26615 26618 22475 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250319863 14422839296 22169 33554432000 4194304 4196468 140723839016288 140343784203376 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26628] ppid=26615 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26628/stat : 26628 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14422839296 22169 33554432000 4194304 4196468 140723839016288 140343783151696 140344312186779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26629] ppid=26615 vsize=14084804 memory=582 CPUtime=0.06 cores=0,2,4,6
/proc/26618/task/26629/stat : 26629 (java) S 26615 26618 22475 0 -1 1077944384 615 0 0 0 6 0 0 0 20 0 15 0 250319866 14422839296 22169 33554432000 4194304 4196468 140723839016288 140343782099568 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26630] ppid=26615 vsize=14084804 memory=7 CPUtime=0.09 cores=0,2,4,6
/proc/26618/task/26630/stat : 26630 (java) S 26615 26618 22475 0 -1 1077944384 318 0 0 0 9 0 0 0 20 0 15 0 250319866 14422839296 22169 33554432000 4194304 4196468 140723839016288 140343781046768 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26631] ppid=26615 vsize=14084804 memory=716 CPUtime=0.15 cores=0,2,4,6
/proc/26618/task/26631/stat : 26631 (java) S 26615 26618 22475 0 -1 1077944384 382 0 0 0 15 0 0 0 20 0 15 0 250319866 14422839296 22169 33554432000 4194304 4196468 140723839016288 140343779994480 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26632] ppid=26615 vsize=14084804 memory=280253998468592 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26632/stat : 26632 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14422839296 22169 33554432000 4194304 4196468 140723839016288 140343778941920 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26633] ppid=26615 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26633/stat : 26633 (java) S 26615 26618 22475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250319866 14422839296 22169 33554432000 4194304 4196468 140723839016288 140343777888688 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88676 KiB

[startup+1.50077 s]
/proc/loadavg: 1.39 1.43 1.41 5/215 26633
/proc/meminfo: memFree=28216996/32770624 swapFree=67108796/67108860
[pid=26618] ppid=26615 vsize=14088900 memory=256008 CPUtime=3.04 cores=0,2,4,6
/proc/26618/stat : 26618 (java) S 26615 26618 22475 0 -1 1077944320 27568 0 0 0 293 11 0 0 20 0 15 0 250319860 14427033600 64002 33554432000 4194304 4196468 140723839016288 140723838998832 140344312168183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
/proc/26618/statm: 3522225 64002 3568 1 0 3484297 0
[pid=26618/tid=26620] ppid=26615 vsize=14088900 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/26618/task/26620/stat : 26620 (java) R 26615 26618 22475 0 -1 4202560 19181 0 0 0 139 6 0 0 20 0 15 0 250319860 14427033600 64002 33554432000 4194304 4196468 140723839016288 140344316387104 140344290612583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26621] ppid=26615 vsize=14088900 memory=-2746958450906831424 CPUtime=0.02 cores=0,2,4,6
/proc/26618/task/26621/stat : 26621 (java) S 26615 26618 22475 0 -1 1077944384 230 0 0 0 1 1 0 0 20 0 15 0 250319861 14427033600 64002 33554432000 4194304 4196468 140723839016288 140344242256784 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26622] ppid=26615 vsize=14088900 memory=-3472574513799858009 CPUtime=0.01 cores=0,2,4,6
/proc/26618/task/26622/stat : 26622 (java) S 26615 26618 22475 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 15 0 250319861 14427033600 64002 33554432000 4194304 4196468 140723839016288 140344241203984 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26623] ppid=26615 vsize=14088900 memory=4948220820560124800 CPUtime=0.01 cores=0,2,4,6
/proc/26618/task/26623/stat : 26623 (java) S 26615 26618 22475 0 -1 1077944384 198 0 0 0 1 0 0 0 20 0 15 0 250319861 14427033600 64002 33554432000 4194304 4196468 140723839016288 140344240151696 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26624] ppid=26615 vsize=14088900 memory=-3472574513799858003 CPUtime=0.02 cores=0,2,4,6
/proc/26618/task/26624/stat : 26624 (java) S 26615 26618 22475 0 -1 1077944384 438 0 0 0 1 1 0 0 20 0 15 0 250319861 14427033600 64002 33554432000 4194304 4196468 140723839016288 140344239098896 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26625] ppid=26615 vsize=14088900 memory=-6305716109233775744 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26625/stat : 26625 (java) S 26615 26618 22475 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 15 0 250319863 14427033600 64002 33554432000 4194304 4196468 140723839016288 140343786309744 140344312179330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0

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

[pid=26618/tid=26632] ppid=26615 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26632/stat : 26632 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343778941920 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26633] ppid=26615 vsize=14088900 memory=3860 CPUtime=0.44 cores=0,2,4,6
/proc/26618/task/26633/stat : 26633 (java) S 26615 26618 22475 0 -1 1077944384 964 0 0 0 23 21 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343777888688 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
Current children cumulated CPU time: 771.88 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 3513688 KiB

[startup+768.801 s]
/proc/loadavg: 2.03 2.03 1.79 3/215 26730
/proc/meminfo: memFree=22539292/32770624 swapFree=67108796/67108860
[pid=26618] ppid=26615 vsize=14088900 memory=3513688 CPUtime=772.68 cores=0,2,4,6
/proc/26618/stat : 26618 (java) S 26615 26618 22475 0 -1 1077944320 74270 0 0 0 77165 103 0 0 20 0 15 0 250319860 14427033600 878422 33554432000 4194304 4196468 140723839016288 140723838998832 140344312168183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
/proc/26618/statm: 3522225 878422 3585 1 0 3484297 0
[pid=26618/tid=26620] ppid=26615 vsize=14088900 memory=3513688 CPUtime=768.42 cores=0,2,4,6
/proc/26618/task/26620/stat : 26620 (java) R 26615 26618 22475 0 -1 4202560 48733 0 0 0 76788 54 0 0 20 0 15 0 250319860 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344316406320 140343917185807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26621] ppid=26615 vsize=14088900 memory=3980 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26621/stat : 26621 (java) S 26615 26618 22475 0 -1 1077944384 2293 0 0 0 16 6 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344242256784 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26622] ppid=26615 vsize=14088900 memory=3513688 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26622/stat : 26622 (java) S 26615 26618 22475 0 -1 1077944384 1687 0 0 0 15 7 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344241203984 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26623] ppid=26615 vsize=14088900 memory=6791534058613427641 CPUtime=0.21 cores=0,2,4,6
/proc/26618/task/26623/stat : 26623 (java) S 26615 26618 22475 0 -1 1077944384 1714 0 0 0 15 6 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344240151696 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26624] ppid=26615 vsize=14088900 memory=2180 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26624/stat : 26624 (java) S 26615 26618 22475 0 -1 1077944384 3611 0 0 0 15 7 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344239098896 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26625] ppid=26615 vsize=14088900 memory=3980 CPUtime=0.03 cores=0,2,4,6
/proc/26618/task/26625/stat : 26625 (java) S 26615 26618 22475 0 -1 1077944384 3077 0 0 0 2 1 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343786309744 140344312179330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26626] ppid=26615 vsize=14088900 memory=880 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26626/stat : 26626 (java) S 26615 26618 22475 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343785255776 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26627] ppid=26615 vsize=14088900 memory=932 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26627/stat : 26627 (java) S 26615 26618 22475 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343784203392 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26628] ppid=26615 vsize=14088900 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26628/stat : 26628 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343783151696 140344312186779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26629] ppid=26615 vsize=14088900 memory=8628 CPUtime=1.13 cores=0,2,4,6
/proc/26618/task/26629/stat : 26629 (java) S 26615 26618 22475 0 -1 1077944384 3078 0 0 0 113 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343782099568 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26630] ppid=26615 vsize=14088900 memory=1080 CPUtime=1.15 cores=0,2,4,6
/proc/26618/task/26630/stat : 26630 (java) S 26615 26618 22475 0 -1 1077944384 4045 0 0 0 115 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343781046768 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26631] ppid=26615 vsize=14088900 memory=752 CPUtime=0.53 cores=0,2,4,6
/proc/26618/task/26631/stat : 26631 (java) S 26615 26618 22475 0 -1 1077944384 3626 0 0 0 52 1 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343779994480 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26632] ppid=26615 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26632/stat : 26632 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343778941920 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26633] ppid=26615 vsize=14088900 memory=15108 CPUtime=0.45 cores=0,2,4,6
/proc/26618/task/26633/stat : 26633 (java) S 26615 26618 22475 0 -1 1077944384 964 0 0 0 23 22 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343777888688 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
Current children cumulated CPU time: 772.68 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 3513688 KiB

[startup+769.601 s]
/proc/loadavg: 2.03 2.03 1.79 3/215 26730
/proc/meminfo: memFree=22539292/32770624 swapFree=67108796/67108860
[pid=26618] ppid=26615 vsize=14088900 memory=3513688 CPUtime=773.48 cores=0,2,4,6
/proc/26618/stat : 26618 (java) S 26615 26618 22475 0 -1 1077944320 74298 0 0 0 77245 103 0 0 20 0 15 0 250319860 14427033600 878422 33554432000 4194304 4196468 140723839016288 140723838998832 140344312168183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
/proc/26618/statm: 3522225 878422 3585 1 0 3484297 0
[pid=26618/tid=26620] ppid=26615 vsize=14088900 memory=67992 CPUtime=769.22 cores=0,2,4,6
/proc/26618/task/26620/stat : 26620 (java) R 26615 26618 22475 0 -1 4202560 48761 0 0 0 76868 54 0 0 20 0 15 0 250319860 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344316406320 140343917321063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26621] ppid=26615 vsize=14088900 memory=67992 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26621/stat : 26621 (java) S 26615 26618 22475 0 -1 1077944384 2293 0 0 0 16 6 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344242256784 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26622] ppid=26615 vsize=14088900 memory=2056 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26622/stat : 26622 (java) S 26615 26618 22475 0 -1 1077944384 1687 0 0 0 15 7 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344241203984 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26623] ppid=26615 vsize=14088900 memory=3513688 CPUtime=0.21 cores=0,2,4,6
/proc/26618/task/26623/stat : 26623 (java) S 26615 26618 22475 0 -1 1077944384 1714 0 0 0 15 6 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344240151696 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26624] ppid=26615 vsize=14088900 memory=3513688 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26624/stat : 26624 (java) S 26615 26618 22475 0 -1 1077944384 3611 0 0 0 15 7 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344239098896 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26625] ppid=26615 vsize=14088900 memory=1728 CPUtime=0.03 cores=0,2,4,6
/proc/26618/task/26625/stat : 26625 (java) S 26615 26618 22475 0 -1 1077944384 3077 0 0 0 2 1 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343786309744 140344312179330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26626] ppid=26615 vsize=14088900 memory=8628 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26626/stat : 26626 (java) S 26615 26618 22475 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343785255776 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26627] ppid=26615 vsize=14088900 memory=1080 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26627/stat : 26627 (java) S 26615 26618 22475 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343784203392 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26628] ppid=26615 vsize=14088900 memory=3632 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26628/stat : 26628 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343783151696 140344312186779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26629] ppid=26615 vsize=14088900 memory=67992 CPUtime=1.13 cores=0,2,4,6
/proc/26618/task/26629/stat : 26629 (java) S 26615 26618 22475 0 -1 1077944384 3078 0 0 0 113 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343782099568 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26630] ppid=26615 vsize=14088900 memory=2056 CPUtime=1.15 cores=0,2,4,6
/proc/26618/task/26630/stat : 26630 (java) S 26615 26618 22475 0 -1 1077944384 4045 0 0 0 115 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343781046768 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26631] ppid=26615 vsize=14088900 memory=3513688 CPUtime=0.53 cores=0,2,4,6
/proc/26618/task/26631/stat : 26631 (java) S 26615 26618 22475 0 -1 1077944384 3626 0 0 0 52 1 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343779994480 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26632] ppid=26615 vsize=14088900 memory=3140 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26632/stat : 26632 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343778941920 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26633] ppid=26615 vsize=14088900 memory=1244 CPUtime=0.45 cores=0,2,4,6
/proc/26618/task/26633/stat : 26633 (java) S 26615 26618 22475 0 -1 1077944384 964 0 0 0 23 22 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343777888688 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
Current children cumulated CPU time: 773.48 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 3513688 KiB

[startup+769.801 s]
/proc/loadavg: 2.03 2.03 1.79 3/215 26730
/proc/meminfo: memFree=22539292/32770624 swapFree=67108796/67108860
[pid=26618] ppid=26615 vsize=14088900 memory=3513688 CPUtime=773.68 cores=0,2,4,6
/proc/26618/stat : 26618 (java) S 26615 26618 22475 0 -1 1077944320 74306 0 0 0 77265 103 0 0 20 0 15 0 250319860 14427033600 878422 33554432000 4194304 4196468 140723839016288 140723838998832 140344312168183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
/proc/26618/statm: 3522225 878422 3585 1 0 3484297 0
[pid=26618/tid=26620] ppid=26615 vsize=14088900 memory=932 CPUtime=769.42 cores=0,2,4,6
/proc/26618/task/26620/stat : 26620 (java) R 26615 26618 22475 0 -1 4202560 48769 0 0 0 76888 54 0 0 20 0 15 0 250319860 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344316406320 140343917188412 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26621] ppid=26615 vsize=14088900 memory=1728 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26621/stat : 26621 (java) S 26615 26618 22475 0 -1 1077944384 2293 0 0 0 16 6 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344242256784 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26622] ppid=26615 vsize=14088900 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26622/stat : 26622 (java) S 26615 26618 22475 0 -1 1077944384 1687 0 0 0 15 7 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344241203984 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26623] ppid=26615 vsize=14088900 memory=6791534058613427641 CPUtime=0.21 cores=0,2,4,6
/proc/26618/task/26623/stat : 26623 (java) S 26615 26618 22475 0 -1 1077944384 1714 0 0 0 15 6 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344240151696 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26624] ppid=26615 vsize=14088900 memory=254471913500286 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26624/stat : 26624 (java) S 26615 26618 22475 0 -1 1077944384 3611 0 0 0 15 7 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344239098896 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26625] ppid=26615 vsize=14088900 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26618/task/26625/stat : 26625 (java) S 26615 26618 22475 0 -1 1077944384 3077 0 0 0 2 1 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343786309744 140344312179330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26626] ppid=26615 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26626/stat : 26626 (java) S 26615 26618 22475 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343785255776 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26627] ppid=26615 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26627/stat : 26627 (java) S 26615 26618 22475 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343784203392 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26628] ppid=26615 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26628/stat : 26628 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343783151696 140344312186779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26629] ppid=26615 vsize=14088900 memory=3780 CPUtime=1.13 cores=0,2,4,6
/proc/26618/task/26629/stat : 26629 (java) S 26615 26618 22475 0 -1 1077944384 3078 0 0 0 113 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343782099568 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26630] ppid=26615 vsize=14088900 memory=3140 CPUtime=1.15 cores=0,2,4,6
/proc/26618/task/26630/stat : 26630 (java) S 26615 26618 22475 0 -1 1077944384 4045 0 0 0 115 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343781046768 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26631] ppid=26615 vsize=14088900 memory=1244 CPUtime=0.53 cores=0,2,4,6
/proc/26618/task/26631/stat : 26631 (java) S 26615 26618 22475 0 -1 1077944384 3626 0 0 0 52 1 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343779994480 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26632] ppid=26615 vsize=14088900 memory=1036 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26632/stat : 26632 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343778941920 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26633] ppid=26615 vsize=14088900 memory=1776 CPUtime=0.45 cores=0,2,4,6
/proc/26618/task/26633/stat : 26633 (java) S 26615 26618 22475 0 -1 1077944384 964 0 0 0 23 22 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343777888688 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
Current children cumulated CPU time: 773.68 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 3513688 KiB

[startup+769.901 s]
/proc/loadavg: 2.03 2.03 1.79 3/215 26730
/proc/meminfo: memFree=22539292/32770624 swapFree=67108796/67108860
[pid=26618] ppid=26615 vsize=14088900 memory=3513688 CPUtime=773.78 cores=0,2,4,6
/proc/26618/stat : 26618 (java) S 26615 26618 22475 0 -1 1077944320 74308 0 0 0 77275 103 0 0 20 0 15 0 250319860 14427033600 878422 33554432000 4194304 4196468 140723839016288 140723838998832 140344312168183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
/proc/26618/statm: 3522225 878422 3585 1 0 3484297 0
[pid=26618/tid=26620] ppid=26615 vsize=14088900 memory=3513688 CPUtime=769.52 cores=0,2,4,6
/proc/26618/task/26620/stat : 26620 (java) R 26615 26618 22475 0 -1 4202560 48771 0 0 0 76898 54 0 0 20 0 15 0 250319860 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344316406320 140343917188076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26621] ppid=26615 vsize=14088900 memory=3513688 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26621/stat : 26621 (java) S 26615 26618 22475 0 -1 1077944384 2293 0 0 0 16 6 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344242256784 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26622] ppid=26615 vsize=14088900 memory=3513304 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26622/stat : 26622 (java) S 26615 26618 22475 0 -1 1077944384 1687 0 0 0 15 7 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344241203984 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26623] ppid=26615 vsize=14088900 memory=3514200 CPUtime=0.21 cores=0,2,4,6
/proc/26618/task/26623/stat : 26623 (java) S 26615 26618 22475 0 -1 1077944384 1714 0 0 0 15 6 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344240151696 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26624] ppid=26615 vsize=14088900 memory=3513688 CPUtime=0.22 cores=0,2,4,6
/proc/26618/task/26624/stat : 26624 (java) S 26615 26618 22475 0 -1 1077944384 3611 0 0 0 15 7 0 0 20 0 15 0 250319861 14427033600 878422 33554432000 4194304 4196468 140723839016288 140344239098896 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26625] ppid=26615 vsize=14088900 memory=3513688 CPUtime=0.03 cores=0,2,4,6
/proc/26618/task/26625/stat : 26625 (java) S 26615 26618 22475 0 -1 1077944384 3077 0 0 0 2 1 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343786309744 140344312179330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26626] ppid=26615 vsize=14088900 memory=164 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26626/stat : 26626 (java) S 26615 26618 22475 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343785255776 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26627] ppid=26615 vsize=14088900 memory=3513688 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26627/stat : 26627 (java) S 26615 26618 22475 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250319863 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343784203392 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26628] ppid=26615 vsize=14088900 memory=22 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26628/stat : 26628 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343783151696 140344312186779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26629] ppid=26615 vsize=14088900 memory=3513688 CPUtime=1.13 cores=0,2,4,6
/proc/26618/task/26629/stat : 26629 (java) S 26615 26618 22475 0 -1 1077944384 3078 0 0 0 113 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343782099568 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26630] ppid=26615 vsize=14088900 memory=3513688 CPUtime=1.15 cores=0,2,4,6
/proc/26618/task/26630/stat : 26630 (java) S 26615 26618 22475 0 -1 1077944384 4045 0 0 0 115 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343781046768 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26631] ppid=26615 vsize=14088900 memory=3513688 CPUtime=0.53 cores=0,2,4,6
/proc/26618/task/26631/stat : 26631 (java) S 26615 26618 22475 0 -1 1077944384 3626 0 0 0 52 1 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343779994480 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26632] ppid=26615 vsize=14088900 memory=33 CPUtime=0 cores=0,2,4,6
/proc/26618/task/26632/stat : 26632 (java) S 26615 26618 22475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343778941920 140344312178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
[pid=26618/tid=26633] ppid=26615 vsize=14088900 memory=6791534058613427641 CPUtime=0.45 cores=0,2,4,6
/proc/26618/task/26633/stat : 26633 (java) S 26615 26618 22475 0 -1 1077944384 964 0 0 0 23 22 0 0 20 0 15 0 250319866 14427033600 878422 33554432000 4194304 4196468 140723839016288 140343777888688 140344312179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19513344 140723839018056 140723839018249 140723839018249 140723839021007 0
Current children cumulated CPU time: 773.78 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 3513688 KiB

Child status: 0
Real time (s): 769.946
CPU time (s): 773.832
CPU user time (s): 772.782
CPU system time (s): 1.05018
CPU usage (%): 100.505
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 3514456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 772.782
system time used= 1.05018
maximum resident set size= 3518552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77288
page faults= 0
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19640
involuntary context switches= 822


# summary of solver processes directly reported to runsolver:
#   pid: 26618
#   total CPU time (s): 773.832
#   total CPU user time (s): 772.782
#   total CPU system time (s): 1.05018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14607 second user time and 6.5946 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-15 12:06:07
IDJOB=4308219
IDBENCH=141444
IDSOLVER=2791
FILE ID=node138/4308219-1534327567
RUNJOBID= node138-1534322595-25990
PBS_JOBID= 21038133
Free space on /tmp= 27356 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
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-4308219-1534327567/watcher-4308219-1534327567 -o /tmp/evaluation-result-4308219-1534327567/solver-4308219-1534327567 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534322595-25990 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1085441613 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308219-1534327567.xml

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

MD5SUM BENCH= 4cf2470ecfcea4403011c16b404a3a31
RANDOM SEED=1085441613

node138.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.71
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.71
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.71
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.71
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:        28373772 kB
MemAvailable:   31573104 kB
Buffers:           76912 kB
Cached:          3353504 kB
SwapCached:           12 kB
Active:          2055608 kB
Inactive:        1751408 kB
Active(anon):     319712 kB
Inactive(anon):   117860 kB
Active(file):    1735896 kB
Inactive(file):  1633548 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             38580 kB
Writeback:             0 kB
AnonPages:        383864 kB
Mapped:            67300 kB
Shmem:             57932 kB
Slab:             286432 kB
SReclaimable:     258348 kB
SUnreclaim:        28084 kB
KernelStack:        3584 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1232800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27316 MiB
End job on node138 at 2018-08-15 12:18:57