Trace number 4307702

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 2018-08-14SAT 68.6738 65.8218

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
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 benchmark2.37354
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 1916701869
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...
2.35/1.29	c Parsing done, starting search...
68.65/65.80	s SATISFIABLE
68.65/65.80	v <instantiation>
68.65/65.80	v 	<list>
68.65/65.80	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34]
68.65/65.80	v 	</list>
68.65/65.80	v 	<values>
68.65/65.80	v 		4 4 1 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14 
68.65/65.80	v 	</values>
68.65/65.80	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 (13436 MiB free)
  memory of node 1: 16384 MiB (10519 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307702-1534266001/watcher-4307702-1534266001 -o /tmp/evaluation-result-4307702-1534266001/solver-4307702-1534266001 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534258055-17901 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1916701869 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307702-1534266001.xml 

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

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

solver pid=18854, runsolver pid=18851

[startup+0.100095 s]*
/proc/loadavg: 1.57 1.48 1.44 3/216 18869
/proc/meminfo: memFree=24513916/32770624 swapFree=67108172/67108860
[pid=18854] ppid=18851 vsize=14082736 memory=30576 CPUtime=0.12 cores=1,3,5,7
/proc/18854/stat : 18854 (java) S 18851 18854 17869 0 -1 1077944320 6596 0 0 0 11 1 0 0 20 0 15 0 244163324 14420721664 7644 33554432000 4194304 4196468 140724290807760 140724290790304 140088054943479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
/proc/18854/statm: 3520684 7644 3134 1 0 3482761 0
[pid=18854/tid=18856] ppid=18851 vsize=14082736 memory=-8773748148829982334 CPUtime=0.09 cores=1,3,5,7
/proc/18854/task/18856/stat : 18856 (java) R 18851 18854 17869 0 -1 4202560 4655 0 0 0 8 1 0 0 20 0 15 0 244163324 14420721664 7644 33554432000 4194304 4196468 140724290807760 140088059166384 140088054955414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18857] ppid=18851 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18857/stat : 18857 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 7644 33554432000 4194304 4196468 140724290807760 140088011495824 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18858] ppid=18851 vsize=14082736 memory=140504228505216 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18858/stat : 18858 (java) S 18851 18854 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 7644 33554432000 4194304 4196468 140724290807760 140088010443024 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18859] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18859/stat : 18859 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087648512656 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18860] ppid=18851 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18860/stat : 18860 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087647459856 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18861] ppid=18851 vsize=14082736 memory=140504228505216 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18861/stat : 18861 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163326 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087236508272 140088054954626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18862] ppid=18851 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18862/stat : 18862 (java) S 18851 18854 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244163327 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087235454240 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18863] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18863/stat : 18863 (java) S 18851 18854 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244163327 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087234401904 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18864] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18864/stat : 18864 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163329 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087233350224 140088054962075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18865] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18865/stat : 18865 (java) S 18851 18854 17869 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 244163329 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087232297072 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18866] ppid=18851 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18866/stat : 18866 (java) S 18851 18854 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244163329 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087231244272 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18867] ppid=18851 vsize=14082736 memory=140504228505216 CPUtime=0.01 cores=1,3,5,7
/proc/18854/task/18867/stat : 18867 (java) S 18851 18854 17869 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 15 0 244163329 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087230191984 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18868] ppid=18851 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18868/stat : 18868 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163330 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087229139424 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18869] ppid=18851 vsize=14082736 memory=140504228505216 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18869/stat : 18869 (java) S 18851 18854 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244163330 14420721664 7644 33554432000 4194304 4196468 140724290807760 140087228087216 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30576 KiB

[startup+0.210452 s]*
/proc/loadavg: 1.57 1.48 1.44 5/216 18869
/proc/meminfo: memFree=24497792/32770624 swapFree=67108172/67108860
[pid=18854] ppid=18851 vsize=14082736 memory=46868 CPUtime=0.31 cores=1,3,5,7
/proc/18854/stat : 18854 (java) S 18851 18854 17869 0 -1 1077944320 10347 0 0 0 28 3 0 0 20 0 15 0 244163324 14420721664 11717 33554432000 4194304 4196468 140724290807760 140724290790304 140088054943479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
/proc/18854/statm: 3520684 11717 3372 1 0 3482761 0
[pid=18854/tid=18856] ppid=18851 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/18854/task/18856/stat : 18856 (java) R 18851 18854 17869 0 -1 4202560 8084 0 0 0 18 2 0 0 20 0 15 0 244163324 14420721664 11717 33554432000 4194304 4196468 140724290807760 140088059168448 140088036528508 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18857] ppid=18851 vsize=14082736 memory=342 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18857/stat : 18857 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 11717 33554432000 4194304 4196468 140724290807760 140088011495824 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18858] ppid=18851 vsize=14082736 memory=140504229817336 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18858/stat : 18858 (java) S 18851 18854 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 11717 33554432000 4194304 4196468 140724290807760 140088010443024 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18859] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18859/stat : 18859 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087648512656 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18860] ppid=18851 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18860/stat : 18860 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087647459856 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18861] ppid=18851 vsize=14082736 memory=140504228505216 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18861/stat : 18861 (java) S 18851 18854 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244163326 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087236508272 140088054954626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18862] ppid=18851 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18862/stat : 18862 (java) S 18851 18854 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244163327 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087235454240 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18863] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18863/stat : 18863 (java) S 18851 18854 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244163327 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087234401904 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18864] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18864/stat : 18864 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163329 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087233350224 140088054962075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18865] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18865/stat : 18865 (java) R 18851 18854 17869 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 15 0 244163329 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087232297072 140088054954626 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18866] ppid=18851 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18854/task/18866/stat : 18866 (java) R 18851 18854 17869 0 -1 4202560 256 0 0 0 2 0 0 0 20 0 15 0 244163329 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087231231120 140088047232928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18867] ppid=18851 vsize=14082736 memory=140504228505216 CPUtime=0.06 cores=1,3,5,7
/proc/18854/task/18867/stat : 18867 (java) R 18851 18854 17869 0 -1 4202560 293 0 0 0 6 0 0 0 20 0 15 0 244163329 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087230189520 140088047180606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18868] ppid=18851 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18868/stat : 18868 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163330 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087229139424 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18869] ppid=18851 vsize=14082736 memory=140504228505216 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18869/stat : 18869 (java) S 18851 18854 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244163330 14420721664 11717 33554432000 4194304 4196468 140724290807760 140087228087216 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46868 KiB

[startup+0.310566 s]*
/proc/loadavg: 1.57 1.48 1.44 3/216 18869
/proc/meminfo: memFree=24494008/32770624 swapFree=67108172/67108860
[pid=18854] ppid=18851 vsize=14082736 memory=50740 CPUtime=0.45 cores=1,3,5,7
/proc/18854/stat : 18854 (java) S 18851 18854 17869 0 -1 1077944320 10788 0 0 0 42 3 0 0 20 0 15 0 244163324 14420721664 12685 33554432000 4194304 4196468 140724290807760 140724290790304 140088054943479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
/proc/18854/statm: 3520684 12685 3421 1 0 3482761 0
[pid=18854/tid=18856] ppid=18851 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/18854/task/18856/stat : 18856 (java) R 18851 18854 17869 0 -1 4202560 8449 0 0 0 27 2 0 0 20 0 15 0 244163324 14420721664 12685 33554432000 4194304 4196468 140724290807760 140088059151760 140088040109134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18857] ppid=18851 vsize=14082736 memory=4294977827 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18857/stat : 18857 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 12685 33554432000 4194304 4196468 140724290807760 140088011495824 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18858] ppid=18851 vsize=14082736 memory=140504229817335 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18858/stat : 18858 (java) S 18851 18854 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 12685 33554432000 4194304 4196468 140724290807760 140088010443024 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18859] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18859/stat : 18859 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087648512656 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18860] ppid=18851 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18860/stat : 18860 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087647459856 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18861] ppid=18851 vsize=14082736 memory=140504228505216 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18861/stat : 18861 (java) S 18851 18854 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244163326 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087236508272 140088054954626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18862] ppid=18851 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18862/stat : 18862 (java) S 18851 18854 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244163327 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087235454240 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18863] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18863/stat : 18863 (java) S 18851 18854 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244163327 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087234401904 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18864] ppid=18851 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18864/stat : 18864 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163329 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087233350224 140088054962075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18865] ppid=18851 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18854/task/18865/stat : 18865 (java) S 18851 18854 17869 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 244163329 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087232297072 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18866] ppid=18851 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18854/task/18866/stat : 18866 (java) S 18851 18854 17869 0 -1 1077944384 270 0 0 0 2 0 0 0 20 0 15 0 244163329 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087231244272 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18867] ppid=18851 vsize=14082736 memory=140504228505216 CPUtime=0.08 cores=1,3,5,7
/proc/18854/task/18867/stat : 18867 (java) S 18851 18854 17869 0 -1 1077944384 317 0 0 0 8 0 0 0 20 0 15 0 244163329 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087230191984 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18868] ppid=18851 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18868/stat : 18868 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163330 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087229139424 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18869] ppid=18851 vsize=14082736 memory=140504228505216 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18869/stat : 18869 (java) S 18851 18854 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244163330 14420721664 12685 33554432000 4194304 4196468 140724290807760 140087228087216 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50740 KiB

[startup+0.700667 s]
/proc/loadavg: 1.57 1.48 1.44 3/216 18869
/proc/meminfo: memFree=24469500/32770624 swapFree=67108172/67108860
[pid=18854] ppid=18851 vsize=14084804 memory=89144 CPUtime=0.99 cores=1,3,5,7
/proc/18854/stat : 18854 (java) S 18851 18854 17869 0 -1 1077944320 17644 0 0 0 93 6 0 0 20 0 15 0 244163324 14422839296 22286 33554432000 4194304 4196468 140724290807760 140724290790304 140088054943479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
/proc/18854/statm: 3521201 22286 3504 1 0 3483273 0
[pid=18854/tid=18856] ppid=18851 vsize=14084804 memory=36464 CPUtime=0.68 cores=1,3,5,7
/proc/18854/task/18856/stat : 18856 (java) R 18851 18854 17869 0 -1 4202560 14901 0 0 0 63 5 0 0 20 0 15 0 244163324 14422839296 22286 33554432000 4194304 4196468 140724290807760 140088059166192 140088040109025 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18857] ppid=18851 vsize=14084804 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18857/stat : 18857 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14422839296 22286 33554432000 4194304 4196468 140724290807760 140088011495824 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18858] ppid=18851 vsize=14084804 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18858/stat : 18858 (java) S 18851 18854 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244163325 14422839296 22286 33554432000 4194304 4196468 140724290807760 140088010443024 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18859] ppid=18851 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18859/stat : 18859 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087648512656 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18860] ppid=18851 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18860/stat : 18860 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087647459856 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18861] ppid=18851 vsize=14084804 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18861/stat : 18861 (java) S 18851 18854 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244163326 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087236508272 140088054954626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18862] ppid=18851 vsize=14084804 memory=1964 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18862/stat : 18862 (java) S 18851 18854 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244163327 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087235454240 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18863] ppid=18851 vsize=14084804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18863/stat : 18863 (java) S 18851 18854 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244163327 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087234401904 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18864] ppid=18851 vsize=14084804 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18864/stat : 18864 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163329 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087233350224 140088054962075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18865] ppid=18851 vsize=14084804 memory=7237400421024425817 CPUtime=0.07 cores=1,3,5,7
/proc/18854/task/18865/stat : 18865 (java) S 18851 18854 17869 0 -1 1077944384 534 0 0 0 7 0 0 0 20 0 15 0 244163329 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087232297072 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18866] ppid=18851 vsize=14084804 memory=6154282490091891024 CPUtime=0.07 cores=1,3,5,7
/proc/18854/task/18866/stat : 18866 (java) S 18851 18854 17869 0 -1 1077944384 409 0 0 0 7 0 0 0 20 0 15 0 244163329 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087231244272 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18867] ppid=18851 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/18854/task/18867/stat : 18867 (java) S 18851 18854 17869 0 -1 1077944384 416 0 0 0 15 0 0 0 20 0 15 0 244163329 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087230191984 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18868] ppid=18851 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18868/stat : 18868 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163330 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087229139424 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18869] ppid=18851 vsize=14084804 memory=756 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18869/stat : 18869 (java) S 18851 18854 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244163330 14422839296 22286 33554432000 4194304 4196468 140724290807760 140087228087216 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89144 KiB

[startup+1.50071 s]
/proc/loadavg: 1.57 1.48 1.44 5/216 18869
/proc/meminfo: memFree=24413860/32770624 swapFree=67108172/67108860
[pid=18854] ppid=18851 vsize=14088900 memory=173228 CPUtime=3.32 cores=1,3,5,7
/proc/18854/stat : 18854 (java) S 18851 18854 17869 0 -1 1077944320 24942 0 0 0 323 9 0 0 20 0 15 0 244163324 14427033600 43307 33554432000 4194304 4196468 140724290807760 140724290790304 140088054943479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
/proc/18854/statm: 3522225 43307 3548 1 0 3484297 0
[pid=18854/tid=18856] ppid=18851 vsize=14088900 memory=163304 CPUtime=1.46 cores=1,3,5,7
/proc/18854/task/18856/stat : 18856 (java) R 18851 18854 17869 0 -1 4202560 18647 0 0 0 139 7 0 0 20 0 15 0 244163324 14427033600 43307 33554432000 4194304 4196468 140724290807760 140088059180592 140087695694765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18857] ppid=18851 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18857/stat : 18857 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14427033600 43307 33554432000 4194304 4196468 140724290807760 140088011495824 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18858] ppid=18851 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18858/stat : 18858 (java) S 18851 18854 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244163325 14427033600 43307 33554432000 4194304 4196468 140724290807760 140088010443024 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18859] ppid=18851 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18859/stat : 18859 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14427033600 43307 33554432000 4194304 4196468 140724290807760 140087648512656 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18860] ppid=18851 vsize=14088900 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18860/stat : 18860 (java) S 18851 18854 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244163325 14427033600 43307 33554432000 4194304 4196468 140724290807760 140087647459856 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18861] ppid=18851 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18861/stat : 18861 (java) S 18851 18854 17869 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 244163326 14427033600 43307 33554432000 4194304 4196468 140724290807760 140087236508272 140088054954626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0

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

[pid=18854/tid=18868] ppid=18851 vsize=14088900 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18868/stat : 18868 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163330 14427033600 40168 33554432000 4194304 4196468 140724290807760 140087229139424 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18869] ppid=18851 vsize=14088900 memory=6395206304943 CPUtime=0.01 cores=1,3,5,7
/proc/18854/task/18869/stat : 18869 (java) S 18851 18854 17869 0 -1 1077944384 940 0 0 0 0 1 0 0 20 0 15 0 244163330 14427033600 40168 33554432000 4194304 4196468 140724290807760 140087228087216 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
Current children cumulated CPU time: 63.62 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 160672 KiB

[startup+64.0007 s]*
/proc/loadavg: 1.47 1.47 1.43 3/217 18893
/proc/meminfo: memFree=24369672/32770624 swapFree=67108172/67108860
[pid=18854] ppid=18851 vsize=14088900 memory=160880 CPUtime=66.84 cores=1,3,5,7
/proc/18854/stat : 18854 (java) S 18851 18854 17869 0 -1 1077944320 43188 0 0 0 6665 19 0 0 20 0 15 0 244163324 14427033600 40220 33554432000 4194304 4196468 140724290807760 140724290790304 140088054943479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
/proc/18854/statm: 3522225 40220 3577 1 0 3484297 0
[pid=18854/tid=18856] ppid=18851 vsize=14088900 memory=6791534058613427641 CPUtime=63.77 cores=1,3,5,7
/proc/18854/task/18856/stat : 18856 (java) R 18851 18854 17869 0 -1 4202560 20840 0 0 0 6369 8 0 0 20 0 15 0 244163324 14427033600 40220 33554432000 4194304 4196468 140724290807760 140088059181744 140087695556513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18857] ppid=18851 vsize=14088900 memory=4872558044660077418 CPUtime=0.09 cores=1,3,5,7
/proc/18854/task/18857/stat : 18857 (java) S 18851 18854 17869 0 -1 1077944384 472 0 0 0 8 1 0 0 20 0 15 0 244163325 14427033600 40220 33554432000 4194304 4196468 140724290807760 140088011495824 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18858] ppid=18851 vsize=14088900 memory=10424 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18858/stat : 18858 (java) S 18851 18854 17869 0 -1 1077944384 1379 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40220 33554432000 4194304 4196468 140724290807760 140088010443024 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18859] ppid=18851 vsize=14088900 memory=1600 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18859/stat : 18859 (java) S 18851 18854 17869 0 -1 1077944384 1673 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087648512656 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18860] ppid=18851 vsize=14088900 memory=1136 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18860/stat : 18860 (java) S 18851 18854 17869 0 -1 1077944384 1409 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087647459856 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18861] ppid=18851 vsize=14088900 memory=1808 CPUtime=0.06 cores=1,3,5,7
/proc/18854/task/18861/stat : 18861 (java) S 18851 18854 17869 0 -1 1077944384 1074 0 0 0 5 1 0 0 20 0 15 0 244163326 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087236508272 140088054954626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18862] ppid=18851 vsize=14088900 memory=160672 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18862/stat : 18862 (java) S 18851 18854 17869 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 244163327 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087235454304 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18863] ppid=18851 vsize=14088900 memory=161024 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18863/stat : 18863 (java) S 18851 18854 17869 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 244163327 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087234401920 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18864] ppid=18851 vsize=14088900 memory=5652 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18864/stat : 18864 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163329 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087233350224 140088054962075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18865] ppid=18851 vsize=14088900 memory=756 CPUtime=1.04 cores=1,3,5,7
/proc/18854/task/18865/stat : 18865 (java) S 18851 18854 17869 0 -1 1077944384 5390 0 0 0 103 1 0 0 20 0 15 0 244163329 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087232297072 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18866] ppid=18851 vsize=14088900 memory=13940 CPUtime=0.91 cores=1,3,5,7
/proc/18854/task/18866/stat : 18866 (java) S 18851 18854 17869 0 -1 1077944384 5485 0 0 0 90 1 0 0 20 0 15 0 244163329 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087231244272 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18867] ppid=18851 vsize=14088900 memory=12552 CPUtime=0.57 cores=1,3,5,7
/proc/18854/task/18867/stat : 18867 (java) S 18851 18854 17869 0 -1 1077944384 3110 0 0 0 57 0 0 0 20 0 15 0 244163329 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087230191984 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18868] ppid=18851 vsize=14088900 memory=36472 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18868/stat : 18868 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163330 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087229139424 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18869] ppid=18851 vsize=14088900 memory=2324 CPUtime=0.02 cores=1,3,5,7
/proc/18854/task/18869/stat : 18869 (java) S 18851 18854 17869 0 -1 1077944384 940 0 0 0 1 1 0 0 20 0 15 0 244163330 14427033600 40220 33554432000 4194304 4196468 140724290807760 140087228087216 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
Current children cumulated CPU time: 66.84 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 160880 KiB

[startup+64.8007 s]
/proc/loadavg: 1.47 1.47 1.43 3/217 18893
/proc/meminfo: memFree=24369672/32770624 swapFree=67108172/67108860
[pid=18854] ppid=18851 vsize=14088900 memory=161144 CPUtime=67.64 cores=1,3,5,7
/proc/18854/stat : 18854 (java) S 18851 18854 17869 0 -1 1077944320 43203 0 0 0 6745 19 0 0 20 0 15 0 244163324 14427033600 40286 33554432000 4194304 4196468 140724290807760 140724290790304 140088054943479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
/proc/18854/statm: 3522225 40286 3577 1 0 3484297 0
[pid=18854/tid=18856] ppid=18851 vsize=14088900 memory=160880 CPUtime=64.56 cores=1,3,5,7
/proc/18854/task/18856/stat : 18856 (java) R 18851 18854 17869 0 -1 4202560 20842 0 0 0 6448 8 0 0 20 0 15 0 244163324 14427033600 40286 33554432000 4194304 4196468 140724290807760 140088059181888 140087696344481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18857] ppid=18851 vsize=14088900 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/18854/task/18857/stat : 18857 (java) S 18851 18854 17869 0 -1 1077944384 472 0 0 0 8 1 0 0 20 0 15 0 244163325 14427033600 40286 33554432000 4194304 4196468 140724290807760 140088011495824 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18858] ppid=18851 vsize=14088900 memory=924 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18858/stat : 18858 (java) S 18851 18854 17869 0 -1 1077944384 1388 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40286 33554432000 4194304 4196468 140724290807760 140088010443024 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18859] ppid=18851 vsize=14088900 memory=1992 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18859/stat : 18859 (java) S 18851 18854 17869 0 -1 1077944384 1673 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087648512656 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18860] ppid=18851 vsize=14088900 memory=2236 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18860/stat : 18860 (java) S 18851 18854 17869 0 -1 1077944384 1409 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087647459856 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18861] ppid=18851 vsize=14088900 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18854/task/18861/stat : 18861 (java) S 18851 18854 17869 0 -1 1077944384 1076 0 0 0 6 1 0 0 20 0 15 0 244163326 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087236508272 140088054954626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18862] ppid=18851 vsize=14088900 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18862/stat : 18862 (java) S 18851 18854 17869 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 244163327 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087235454304 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18863] ppid=18851 vsize=14088900 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18863/stat : 18863 (java) S 18851 18854 17869 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 244163327 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087234401920 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18864] ppid=18851 vsize=14088900 memory=496 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18864/stat : 18864 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163329 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087233350224 140088054962075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18865] ppid=18851 vsize=14088900 memory=6791534058613427641 CPUtime=1.04 cores=1,3,5,7
/proc/18854/task/18865/stat : 18865 (java) S 18851 18854 17869 0 -1 1077944384 5390 0 0 0 103 1 0 0 20 0 15 0 244163329 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087232297072 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18866] ppid=18851 vsize=14088900 memory=2672 CPUtime=0.91 cores=1,3,5,7
/proc/18854/task/18866/stat : 18866 (java) S 18851 18854 17869 0 -1 1077944384 5485 0 0 0 90 1 0 0 20 0 15 0 244163329 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087231244272 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18867] ppid=18851 vsize=14088900 memory=1256 CPUtime=0.57 cores=1,3,5,7
/proc/18854/task/18867/stat : 18867 (java) S 18851 18854 17869 0 -1 1077944384 3110 0 0 0 57 0 0 0 20 0 15 0 244163329 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087230191984 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18868] ppid=18851 vsize=14088900 memory=10424 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18868/stat : 18868 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163330 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087229139424 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18869] ppid=18851 vsize=14088900 memory=160672 CPUtime=0.02 cores=1,3,5,7
/proc/18854/task/18869/stat : 18869 (java) S 18851 18854 17869 0 -1 1077944384 942 0 0 0 1 1 0 0 20 0 15 0 244163330 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087228087216 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
Current children cumulated CPU time: 67.64 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 161144 KiB

[startup+65.6007 s]
/proc/loadavg: 1.47 1.47 1.43 3/217 18893
/proc/meminfo: memFree=24369672/32770624 swapFree=67108172/67108860
[pid=18854] ppid=18851 vsize=14088900 memory=161144 CPUtime=68.44 cores=1,3,5,7
/proc/18854/stat : 18854 (java) S 18851 18854 17869 0 -1 1077944320 43222 0 0 0 6825 19 0 0 20 0 15 0 244163324 14427033600 40286 33554432000 4194304 4196468 140724290807760 140724290790304 140088054943479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
/proc/18854/statm: 3522225 40286 3577 1 0 3484297 0
[pid=18854/tid=18856] ppid=18851 vsize=14088900 memory=160880 CPUtime=65.35 cores=1,3,5,7
/proc/18854/task/18856/stat : 18856 (java) R 18851 18854 17869 0 -1 4202560 20844 0 0 0 6527 8 0 0 20 0 15 0 244163324 14427033600 40286 33554432000 4194304 4196468 140724290807760 140088059181872 140087696342995 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18857] ppid=18851 vsize=14088900 memory=756 CPUtime=0.09 cores=1,3,5,7
/proc/18854/task/18857/stat : 18857 (java) S 18851 18854 17869 0 -1 1077944384 472 0 0 0 8 1 0 0 20 0 15 0 244163325 14427033600 40286 33554432000 4194304 4196468 140724290807760 140088011495824 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18858] ppid=18851 vsize=14088900 memory=13940 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18858/stat : 18858 (java) S 18851 18854 17869 0 -1 1077944384 1405 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40286 33554432000 4194304 4196468 140724290807760 140088010443024 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18859] ppid=18851 vsize=14088900 memory=12552 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18859/stat : 18859 (java) S 18851 18854 17869 0 -1 1077944384 1673 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087648512656 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18860] ppid=18851 vsize=14088900 memory=161144 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18860/stat : 18860 (java) S 18851 18854 17869 0 -1 1077944384 1409 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087647459856 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18861] ppid=18851 vsize=14088900 memory=160880 CPUtime=0.07 cores=1,3,5,7
/proc/18854/task/18861/stat : 18861 (java) S 18851 18854 17869 0 -1 1077944384 1076 0 0 0 6 1 0 0 20 0 15 0 244163326 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087236508272 140088054954626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18862] ppid=18851 vsize=14088900 memory=756 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18862/stat : 18862 (java) S 18851 18854 17869 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 244163327 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087235454304 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18863] ppid=18851 vsize=14088900 memory=13940 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18863/stat : 18863 (java) S 18851 18854 17869 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 244163327 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087234401920 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18864] ppid=18851 vsize=14088900 memory=12552 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18864/stat : 18864 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163329 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087233350224 140088054962075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18865] ppid=18851 vsize=14088900 memory=36472 CPUtime=1.04 cores=1,3,5,7
/proc/18854/task/18865/stat : 18865 (java) S 18851 18854 17869 0 -1 1077944384 5390 0 0 0 103 1 0 0 20 0 15 0 244163329 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087232297072 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18866] ppid=18851 vsize=14088900 memory=160880 CPUtime=0.91 cores=1,3,5,7
/proc/18854/task/18866/stat : 18866 (java) S 18851 18854 17869 0 -1 1077944384 5485 0 0 0 90 1 0 0 20 0 15 0 244163329 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087231244272 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18867] ppid=18851 vsize=14088900 memory=9126232286719478932 CPUtime=0.57 cores=1,3,5,7
/proc/18854/task/18867/stat : 18867 (java) S 18851 18854 17869 0 -1 1077944384 3110 0 0 0 57 0 0 0 20 0 15 0 244163329 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087230191984 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18868] ppid=18851 vsize=14088900 memory=9126232286719478932 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18868/stat : 18868 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163330 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087229139424 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18869] ppid=18851 vsize=14088900 memory=7229797384117839213 CPUtime=0.02 cores=1,3,5,7
/proc/18854/task/18869/stat : 18869 (java) S 18851 18854 17869 0 -1 1077944384 942 0 0 0 1 1 0 0 20 0 15 0 244163330 14427033600 40286 33554432000 4194304 4196468 140724290807760 140087228087216 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
Current children cumulated CPU time: 68.44 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 161144 KiB

[startup+65.802 s]
/proc/loadavg: 1.47 1.47 1.43 3/217 18893
/proc/meminfo: memFree=24369672/32770624 swapFree=67108172/67108860
[pid=18854] ppid=18851 vsize=14088900 memory=161276 CPUtime=68.65 cores=1,3,5,7
/proc/18854/stat : 18854 (java) S 18851 18854 17869 0 -1 1077944320 45672 0 0 0 6846 19 0 0 20 0 15 0 244163324 14427033600 40319 33554432000 4194304 4196468 140724290807760 140724290790304 140088054943479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
/proc/18854/statm: 3522225 40319 3577 1 0 3484297 0
[pid=18854/tid=18856] ppid=18851 vsize=14088900 memory=1 CPUtime=65.55 cores=1,3,5,7
/proc/18854/task/18856/stat : 18856 (java) R 18851 18854 17869 0 -1 4202560 22512 0 0 0 6547 8 0 0 20 0 15 0 244163324 14427033600 40319 33554432000 4194304 4196468 140724290807760 140088059177024 140088036507031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18857] ppid=18851 vsize=14088900 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/18854/task/18857/stat : 18857 (java) S 18851 18854 17869 0 -1 1077944384 472 0 0 0 8 1 0 0 20 0 15 0 244163325 14427033600 40319 33554432000 4194304 4196468 140724290807760 140088011495824 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18858] ppid=18851 vsize=14088900 memory=1172 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18858/stat : 18858 (java) S 18851 18854 17869 0 -1 1077944384 1405 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40319 33554432000 4194304 4196468 140724290807760 140088010443024 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18859] ppid=18851 vsize=14088900 memory=1964 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18859/stat : 18859 (java) S 18851 18854 17869 0 -1 1077944384 1673 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40319 33554432000 4194304 4196468 140724290807760 140087648512656 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18860] ppid=18851 vsize=14088900 memory=1572 CPUtime=0.1 cores=1,3,5,7
/proc/18854/task/18860/stat : 18860 (java) S 18851 18854 17869 0 -1 1077944384 1409 0 0 0 9 1 0 0 20 0 15 0 244163325 14427033600 40319 33554432000 4194304 4196468 140724290807760 140087647459856 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18861] ppid=18851 vsize=14088900 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/18854/task/18861/stat : 18861 (java) S 18851 18854 17869 0 -1 1077944384 1076 0 0 0 6 1 0 0 20 0 15 0 244163326 14427033600 40319 33554432000 4194304 4196468 140724290807760 140087236508272 140088054954626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18862] ppid=18851 vsize=14088900 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18862/stat : 18862 (java) S 18851 18854 17869 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 244163327 14427033600 40319 33554432000 4194304 4196468 140724290807760 140087235454304 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18863] ppid=18851 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18863/stat : 18863 (java) S 18851 18854 17869 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 244163327 14427033600 40319 33554432000 4194304 4196468 140724290807760 140087234401920 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18864] ppid=18851 vsize=14088900 memory=3752 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18864/stat : 18864 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163329 14427033600 40319 33554432000 4194304 4196468 140724290807760 140087233350224 140088054962075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18865] ppid=18851 vsize=14088900 memory=66208 CPUtime=1.05 cores=1,3,5,7
/proc/18854/task/18865/stat : 18865 (java) R 18851 18854 17869 0 -1 4202560 5732 0 0 0 104 1 0 0 20 0 15 0 244163329 14427033600 40319 33554432000 4194304 4196468 140724290807760 140087232297072 140088036464612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18866] ppid=18851 vsize=14088900 memory=2148 CPUtime=0.91 cores=1,3,5,7
/proc/18854/task/18866/stat : 18866 (java) S 18851 18854 17869 0 -1 1077944384 5533 0 0 0 90 1 0 0 20 0 15 0 244163329 14427033600 40319 33554432000 4194304 4196468 140724290807760 140087231244272 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18867] ppid=18851 vsize=14088900 memory=1196 CPUtime=0.57 cores=1,3,5,7
/proc/18854/task/18867/stat : 18867 (java) S 18851 18854 17869 0 -1 1077944384 3502 0 0 0 57 0 0 0 20 0 15 0 244163329 14427033600 40319 33554432000 4194304 4196468 140724290807760 140087230191984 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18868] ppid=18851 vsize=14088900 memory=1500 CPUtime=0 cores=1,3,5,7
/proc/18854/task/18868/stat : 18868 (java) S 18851 18854 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244163330 14427033600 40320 33554432000 4194304 4196468 140724290807760 140087229139424 140088054953685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
[pid=18854/tid=18869] ppid=18851 vsize=14088900 memory=844 CPUtime=0.02 cores=1,3,5,7
/proc/18854/task/18869/stat : 18869 (java) S 18851 18854 17869 0 -1 1077944384 942 0 0 0 1 1 0 0 20 0 15 0 244163330 14427033600 40320 33554432000 4194304 4196468 140724290807760 140087228087216 140088054954626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140724290810960 140724290811145 140724290811145 140724290813903 0
Current children cumulated CPU time: 68.65 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 161276 KiB

Child status: 0
Real time (s): 65.8218
CPU time (s): 68.6738
CPU user time (s): 68.4724
CPU system time (s): 0.20138
CPU usage (%): 104.333
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 250924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.4724
system time used= 0.20138
maximum resident set size= 250924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45978
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5220
involuntary context switches= 88


# summary of solver processes directly reported to runsolver:
#   pid: 18854
#   total CPU time (s): 68.6738
#   total CPU user time (s): 68.4724
#   total CPU system time (s): 0.20138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.372803 second user time and 0.687195 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-14 19:00:01
IDJOB=4307702
IDBENCH=141582
IDSOLVER=2790
FILE ID=node136/4307702-1534266001
RUNJOBID= node136-1534258055-17901
PBS_JOBID= 21038121
Free space on /tmp= 38992 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/Frb/frb-35-17-1_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307702-1534266001/watcher-4307702-1534266001 -o /tmp/evaluation-result-4307702-1534266001/solver-4307702-1534266001 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534258055-17901 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1916701869 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307702-1534266001.xml

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=1916701869

node136.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.50
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.50
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.50
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.50
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:        24531376 kB
MemAvailable:   31739648 kB
Buffers:          106016 kB
Cached:          7321880 kB
SwapCached:           16 kB
Active:          3956356 kB
Inactive:        3690816 kB
Active(anon):     170520 kB
Inactive(anon):   100900 kB
Active(file):    3785836 kB
Inactive(file):  3589916 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:             35772 kB
Writeback:            16 kB
AnonPages:        226216 kB
Mapped:            67196 kB
Shmem:             49576 kB
Slab:             289000 kB
SReclaimable:     260980 kB
SUnreclaim:        28020 kB
KernelStack:        3536 kB
PageTables:         6180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1208580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 38956 MiB
End job on node136 at 2018-08-14 19:01:08