Trace number 4290881

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-07-02SAT 68.7887 66.2959

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.66/0.56	c version: 2018-07-02
0.66/0.56	c seed: 1830809991
0.66/0.56	c timeout: 2400
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
2.67/1.31	c Parsing done, starting search...
68.67/66.28	s SATISFIABLE
68.67/66.28	v <instantiation>
68.67/66.28	v 	<list>
68.67/66.28	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.67/66.28	v 	</list>
68.67/66.28	v 	<values>
68.67/66.28	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.67/66.28	v 	</values>
68.67/66.28	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 (14324 MiB free)
  memory of node 1: 16384 MiB (13962 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290881-1532266861/watcher-4290881-1532266861 -o /tmp/evaluation-result-4290881-1532266861/solver-4290881-1532266861 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532262079-31020 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1830809991 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290881-1532266861.xml 

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

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


[startup+0.105768 s]*
/proc/loadavg: 1.26 1.35 1.39 4/216 31560
/proc/meminfo: memFree=28946784/32770624 swapFree=67108860/67108860
[pid=31545] ppid=31542 vsize=14082740 memory=32820 CPUtime=0.12 cores=0,2,4,6
/proc/31545/stat : 31545 (java) S 31542 31545 30989 0 -1 1077944320 7110 0 0 0 11 1 0 0 20 0 15 0 44249323 14420725760 8205 33554432000 4194304 4196468 140730168636944 140730168619488 140015137320695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
/proc/31545/statm: 3520685 8205 3168 1 0 3482761 0
[pid=31545/tid=31547] ppid=31542 vsize=14082740 memory=-8629632960754520955 CPUtime=0.1 cores=0,2,4,6
/proc/31545/task/31547/stat : 31547 (java) R 31542 31545 30989 0 -1 4202560 5189 0 0 0 9 1 0 0 20 0 15 0 44249323 14420725760 8271 33554432000 4194304 4196468 140730168636944 140015141515472 140015117596402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31548] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31548/stat : 31548 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 8271 33554432000 4194304 4196468 140730168636944 140015067409424 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31549] ppid=31542 vsize=14082740 memory=139771183355520 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31549/stat : 31549 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 8271 33554432000 4194304 4196468 140730168636944 140015066356880 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31550] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31550/stat : 31550 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 8271 33554432000 4194304 4196468 140730168636944 140015065303824 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31551] ppid=31542 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31551/stat : 31551 (java) S 31542 31545 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 8271 33554432000 4194304 4196468 140730168636944 140015064251280 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31552] ppid=31542 vsize=14082740 memory=139771183355520 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31552/stat : 31552 (java) S 31542 31545 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44249326 14420725760 8271 33554432000 4194304 4196468 140730168636944 140014611183856 140015137331842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31553] ppid=31542 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31553/stat : 31553 (java) S 31542 31545 30989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44249326 14420725760 8271 33554432000 4194304 4196468 140730168636944 140014610130080 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31554] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31554/stat : 31554 (java) S 31542 31545 30989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44249326 14420725760 8271 33554432000 4194304 4196468 140730168636944 140014609076976 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31555] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31555/stat : 31555 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249328 14420725760 8271 33554432000 4194304 4196468 140730168636944 140014608025552 140015137339291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31556] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31556/stat : 31556 (java) S 31542 31545 30989 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 44249329 14420725760 8271 33554432000 4194304 4196468 140730168636944 140014606973680 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31557] ppid=31542 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31557/stat : 31557 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249329 14420725760 8337 33554432000 4194304 4196468 140730168636944 140014605921136 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31558] ppid=31542 vsize=14082740 memory=139771183355520 CPUtime=0.01 cores=0,2,4,6
/proc/31545/task/31558/stat : 31558 (java) S 31542 31545 30989 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 15 0 44249329 14420725760 8337 33554432000 4194304 4196468 140730168636944 140014604868080 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31559] ppid=31542 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31559/stat : 31559 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249329 14420725760 8337 33554432000 4194304 4196468 140730168636944 140014603815776 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31560] ppid=31542 vsize=14082740 memory=139771183355520 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31560/stat : 31560 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249329 14420725760 8337 33554432000 4194304 4196468 140730168636944 140014602762800 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32820 KiB

[startup+0.211894 s]*
/proc/loadavg: 1.26 1.35 1.39 6/216 31560
/proc/meminfo: memFree=28930224/32770624 swapFree=67108860/67108860
[pid=31545] ppid=31542 vsize=14082740 memory=47272 CPUtime=0.3 cores=0,2,4,6
/proc/31545/stat : 31545 (java) S 31542 31545 30989 0 -1 1077944320 10431 0 0 0 28 2 0 0 20 0 15 0 44249323 14420725760 11818 33554432000 4194304 4196468 140730168636944 140730168619488 140015137320695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
/proc/31545/statm: 3520685 11818 3366 1 0 3482761 0
[pid=31545/tid=31547] ppid=31542 vsize=14082740 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/31545/task/31547/stat : 31547 (java) R 31542 31545 30989 0 -1 4202560 8149 0 0 0 19 2 0 0 20 0 15 0 44249323 14420725760 11818 33554432000 4194304 4196468 140730168636944 140015141546592 140015121364325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31548] ppid=31542 vsize=14082740 memory=345 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31548/stat : 31548 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 11818 33554432000 4194304 4196468 140730168636944 140015067409424 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31549] ppid=31542 vsize=14082740 memory=139771183386318 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31549/stat : 31549 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 11818 33554432000 4194304 4196468 140730168636944 140015066356880 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31550] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31550/stat : 31550 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 11818 33554432000 4194304 4196468 140730168636944 140015065303824 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31551] ppid=31542 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31551/stat : 31551 (java) S 31542 31545 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 11818 33554432000 4194304 4196468 140730168636944 140015064251280 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31552] ppid=31542 vsize=14082740 memory=139771183355520 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31552/stat : 31552 (java) S 31542 31545 30989 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44249326 14420725760 11818 33554432000 4194304 4196468 140730168636944 140014611183856 140015137331842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31553] ppid=31542 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31553/stat : 31553 (java) S 31542 31545 30989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44249326 14420725760 11818 33554432000 4194304 4196468 140730168636944 140014610130080 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31554] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31554/stat : 31554 (java) S 31542 31545 30989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44249326 14420725760 11818 33554432000 4194304 4196468 140730168636944 140014609076976 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31555] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31555/stat : 31555 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249328 14420725760 11818 33554432000 4194304 4196468 140730168636944 140014608025552 140015137339291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31556] ppid=31542 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31545/task/31556/stat : 31556 (java) S 31542 31545 30989 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 15 0 44249329 14420725760 11818 33554432000 4194304 4196468 140730168636944 140014606973680 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31557] ppid=31542 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31545/task/31557/stat : 31557 (java) S 31542 31545 30989 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 15 0 44249329 14420725760 11818 33554432000 4194304 4196468 140730168636944 140014605921136 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31558] ppid=31542 vsize=14082740 memory=139771183355520 CPUtime=0.05 cores=0,2,4,6
/proc/31545/task/31558/stat : 31558 (java) R 31542 31545 30989 0 -1 4202560 291 0 0 0 5 0 0 0 20 0 15 0 44249329 14420725760 11818 33554432000 4194304 4196468 140730168636944 140014604865872 140015122450737 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31559] ppid=31542 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31559/stat : 31559 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249329 14420725760 11818 33554432000 4194304 4196468 140730168636944 140014603815776 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31560] ppid=31542 vsize=14082740 memory=139771183355520 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31560/stat : 31560 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249329 14420725760 11818 33554432000 4194304 4196468 140730168636944 140014602762800 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47272 KiB

[startup+0.310549 s]*
/proc/loadavg: 1.32 1.36 1.40 3/216 31560
/proc/meminfo: memFree=28927060/32770624 swapFree=67108860/67108860
[pid=31545] ppid=31542 vsize=14082740 memory=50624 CPUtime=0.43 cores=0,2,4,6
/proc/31545/stat : 31545 (java) S 31542 31545 30989 0 -1 1077944320 10794 0 0 0 41 2 0 0 20 0 15 0 44249323 14420725760 12656 33554432000 4194304 4196468 140730168636944 140730168619488 140015137320695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
/proc/31545/statm: 3520685 12656 3369 1 0 3482761 0
[pid=31545/tid=31547] ppid=31542 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/31545/task/31547/stat : 31547 (java) R 31542 31545 30989 0 -1 4202560 8483 0 0 0 28 2 0 0 20 0 15 0 44249323 14420725760 12656 33554432000 4194304 4196468 140730168636944 140015141509968 140015118884224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31548] ppid=31542 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31548/stat : 31548 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 12656 33554432000 4194304 4196468 140730168636944 140015067409424 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31549] ppid=31542 vsize=14082740 memory=139771183386093 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31549/stat : 31549 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 12656 33554432000 4194304 4196468 140730168636944 140015066356880 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31550] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31550/stat : 31550 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 12656 33554432000 4194304 4196468 140730168636944 140015065303824 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31551] ppid=31542 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31551/stat : 31551 (java) S 31542 31545 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44249324 14420725760 12656 33554432000 4194304 4196468 140730168636944 140015064251280 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31552] ppid=31542 vsize=14082740 memory=139771183355520 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31552/stat : 31552 (java) S 31542 31545 30989 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44249326 14420725760 12656 33554432000 4194304 4196468 140730168636944 140014611183856 140015137331842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31553] ppid=31542 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31553/stat : 31553 (java) S 31542 31545 30989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44249326 14420725760 12656 33554432000 4194304 4196468 140730168636944 140014610130080 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31554] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31554/stat : 31554 (java) S 31542 31545 30989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44249326 14420725760 12656 33554432000 4194304 4196468 140730168636944 140014609076976 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31555] ppid=31542 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31555/stat : 31555 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249328 14420725760 12656 33554432000 4194304 4196468 140730168636944 140014608025552 140015137339291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31556] ppid=31542 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31545/task/31556/stat : 31556 (java) S 31542 31545 30989 0 -1 1077944384 393 0 0 0 3 0 0 0 20 0 15 0 44249329 14420725760 12656 33554432000 4194304 4196468 140730168636944 140014606973680 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31557] ppid=31542 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31545/task/31557/stat : 31557 (java) S 31542 31545 30989 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 15 0 44249329 14420725760 12656 33554432000 4194304 4196468 140730168636944 140014605921136 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31558] ppid=31542 vsize=14082740 memory=139771183355520 CPUtime=0.07 cores=0,2,4,6
/proc/31545/task/31558/stat : 31558 (java) S 31542 31545 30989 0 -1 1077944384 300 0 0 0 7 0 0 0 20 0 15 0 44249329 14420725760 12656 33554432000 4194304 4196468 140730168636944 140014604868080 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31559] ppid=31542 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31559/stat : 31559 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249329 14420725760 12656 33554432000 4194304 4196468 140730168636944 140014603815776 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31560] ppid=31542 vsize=14082740 memory=139771183355520 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31560/stat : 31560 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249329 14420725760 12656 33554432000 4194304 4196468 140730168636944 140014602762800 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50624 KiB

[startup+0.700698 s]
/proc/loadavg: 1.32 1.36 1.40 3/216 31560
/proc/meminfo: memFree=28902836/32770624 swapFree=67108860/67108860
[pid=31545] ppid=31542 vsize=14084808 memory=88728 CPUtime=0.99 cores=0,2,4,6
/proc/31545/stat : 31545 (java) S 31542 31545 30989 0 -1 1077944320 17599 0 0 0 94 5 0 0 20 0 15 0 44249323 14422843392 22182 33554432000 4194304 4196468 140730168636944 140730168619488 140015137320695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
/proc/31545/statm: 3521202 22182 3498 1 0 3483273 0
[pid=31545/tid=31547] ppid=31542 vsize=14084808 memory=1724 CPUtime=0.67 cores=0,2,4,6
/proc/31545/task/31547/stat : 31547 (java) R 31542 31545 30989 0 -1 4202560 14914 0 0 0 63 4 0 0 20 0 15 0 44249323 14422843392 22182 33554432000 4194304 4196468 140730168636944 140015141544800 140015121401182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31548] ppid=31542 vsize=14084808 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31548/stat : 31548 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14422843392 22182 33554432000 4194304 4196468 140730168636944 140015067409424 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31549] ppid=31542 vsize=14084808 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31549/stat : 31549 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14422843392 22182 33554432000 4194304 4196468 140730168636944 140015066356880 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31550] ppid=31542 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31550/stat : 31550 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14422843392 22182 33554432000 4194304 4196468 140730168636944 140015065303824 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31551] ppid=31542 vsize=14084808 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31551/stat : 31551 (java) S 31542 31545 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44249324 14422843392 22182 33554432000 4194304 4196468 140730168636944 140015064251280 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31552] ppid=31542 vsize=14084808 memory=1956 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31552/stat : 31552 (java) S 31542 31545 30989 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44249326 14422843392 22182 33554432000 4194304 4196468 140730168636944 140014611183856 140015137331842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31553] ppid=31542 vsize=14084808 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31553/stat : 31553 (java) S 31542 31545 30989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44249326 14422843392 22182 33554432000 4194304 4196468 140730168636944 140014610130080 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31554] ppid=31542 vsize=14084808 memory=8356 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31554/stat : 31554 (java) S 31542 31545 30989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44249326 14422843392 22182 33554432000 4194304 4196468 140730168636944 140014609076976 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31555] ppid=31542 vsize=14084808 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31555/stat : 31555 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249328 14422843392 22182 33554432000 4194304 4196468 140730168636944 140014608025552 140015137339291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31556] ppid=31542 vsize=14084808 memory=7811323491934034026 CPUtime=0.08 cores=0,2,4,6
/proc/31545/task/31556/stat : 31556 (java) S 31542 31545 30989 0 -1 1077944384 547 0 0 0 8 0 0 0 20 0 15 0 44249329 14422843392 22182 33554432000 4194304 4196468 140730168636944 140014606973680 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31557] ppid=31542 vsize=14084808 memory=5787213827063244903 CPUtime=0.06 cores=0,2,4,6
/proc/31545/task/31557/stat : 31557 (java) S 31542 31545 30989 0 -1 1077944384 377 0 0 0 6 0 0 0 20 0 15 0 44249329 14422843392 22182 33554432000 4194304 4196468 140730168636944 140014605921136 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31558] ppid=31542 vsize=14084808 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/31545/task/31558/stat : 31558 (java) S 31542 31545 30989 0 -1 1077944384 381 0 0 0 14 0 0 0 20 0 15 0 44249329 14422843392 22182 33554432000 4194304 4196468 140730168636944 140014604868080 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31559] ppid=31542 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31559/stat : 31559 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249329 14422843392 22182 33554432000 4194304 4196468 140730168636944 140014603815776 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31560] ppid=31542 vsize=14084808 memory=33 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31560/stat : 31560 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249329 14422843392 22182 33554432000 4194304 4196468 140730168636944 140014602762800 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88728 KiB

[startup+1.50089 s]
/proc/loadavg: 1.32 1.36 1.40 5/216 31560
/proc/meminfo: memFree=28849600/32770624 swapFree=67108860/67108860
[pid=31545] ppid=31542 vsize=14088904 memory=173160 CPUtime=3.32 cores=0,2,4,6
/proc/31545/stat : 31545 (java) S 31542 31545 30989 0 -1 1077944320 26868 0 0 0 324 8 0 0 20 0 15 0 44249323 14427037696 43290 33554432000 4194304 4196468 140730168636944 140730168619488 140015137320695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
/proc/31545/statm: 3522226 43290 3553 1 0 3484297 0
[pid=31545/tid=31547] ppid=31542 vsize=14088904 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/31545/task/31547/stat : 31547 (java) R 31542 31545 30989 0 -1 4202560 20016 0 0 0 140 7 0 0 20 0 15 0 44249323 14427037696 43290 33554432000 4194304 4196468 140730168636944 140015141556312 140014748046204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31548] ppid=31542 vsize=14088904 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31548/stat : 31548 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14427037696 43290 33554432000 4194304 4196468 140730168636944 140015067409424 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31549] ppid=31542 vsize=14088904 memory=-6509546260019855299 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31549/stat : 31549 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14427037696 43290 33554432000 4194304 4196468 140730168636944 140015066356880 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31550] ppid=31542 vsize=14088904 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31550/stat : 31550 (java) S 31542 31545 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44249324 14427037696 43290 33554432000 4194304 4196468 140730168636944 140015065303824 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31551] ppid=31542 vsize=14088904 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31551/stat : 31551 (java) S 31542 31545 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44249324 14427037696 43290 33554432000 4194304 4196468 140730168636944 140015064251280 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31552] ppid=31542 vsize=14088904 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31552/stat : 31552 (java) S 31542 31545 30989 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 44249326 14427037696 43290 33554432000 4194304 4196468 140730168636944 140014611183856 140015137331842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0

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

[pid=31545/tid=31559] ppid=31542 vsize=14088904 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31559/stat : 31559 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014603815776 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31560] ppid=31542 vsize=14088904 memory=8356 CPUtime=0.01 cores=0,2,4,6
/proc/31545/task/31560/stat : 31560 (java) S 31542 31545 30989 0 -1 1077944384 876 0 0 0 1 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014602762800 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
Current children cumulated CPU time: 63.25 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 160376 KiB

[startup+64.0007 s]*
/proc/loadavg: 1.57 1.43 1.42 4/216 31637
/proc/meminfo: memFree=28900352/32770624 swapFree=67108860/67108860
[pid=31545] ppid=31542 vsize=14088904 memory=160376 CPUtime=66.47 cores=0,2,4,6
/proc/31545/stat : 31545 (java) S 31542 31545 30989 0 -1 1077944320 44107 0 0 0 6630 17 0 0 20 0 15 0 44249323 14427037696 40094 33554432000 4194304 4196468 140730168636944 140730168619488 140015137320695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
/proc/31545/statm: 3522226 40094 3578 1 0 3484297 0
[pid=31545/tid=31547] ppid=31542 vsize=14088904 memory=6791534058613427641 CPUtime=63.49 cores=0,2,4,6
/proc/31545/task/31547/stat : 31547 (java) R 31542 31545 30989 0 -1 4202560 22079 0 0 0 6340 9 0 0 20 0 15 0 44249323 14427037696 40094 33554432000 4194304 4196468 140730168636944 140015141558960 140014743798805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31548] ppid=31542 vsize=14088904 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/31545/task/31548/stat : 31548 (java) S 31542 31545 30989 0 -1 1077944384 478 0 0 0 7 1 0 0 20 0 15 0 44249324 14427037696 40094 33554432000 4194304 4196468 140730168636944 140015067409424 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31549] ppid=31542 vsize=14088904 memory=160376 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31549/stat : 31549 (java) S 31542 31545 30989 0 -1 1077944384 1845 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40094 33554432000 4194304 4196468 140730168636944 140015066356880 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31550] ppid=31542 vsize=14088904 memory=160376 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31550/stat : 31550 (java) S 31542 31545 30989 0 -1 1077944384 1534 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40094 33554432000 4194304 4196468 140730168636944 140015065303824 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31551] ppid=31542 vsize=14088904 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/31545/task/31551/stat : 31551 (java) S 31542 31545 30989 0 -1 1077944384 720 0 0 0 8 0 0 0 20 0 15 0 44249324 14427037696 40094 33554432000 4194304 4196468 140730168636944 140015064251280 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31552] ppid=31542 vsize=14088904 memory=2344 CPUtime=0.06 cores=0,2,4,6
/proc/31545/task/31552/stat : 31552 (java) S 31542 31545 30989 0 -1 1077944384 1166 0 0 0 5 1 0 0 20 0 15 0 44249326 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014611183856 140015137331842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31553] ppid=31542 vsize=14088904 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31553/stat : 31553 (java) S 31542 31545 30989 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 44249326 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014610130144 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31554] ppid=31542 vsize=14088904 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31554/stat : 31554 (java) S 31542 31545 30989 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 44249326 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014609076992 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31555] ppid=31542 vsize=14088904 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31555/stat : 31555 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249328 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014608025552 140015137339291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31556] ppid=31542 vsize=14088904 memory=33 CPUtime=0.97 cores=0,2,4,6
/proc/31545/task/31556/stat : 31556 (java) S 31542 31545 30989 0 -1 1077944384 4843 0 0 0 97 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014606973680 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31557] ppid=31542 vsize=14088904 memory=1424 CPUtime=0.95 cores=0,2,4,6
/proc/31545/task/31557/stat : 31557 (java) S 31542 31545 30989 0 -1 1077944384 5120 0 0 0 95 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014605921136 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31558] ppid=31542 vsize=14088904 memory=1228 CPUtime=0.56 cores=0,2,4,6
/proc/31545/task/31558/stat : 31558 (java) S 31542 31545 30989 0 -1 1077944384 4024 0 0 0 56 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014604868080 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31559] ppid=31542 vsize=14088904 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31559/stat : 31559 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014603815776 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31560] ppid=31542 vsize=14088904 memory=4052 CPUtime=0.01 cores=0,2,4,6
/proc/31545/task/31560/stat : 31560 (java) S 31542 31545 30989 0 -1 1077944384 876 0 0 0 1 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014602762800 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
Current children cumulated CPU time: 66.47 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 160376 KiB

[startup+65.6007 s]
/proc/loadavg: 1.57 1.43 1.42 3/216 31637
/proc/meminfo: memFree=28903192/32770624 swapFree=67108860/67108860
[pid=31545] ppid=31542 vsize=14088904 memory=160376 CPUtime=68.06 cores=0,2,4,6
/proc/31545/stat : 31545 (java) S 31542 31545 30989 0 -1 1077944320 44142 0 0 0 6789 17 0 0 20 0 15 0 44249323 14427037696 40094 33554432000 4194304 4196468 140730168636944 140730168619488 140015137320695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
/proc/31545/statm: 3522226 40094 3578 1 0 3484297 0
[pid=31545/tid=31547] ppid=31542 vsize=14088904 memory=6791534058613427641 CPUtime=65.07 cores=0,2,4,6
/proc/31545/task/31547/stat : 31547 (java) R 31542 31545 30989 0 -1 4202560 22083 0 0 0 6498 9 0 0 20 0 15 0 44249323 14427037696 40094 33554432000 4194304 4196468 140730168636944 140015141559104 140014748731564 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31548] ppid=31542 vsize=14088904 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31548/stat : 31548 (java) S 31542 31545 30989 0 -1 1077944384 478 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40094 33554432000 4194304 4196468 140730168636944 140015067409424 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31549] ppid=31542 vsize=14088904 memory=9 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31549/stat : 31549 (java) S 31542 31545 30989 0 -1 1077944384 1845 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40094 33554432000 4194304 4196468 140730168636944 140015066356880 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31550] ppid=31542 vsize=14088904 memory=9 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31550/stat : 31550 (java) S 31542 31545 30989 0 -1 1077944384 1556 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40094 33554432000 4194304 4196468 140730168636944 140015065303824 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31551] ppid=31542 vsize=14088904 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/31545/task/31551/stat : 31551 (java) S 31542 31545 30989 0 -1 1077944384 725 0 0 0 8 0 0 0 20 0 15 0 44249324 14427037696 40094 33554432000 4194304 4196468 140730168636944 140015064251280 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31552] ppid=31542 vsize=14088904 memory=6 CPUtime=0.06 cores=0,2,4,6
/proc/31545/task/31552/stat : 31552 (java) S 31542 31545 30989 0 -1 1077944384 1168 0 0 0 5 1 0 0 20 0 15 0 44249326 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014611183856 140015137331842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31553] ppid=31542 vsize=14088904 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31553/stat : 31553 (java) S 31542 31545 30989 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 44249326 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014610130144 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31554] ppid=31542 vsize=14088904 memory=15028 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31554/stat : 31554 (java) S 31542 31545 30989 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 44249326 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014609076992 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31555] ppid=31542 vsize=14088904 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31555/stat : 31555 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249328 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014608025552 140015137339291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31556] ppid=31542 vsize=14088904 memory=2344 CPUtime=0.97 cores=0,2,4,6
/proc/31545/task/31556/stat : 31556 (java) S 31542 31545 30989 0 -1 1077944384 4843 0 0 0 97 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014606973680 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31557] ppid=31542 vsize=14088904 memory=1724 CPUtime=0.95 cores=0,2,4,6
/proc/31545/task/31557/stat : 31557 (java) S 31542 31545 30989 0 -1 1077944384 5120 0 0 0 95 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014605921136 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31558] ppid=31542 vsize=14088904 memory=1004 CPUtime=0.56 cores=0,2,4,6
/proc/31545/task/31558/stat : 31558 (java) S 31542 31545 30989 0 -1 1077944384 4024 0 0 0 56 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014604868080 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31559] ppid=31542 vsize=14088904 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31559/stat : 31559 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014603815776 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31560] ppid=31542 vsize=14088904 memory=796 CPUtime=0.01 cores=0,2,4,6
/proc/31545/task/31560/stat : 31560 (java) S 31542 31545 30989 0 -1 1077944384 878 0 0 0 1 0 0 0 20 0 15 0 44249329 14427037696 40094 33554432000 4194304 4196468 140730168636944 140014602762800 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
Current children cumulated CPU time: 68.06 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 160376 KiB

[startup+66.0007 s]*
/proc/loadavg: 1.61 1.44 1.42 3/216 31637
/proc/meminfo: memFree=28906492/32770624 swapFree=67108860/67108860
[pid=31545] ppid=31542 vsize=14088904 memory=160484 CPUtime=68.48 cores=0,2,4,6
/proc/31545/stat : 31545 (java) S 31542 31545 30989 0 -1 1077944320 44152 0 0 0 6831 17 0 0 20 0 15 0 44249323 14427037696 40121 33554432000 4194304 4196468 140730168636944 140730168619488 140015137320695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
/proc/31545/statm: 3522226 40121 3578 1 0 3484297 0
[pid=31545/tid=31547] ppid=31542 vsize=14088904 memory=275238684259965 CPUtime=65.48 cores=0,2,4,6
/proc/31545/task/31547/stat : 31547 (java) R 31542 31545 30989 0 -1 4202560 22084 0 0 0 6539 9 0 0 20 0 15 0 44249323 14427037696 40121 33554432000 4194304 4196468 140730168636944 140015141559088 140014748176386 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31548] ppid=31542 vsize=14088904 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31548/stat : 31548 (java) S 31542 31545 30989 0 -1 1077944384 478 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40121 33554432000 4194304 4196468 140730168636944 140015067409424 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31549] ppid=31542 vsize=14088904 memory=16248 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31549/stat : 31549 (java) S 31542 31545 30989 0 -1 1077944384 1845 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40121 33554432000 4194304 4196468 140730168636944 140015066356880 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31550] ppid=31542 vsize=14088904 memory=10008 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31550/stat : 31550 (java) S 31542 31545 30989 0 -1 1077944384 1556 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40121 33554432000 4194304 4196468 140730168636944 140015065303824 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31551] ppid=31542 vsize=14088904 memory=1240 CPUtime=0.08 cores=0,2,4,6
/proc/31545/task/31551/stat : 31551 (java) S 31542 31545 30989 0 -1 1077944384 734 0 0 0 8 0 0 0 20 0 15 0 44249324 14427037696 40121 33554432000 4194304 4196468 140730168636944 140015064251280 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31552] ppid=31542 vsize=14088904 memory=640 CPUtime=0.06 cores=0,2,4,6
/proc/31545/task/31552/stat : 31552 (java) S 31542 31545 30989 0 -1 1077944384 1168 0 0 0 5 1 0 0 20 0 15 0 44249326 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014611183856 140015137331842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31553] ppid=31542 vsize=14088904 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31553/stat : 31553 (java) S 31542 31545 30989 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 44249326 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014610130144 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31554] ppid=31542 vsize=14088904 memory=956 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31554/stat : 31554 (java) S 31542 31545 30989 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 44249326 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014609076992 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31555] ppid=31542 vsize=14088904 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31555/stat : 31555 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249328 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014608025552 140015137339291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31556] ppid=31542 vsize=14088904 memory=932 CPUtime=0.97 cores=0,2,4,6
/proc/31545/task/31556/stat : 31556 (java) S 31542 31545 30989 0 -1 1077944384 4843 0 0 0 97 0 0 0 20 0 15 0 44249329 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014606973680 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31557] ppid=31542 vsize=14088904 memory=1568 CPUtime=0.95 cores=0,2,4,6
/proc/31545/task/31557/stat : 31557 (java) S 31542 31545 30989 0 -1 1077944384 5120 0 0 0 95 0 0 0 20 0 15 0 44249329 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014605921136 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31558] ppid=31542 vsize=14088904 memory=2240 CPUtime=0.56 cores=0,2,4,6
/proc/31545/task/31558/stat : 31558 (java) S 31542 31545 30989 0 -1 1077944384 4024 0 0 0 56 0 0 0 20 0 15 0 44249329 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014604868080 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31559] ppid=31542 vsize=14088904 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31559/stat : 31559 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249329 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014603815776 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31560] ppid=31542 vsize=14088904 memory=2204 CPUtime=0.01 cores=0,2,4,6
/proc/31545/task/31560/stat : 31560 (java) S 31542 31545 30989 0 -1 1077944384 878 0 0 0 1 0 0 0 20 0 15 0 44249329 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014602762800 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
Current children cumulated CPU time: 68.48 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 160484 KiB

[startup+66.2007 s]
/proc/loadavg: 1.61 1.44 1.42 3/216 31637
/proc/meminfo: memFree=28906492/32770624 swapFree=67108860/67108860
[pid=31545] ppid=31542 vsize=14088904 memory=160484 CPUtime=68.67 cores=0,2,4,6
/proc/31545/stat : 31545 (java) S 31542 31545 30989 0 -1 1077944320 44160 0 0 0 6850 17 0 0 20 0 15 0 44249323 14427037696 40121 33554432000 4194304 4196468 140730168636944 140730168619488 140015137320695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
/proc/31545/statm: 3522226 40121 3578 1 0 3484297 0
[pid=31545/tid=31547] ppid=31542 vsize=14088904 memory=836 CPUtime=65.67 cores=0,2,4,6
/proc/31545/task/31547/stat : 31547 (java) R 31542 31545 30989 0 -1 4202560 22085 0 0 0 6558 9 0 0 20 0 15 0 44249323 14427037696 40121 33554432000 4194304 4196468 140730168636944 140015141559088 140014748928664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31548] ppid=31542 vsize=14088904 memory=1696 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31548/stat : 31548 (java) S 31542 31545 30989 0 -1 1077944384 478 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40121 33554432000 4194304 4196468 140730168636944 140015067409424 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31549] ppid=31542 vsize=14088904 memory=916 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31549/stat : 31549 (java) S 31542 31545 30989 0 -1 1077944384 1845 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40121 33554432000 4194304 4196468 140730168636944 140015066356880 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31550] ppid=31542 vsize=14088904 memory=3848 CPUtime=0.09 cores=0,2,4,6
/proc/31545/task/31550/stat : 31550 (java) S 31542 31545 30989 0 -1 1077944384 1556 0 0 0 8 1 0 0 20 0 15 0 44249324 14427037696 40121 33554432000 4194304 4196468 140730168636944 140015065303824 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31551] ppid=31542 vsize=14088904 memory=2588 CPUtime=0.08 cores=0,2,4,6
/proc/31545/task/31551/stat : 31551 (java) S 31542 31545 30989 0 -1 1077944384 741 0 0 0 8 0 0 0 20 0 15 0 44249324 14427037696 40121 33554432000 4194304 4196468 140730168636944 140015064251280 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31552] ppid=31542 vsize=14088904 memory=2588 CPUtime=0.07 cores=0,2,4,6
/proc/31545/task/31552/stat : 31552 (java) S 31542 31545 30989 0 -1 1077944384 1168 0 0 0 6 1 0 0 20 0 15 0 44249326 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014611183856 140015137331842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31553] ppid=31542 vsize=14088904 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31553/stat : 31553 (java) S 31542 31545 30989 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 44249326 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014610130144 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31554] ppid=31542 vsize=14088904 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31554/stat : 31554 (java) S 31542 31545 30989 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 44249326 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014609076992 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31555] ppid=31542 vsize=14088904 memory=4872 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31555/stat : 31555 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249328 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014608025552 140015137339291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31556] ppid=31542 vsize=14088904 memory=160376 CPUtime=0.97 cores=0,2,4,6
/proc/31545/task/31556/stat : 31556 (java) S 31542 31545 30989 0 -1 1077944384 4843 0 0 0 97 0 0 0 20 0 15 0 44249329 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014606973680 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31557] ppid=31542 vsize=14088904 memory=1408 CPUtime=0.95 cores=0,2,4,6
/proc/31545/task/31557/stat : 31557 (java) S 31542 31545 30989 0 -1 1077944384 5120 0 0 0 95 0 0 0 20 0 15 0 44249329 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014605921136 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31558] ppid=31542 vsize=14088904 memory=288230574492221466 CPUtime=0.56 cores=0,2,4,6
/proc/31545/task/31558/stat : 31558 (java) S 31542 31545 30989 0 -1 1077944384 4024 0 0 0 56 0 0 0 20 0 15 0 44249329 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014604868080 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31559] ppid=31542 vsize=14088904 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/31545/task/31559/stat : 31559 (java) S 31542 31545 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44249329 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014603815776 140015137330901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
[pid=31545/tid=31560] ppid=31542 vsize=14088904 memory=13564894834330168 CPUtime=0.01 cores=0,2,4,6
/proc/31545/task/31560/stat : 31560 (java) S 31542 31545 30989 0 -1 1077944384 878 0 0 0 1 0 0 0 20 0 15 0 44249329 14427037696 40121 33554432000 4194304 4196468 140730168636944 140014602762800 140015137331842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 27258880 140730168640592 140730168640777 140730168640777 140730168643535 0
Current children cumulated CPU time: 68.67 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 160484 KiB

Child status: 0
Real time (s): 66.2959
CPU time (s): 68.7887
CPU user time (s): 68.6034
CPU system time (s): 0.185236
CPU usage (%): 103.76
Max. virtual memory (cumulated for all children) (KiB): 14088904
Max. memory (cumulated for all children) (KiB): 251348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.6034
system time used= 0.185236
maximum resident set size= 251348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47254
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= 5291
involuntary context switches= 266


# summary of solver processes directly reported to runsolver:
#   pid: 31545
#   total CPU time (s): 68.7887
#   total CPU user time (s): 68.6034
#   total CPU system time (s): 0.185236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.421581 second user time and 0.650983 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 15:41:01
IDJOB=4290881
IDBENCH=141582
IDSOLVER=2744
FILE ID=node149/4290881-1532266861
RUNJOBID= node149-1532262079-31020
PBS_JOBID= 21018976
Free space on /tmp= 51848 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
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-4290881-1532266861/watcher-4290881-1532266861 -o /tmp/evaluation-result-4290881-1532266861/solver-4290881-1532266861 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532262079-31020 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1830809991 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290881-1532266861.xml

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=1830809991

node149.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.60
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.60
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.60
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.60
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:        28965564 kB
MemAvailable:   31685184 kB
Buffers:          115696 kB
Cached:          2864064 kB
SwapCached:            0 kB
Active:          1843868 kB
Inactive:        1479488 kB
Active(anon):     293308 kB
Inactive(anon):    70172 kB
Active(file):    1550560 kB
Inactive(file):  1409316 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36000 kB
Writeback:             0 kB
AnonPages:        355096 kB
Mapped:            48952 kB
Shmem:             17032 kB
Slab:             178896 kB
SReclaimable:     151156 kB
SUnreclaim:        27740 kB
KernelStack:        3808 kB
PageTables:         5968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1197348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51812 MiB
End job on node149 at 2018-07-22 15:42:08