Trace number 4290869

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 7.34148 5.32063

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g08-g43_c18.xml
MD5SUM7cef523f02717582c22db5e2b6d8dc99
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 benchmark1.21334
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints93
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":30}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":10},{"degree":6,"count":3},{"degree":7,"count":6},{"degree":8,"count":4},{"degree":9,"count":3}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":62},{"arity":30,"count":1}]
Number of extensional constraints92
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":92},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 1559957573
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.05/1.26	c Parsing done, starting search...
7.21/5.30	s SATISFIABLE
7.21/5.30	v <instantiation>
7.21/5.30	v 	<list>
7.21/5.30	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]
7.21/5.30	v 	</list>
7.21/5.30	v 	<values>
7.21/5.30	v 		127 116 87 99 113 61 72 98 77 90 75 104 51 106 18 67 7 107 100 125 124 26 89 13 73 42 91 122 38 109 
7.21/5.30	v 	</values>
7.21/5.30	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 (7793 MiB free)
  memory of node 1: 16384 MiB (8688 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290869-1532253515/watcher-4290869-1532253515 -o /tmp/evaluation-result-4290869-1532253515/solver-4290869-1532253515 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532226534-30595 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1559957573 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290869-1532253515.xml 

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

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

solver pid=2485, runsolver pid=2482

[startup+0.100096 s]*
/proc/loadavg: 1.28 1.39 1.42 3/219 2500
/proc/meminfo: memFree=16859032/32770624 swapFree=67108860/67108860
[pid=2485] ppid=2482 vsize=14082740 memory=31300 CPUtime=0.12 cores=0,2,4,6
/proc/2485/stat : 2485 (java) S 2482 2485 30564 0 -1 1077944320 6716 0 0 0 11 1 0 0 20 0 15 0 42914633 14420725760 7825 33554432000 4194304 4196468 140732719224176 140732719206720 139703259975415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
/proc/2485/statm: 3520685 7825 3161 1 0 3482761 0
[pid=2485/tid=2487] ppid=2482 vsize=14082740 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/2485/task/2487/stat : 2487 (java) R 2482 2485 30564 0 -1 4202560 4774 0 0 0 8 1 0 0 20 0 15 0 42914634 14420725760 7825 33554432000 4194304 4196468 140732719224176 139703264160744 139703244055902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2488] ppid=2482 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2488/stat : 2488 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 7825 33554432000 4194304 4196468 140732719224176 139703212595728 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2489] ppid=2482 vsize=14082740 memory=140629835708032 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2489/stat : 2489 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 7825 33554432000 4194304 4196468 140732719224176 139703211543184 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2490] ppid=2482 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2490/stat : 2490 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 7825 33554432000 4194304 4196468 140732719224176 139703210490128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2491] ppid=2482 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2491/stat : 2491 (java) S 2482 2485 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 7825 33554432000 4194304 4196468 140732719224176 139703209437584 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2492] ppid=2482 vsize=14082740 memory=140629835708032 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2492/stat : 2492 (java) S 2482 2485 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42914636 14420725760 7825 33554432000 4194304 4196468 140732719224176 139702733617904 139703259986562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2493] ppid=2482 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2493/stat : 2493 (java) S 2482 2485 30564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42914636 14420725760 7825 33554432000 4194304 4196468 140732719224176 139702732564128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2494] ppid=2482 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2494/stat : 2494 (java) S 2482 2485 30564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42914637 14420725760 7825 33554432000 4194304 4196468 140732719224176 139702731511024 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2495] ppid=2482 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2495/stat : 2495 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 7825 33554432000 4194304 4196468 140732719224176 139702730459600 139703259994011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2496] ppid=2482 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2496/stat : 2496 (java) S 2482 2485 30564 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 7825 33554432000 4194304 4196468 140732719224176 139702729406704 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2497] ppid=2482 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2497/stat : 2497 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 7825 33554432000 4194304 4196468 140732719224176 139702728354160 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2498] ppid=2482 vsize=14082740 memory=140629835708032 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2498/stat : 2498 (java) S 2482 2485 30564 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 42914639 14420725760 7825 33554432000 4194304 4196468 140732719224176 139702727301104 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2499] ppid=2482 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2499/stat : 2499 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 7825 33554432000 4194304 4196468 140732719224176 139702726248800 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2500] ppid=2482 vsize=14082740 memory=140629835708032 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2500/stat : 2500 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 7825 33554432000 4194304 4196468 140732719224176 139702725196848 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31300 KiB

[startup+0.211427 s]*
/proc/loadavg: 1.28 1.39 1.42 6/219 2500
/proc/meminfo: memFree=16843652/32770624 swapFree=67108860/67108860
[pid=2485] ppid=2482 vsize=14082740 memory=47096 CPUtime=0.3 cores=0,2,4,6
/proc/2485/stat : 2485 (java) S 2482 2485 30564 0 -1 1077944320 10377 0 0 0 28 2 0 0 20 0 15 0 42914633 14420725760 11774 33554432000 4194304 4196468 140732719224176 140732719206720 139703259975415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
/proc/2485/statm: 3520685 11774 3367 1 0 3482761 0
[pid=2485/tid=2487] ppid=2482 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/2485/task/2487/stat : 2487 (java) R 2482 2485 30564 0 -1 4202560 8105 0 0 0 19 1 0 0 20 0 15 0 42914634 14420725760 11774 33554432000 4194304 4196468 140732719224176 139703264199008 139703259987350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2488] ppid=2482 vsize=14082740 memory=4294967638 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2488/stat : 2488 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 11774 33554432000 4194304 4196468 140732719224176 139703212595728 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2489] ppid=2482 vsize=14082740 memory=140629835733525 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2489/stat : 2489 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 11774 33554432000 4194304 4196468 140732719224176 139703211543184 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2490] ppid=2482 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2490/stat : 2490 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 11774 33554432000 4194304 4196468 140732719224176 139703210490128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2491] ppid=2482 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2491/stat : 2491 (java) S 2482 2485 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 11774 33554432000 4194304 4196468 140732719224176 139703209437584 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2492] ppid=2482 vsize=14082740 memory=140629835708032 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2492/stat : 2492 (java) S 2482 2485 30564 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42914636 14420725760 11774 33554432000 4194304 4196468 140732719224176 139702733617904 139703259986562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2493] ppid=2482 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2493/stat : 2493 (java) S 2482 2485 30564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42914636 14420725760 11774 33554432000 4194304 4196468 140732719224176 139702732564128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2494] ppid=2482 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2494/stat : 2494 (java) S 2482 2485 30564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42914637 14420725760 11774 33554432000 4194304 4196468 140732719224176 139702731511024 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2495] ppid=2482 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2495/stat : 2495 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 11774 33554432000 4194304 4196468 140732719224176 139702730459600 139703259994011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2496] ppid=2482 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2485/task/2496/stat : 2496 (java) R 2482 2485 30564 0 -1 4202560 460 0 0 0 2 0 0 0 20 0 15 0 42914639 14420725760 11774 33554432000 4194304 4196468 140732719224176 139702729406704 139703237222560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2497] ppid=2482 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2497/stat : 2497 (java) R 2482 2485 30564 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 15 0 42914639 14420725760 11774 33554432000 4194304 4196468 140732719224176 139702728354160 139703259986562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2498] ppid=2482 vsize=14082740 memory=140629835708032 CPUtime=0.05 cores=0,2,4,6
/proc/2485/task/2498/stat : 2498 (java) R 2482 2485 30564 0 -1 4202560 286 0 0 0 5 0 0 0 20 0 15 0 42914639 14420725760 11774 33554432000 4194304 4196468 140732719224176 139702727299064 139703238652416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2499] ppid=2482 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2499/stat : 2499 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 11774 33554432000 4194304 4196468 140732719224176 139702726248800 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2500] ppid=2482 vsize=14082740 memory=140629835708032 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2500/stat : 2500 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 11774 33554432000 4194304 4196468 140732719224176 139702725196848 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47096 KiB

[startup+0.310628 s]*
/proc/loadavg: 1.28 1.39 1.42 3/219 2500
/proc/meminfo: memFree=16839884/32770624 swapFree=67108860/67108860
[pid=2485] ppid=2482 vsize=14082740 memory=50588 CPUtime=0.44 cores=0,2,4,6
/proc/2485/stat : 2485 (java) S 2482 2485 30564 0 -1 1077944320 10764 0 0 0 42 2 0 0 20 0 15 0 42914633 14420725760 12647 33554432000 4194304 4196468 140732719224176 140732719206720 139703259975415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
/proc/2485/statm: 3520685 12647 3417 1 0 3482761 0
[pid=2485/tid=2487] ppid=2482 vsize=14082740 memory=6081081524271868777 CPUtime=0.3 cores=0,2,4,6
/proc/2485/task/2487/stat : 2487 (java) R 2482 2485 30564 0 -1 4202560 8461 0 0 0 28 2 0 0 20 0 15 0 42914634 14420725760 12699 33554432000 4194304 4196468 140732719224176 139703264183696 139703243162224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2488] ppid=2482 vsize=14082740 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2488/stat : 2488 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 12699 33554432000 4194304 4196468 140732719224176 139703212595728 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2489] ppid=2482 vsize=14082740 memory=140629835761440 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2489/stat : 2489 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 12699 33554432000 4194304 4196468 140732719224176 139703211543184 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2490] ppid=2482 vsize=14082740 memory=55780 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2490/stat : 2490 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 12699 33554432000 4194304 4196468 140732719224176 139703210490128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2491] ppid=2482 vsize=14082740 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2491/stat : 2491 (java) S 2482 2485 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42914635 14420725760 12699 33554432000 4194304 4196468 140732719224176 139703209437584 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2492] ppid=2482 vsize=14082740 memory=140629835768352 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2492/stat : 2492 (java) S 2482 2485 30564 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42914636 14420725760 12699 33554432000 4194304 4196468 140732719224176 139702733617904 139703259986562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2493] ppid=2482 vsize=14082740 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2493/stat : 2493 (java) S 2482 2485 30564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42914636 14420725760 12699 33554432000 4194304 4196468 140732719224176 139702732564128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2494] ppid=2482 vsize=14082740 memory=64964 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2494/stat : 2494 (java) S 2482 2485 30564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42914637 14420725760 12699 33554432000 4194304 4196468 140732719224176 139702731511024 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2495] ppid=2482 vsize=14082740 memory=140629711631009 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2495/stat : 2495 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 12699 33554432000 4194304 4196468 140732719224176 139702730459600 139703259994011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2496] ppid=2482 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2485/task/2496/stat : 2496 (java) S 2482 2485 30564 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 15 0 42914639 14420725760 12699 33554432000 4194304 4196468 140732719224176 139702729406704 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2497] ppid=2482 vsize=14082740 memory=140629711633359 CPUtime=0.02 cores=0,2,4,6
/proc/2485/task/2497/stat : 2497 (java) S 2482 2485 30564 0 -1 1077944384 153 0 0 0 2 0 0 0 20 0 15 0 42914639 14420725760 12699 33554432000 4194304 4196468 140732719224176 139702728354160 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2498] ppid=2482 vsize=14082740 memory=140629835710396 CPUtime=0.07 cores=0,2,4,6
/proc/2485/task/2498/stat : 2498 (java) S 2482 2485 30564 0 -1 1077944384 308 0 0 0 7 0 0 0 20 0 15 0 42914639 14420725760 12699 33554432000 4194304 4196468 140732719224176 139702727301104 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2499] ppid=2482 vsize=14082740 memory=140629711642543 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2499/stat : 2499 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 12699 33554432000 4194304 4196468 140732719224176 139702726248800 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2500] ppid=2482 vsize=14082740 memory=281259547367392 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2500/stat : 2500 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914639 14420725760 12699 33554432000 4194304 4196468 140732719224176 139702725196848 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50588 KiB

[startup+0.70071 s]
/proc/loadavg: 1.28 1.39 1.42 4/219 2500
/proc/meminfo: memFree=16815140/32770624 swapFree=67108860/67108860
[pid=2485] ppid=2482 vsize=14084808 memory=88664 CPUtime=0.99 cores=0,2,4,6
/proc/2485/stat : 2485 (java) S 2482 2485 30564 0 -1 1077944320 17602 0 0 0 95 4 0 0 20 0 15 0 42914633 14422843392 22166 33554432000 4194304 4196468 140732719224176 140732719206720 139703259975415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
/proc/2485/statm: 3521202 22166 3498 1 0 3483273 0
[pid=2485/tid=2487] ppid=2482 vsize=14084808 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2485/task/2487/stat : 2487 (java) R 2482 2485 30564 0 -1 4202560 14901 0 0 0 64 3 0 0 20 0 15 0 42914634 14422843392 22166 33554432000 4194304 4196468 140732719224176 139703264198496 139703259997341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2488] ppid=2482 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2488/stat : 2488 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14422843392 22166 33554432000 4194304 4196468 140732719224176 139703212595728 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2489] ppid=2482 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2489/stat : 2489 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14422843392 22166 33554432000 4194304 4196468 140732719224176 139703211543184 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2490] ppid=2482 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2490/stat : 2490 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14422843392 22166 33554432000 4194304 4196468 140732719224176 139703210490128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2491] ppid=2482 vsize=14084808 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2491/stat : 2491 (java) S 2482 2485 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42914635 14422843392 22166 33554432000 4194304 4196468 140732719224176 139703209437584 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2492] ppid=2482 vsize=14084808 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2492/stat : 2492 (java) S 2482 2485 30564 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42914636 14422843392 22166 33554432000 4194304 4196468 140732719224176 139702733617904 139703259986562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2493] ppid=2482 vsize=14084808 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2493/stat : 2493 (java) S 2482 2485 30564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42914636 14422843392 22166 33554432000 4194304 4196468 140732719224176 139702732564128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2494] ppid=2482 vsize=14084808 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2494/stat : 2494 (java) S 2482 2485 30564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42914637 14422843392 22166 33554432000 4194304 4196468 140732719224176 139702731511024 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2495] ppid=2482 vsize=14084808 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2495/stat : 2495 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14422843392 22166 33554432000 4194304 4196468 140732719224176 139702730459600 139703259994011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2496] ppid=2482 vsize=14084808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2485/task/2496/stat : 2496 (java) S 2482 2485 30564 0 -1 1077944384 631 0 0 0 8 0 0 0 20 0 15 0 42914639 14422843392 22166 33554432000 4194304 4196468 140732719224176 139702729406704 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2497] ppid=2482 vsize=14084808 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/2485/task/2497/stat : 2497 (java) S 2482 2485 30564 0 -1 1077944384 295 0 0 0 6 0 0 0 20 0 15 0 42914639 14422843392 22166 33554432000 4194304 4196468 140732719224176 139702728354160 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2498] ppid=2482 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/2485/task/2498/stat : 2498 (java) S 2482 2485 30564 0 -1 1077944384 393 0 0 0 15 0 0 0 20 0 15 0 42914639 14422843392 22166 33554432000 4194304 4196468 140732719224176 139702727301104 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2499] ppid=2482 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2499/stat : 2499 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14422843392 22166 33554432000 4194304 4196468 140732719224176 139702726248800 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2500] ppid=2482 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2500/stat : 2500 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914639 14422843392 22166 33554432000 4194304 4196468 140732719224176 139702725196848 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88664 KiB

[startup+1.50143 s]
/proc/loadavg: 1.28 1.39 1.42 3/219 2500
/proc/meminfo: memFree=16784184/32770624 swapFree=67108860/67108860
[pid=2485] ppid=2482 vsize=14090952 memory=171896 CPUtime=3.04 cores=0,2,4,6
/proc/2485/stat : 2485 (java) S 2482 2485 30564 0 -1 1077944320 26572 0 0 0 297 7 0 0 20 0 15 0 42914633 14429134848 42974 33554432000 4194304 4196468 140732719224176 140732719206720 139703259975415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
/proc/2485/statm: 3522738 42974 3546 1 0 3484809 0
[pid=2485/tid=2487] ppid=2482 vsize=14090952 memory=2241 CPUtime=1.47 cores=0,2,4,6
/proc/2485/task/2487/stat : 2487 (java) R 2482 2485 30564 0 -1 4202560 19847 0 0 0 142 5 0 0 20 0 15 0 42914634 14429134848 42974 33554432000 4194304 4196468 140732719224176 139703264209184 139703259987350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2488] ppid=2482 vsize=14090952 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2488/stat : 2488 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14429134848 42974 33554432000 4194304 4196468 140732719224176 139703212595728 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2489] ppid=2482 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2489/stat : 2489 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14429134848 42974 33554432000 4194304 4196468 140732719224176 139703211543184 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2490] ppid=2482 vsize=14090952 memory=281259423474496 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2490/stat : 2490 (java) S 2482 2485 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42914635 14429134848 42974 33554432000 4194304 4196468 140732719224176 139703210490128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2491] ppid=2482 vsize=14090952 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2491/stat : 2491 (java) S 2482 2485 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42914635 14429134848 42974 33554432000 4194304 4196468 140732719224176 139703209437584 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2492] ppid=2482 vsize=14090952 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2492/stat : 2492 (java) S 2482 2485 30564 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 42914636 14429134848 42974 33554432000 4194304 4196468 140732719224176 139702733617904 139703259986562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0

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

[pid=2485/tid=2498] ppid=2482 vsize=14090952 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/2485/task/2498/stat : 2498 (java) S 2482 2485 30564 0 -1 1077944384 2978 0 0 0 52 0 0 0 20 0 15 0 42914639 14429134848 58540 33554432000 4194304 4196468 140732719224176 139702727301104 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2499] ppid=2482 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2499/stat : 2499 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 58540 33554432000 4194304 4196468 140732719224176 139702726248800 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2500] ppid=2482 vsize=14090952 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2500/stat : 2500 (java) S 2482 2485 30564 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 58540 33554432000 4194304 4196468 140732719224176 139702725196848 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 234160 KiB

[startup+4.00076 s]*
/proc/loadavg: 1.28 1.39 1.42 3/219 2500
/proc/meminfo: memFree=16646032/32770624 swapFree=67108860/67108860
[pid=2485] ppid=2482 vsize=14090952 memory=244420 CPUtime=6.01 cores=0,2,4,6
/proc/2485/stat : 2485 (java) S 2482 2485 30564 0 -1 1077944320 28792 0 0 0 591 10 0 0 20 0 15 0 42914633 14429134848 61105 33554432000 4194304 4196468 140732719224176 140732719206720 139703259975415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
/proc/2485/statm: 3522738 61105 3574 1 0 3484809 0
[pid=2485/tid=2487] ppid=2482 vsize=14090952 memory=0 CPUtime=3.96 cores=0,2,4,6
/proc/2485/task/2487/stat : 2487 (java) R 2482 2485 30564 0 -1 4202560 19983 0 0 0 390 6 0 0 20 0 15 0 42914634 14429134848 61105 33554432000 4194304 4196468 140732719224176 139703264213408 139702888113255 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2488] ppid=2482 vsize=14090952 memory=-4940873577267802703 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2488/stat : 2488 (java) S 2482 2485 30564 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 15 0 42914635 14429134848 61105 33554432000 4194304 4196468 140732719224176 139703212595728 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2489] ppid=2482 vsize=14090952 memory=576461178948550685 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2489/stat : 2489 (java) S 2482 2485 30564 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 42914635 14429134848 61105 33554432000 4194304 4196468 140732719224176 139703211543184 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2490] ppid=2482 vsize=14090952 memory=288230583166051061 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2490/stat : 2490 (java) S 2482 2485 30564 0 -1 1077944384 128 0 0 0 1 0 0 0 20 0 15 0 42914635 14429134848 61105 33554432000 4194304 4196468 140732719224176 139703210490128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2491] ppid=2482 vsize=14090952 memory=14699586522463106 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2491/stat : 2491 (java) S 2482 2485 30564 0 -1 1077944384 361 0 0 0 0 0 0 0 20 0 15 0 42914635 14429134848 61105 33554432000 4194304 4196468 140732719224176 139703209437584 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2492] ppid=2482 vsize=14090952 memory=8387336445005105370 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2492/stat : 2492 (java) S 2482 2485 30564 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 42914636 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702733617904 139703259986562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2493] ppid=2482 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2493/stat : 2493 (java) S 2482 2485 30564 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 42914636 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702732564192 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2494] ppid=2482 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2494/stat : 2494 (java) S 2482 2485 30564 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 42914637 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702731511040 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2495] ppid=2482 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2495/stat : 2495 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702730459600 139703259994011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2496] ppid=2482 vsize=14090952 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/2485/task/2496/stat : 2496 (java) S 2482 2485 30564 0 -1 1077944384 1943 0 0 0 69 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702729406704 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2497] ppid=2482 vsize=14090952 memory=3467827926414667825 CPUtime=0.73 cores=0,2,4,6
/proc/2485/task/2497/stat : 2497 (java) S 2482 2485 30564 0 -1 1077944384 1619 0 0 0 73 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702728354160 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2498] ppid=2482 vsize=14090952 memory=2321381553293303857 CPUtime=0.52 cores=0,2,4,6
/proc/2485/task/2498/stat : 2498 (java) S 2482 2485 30564 0 -1 1077944384 2978 0 0 0 52 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702727301104 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2499] ppid=2482 vsize=14090952 memory=-3250074257426230347 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2499/stat : 2499 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702726248800 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2500] ppid=2482 vsize=14090952 memory=8191324994196845656 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2500/stat : 2500 (java) S 2482 2485 30564 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702725196848 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 244420 KiB

[startup+4.80076 s]
/proc/loadavg: 1.28 1.39 1.42 3/219 2500
/proc/meminfo: memFree=16646032/32770624 swapFree=67108860/67108860
[pid=2485] ppid=2482 vsize=14090952 memory=244420 CPUtime=6.8 cores=0,2,4,6
/proc/2485/stat : 2485 (java) S 2482 2485 30564 0 -1 1077944320 28794 0 0 0 670 10 0 0 20 0 15 0 42914633 14429134848 61105 33554432000 4194304 4196468 140732719224176 140732719206720 139703259975415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
/proc/2485/statm: 3522738 61105 3574 1 0 3484809 0
[pid=2485/tid=2487] ppid=2482 vsize=14090952 memory=0 CPUtime=4.75 cores=0,2,4,6
/proc/2485/task/2487/stat : 2487 (java) R 2482 2485 30564 0 -1 4202560 19984 0 0 0 469 6 0 0 20 0 15 0 42914634 14429134848 61105 33554432000 4194304 4196468 140732719224176 139703264211232 139702892984723 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2488] ppid=2482 vsize=14090952 memory=111 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2488/stat : 2488 (java) S 2482 2485 30564 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 15 0 42914635 14429134848 61105 33554432000 4194304 4196468 140732719224176 139703212595728 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2489] ppid=2482 vsize=14090952 memory=23 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2489/stat : 2489 (java) S 2482 2485 30564 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 42914635 14429134848 61105 33554432000 4194304 4196468 140732719224176 139703211543184 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2490] ppid=2482 vsize=14090952 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2490/stat : 2490 (java) S 2482 2485 30564 0 -1 1077944384 128 0 0 0 1 0 0 0 20 0 15 0 42914635 14429134848 61105 33554432000 4194304 4196468 140732719224176 139703210490128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2491] ppid=2482 vsize=14090952 memory=574 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2491/stat : 2491 (java) S 2482 2485 30564 0 -1 1077944384 361 0 0 0 0 0 0 0 20 0 15 0 42914635 14429134848 61105 33554432000 4194304 4196468 140732719224176 139703209437584 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2492] ppid=2482 vsize=14090952 memory=37692 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2492/stat : 2492 (java) S 2482 2485 30564 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 42914636 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702733617904 139703259986562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2493] ppid=2482 vsize=14090952 memory=4036 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2493/stat : 2493 (java) S 2482 2485 30564 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 42914636 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702732564192 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2494] ppid=2482 vsize=14090952 memory=14788 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2494/stat : 2494 (java) S 2482 2485 30564 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 42914637 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702731511040 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2495] ppid=2482 vsize=14090952 memory=244420 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2495/stat : 2495 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702730459600 139703259994011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2496] ppid=2482 vsize=14090952 memory=244420 CPUtime=0.69 cores=0,2,4,6
/proc/2485/task/2496/stat : 2496 (java) S 2482 2485 30564 0 -1 1077944384 1943 0 0 0 69 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702729406704 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2497] ppid=2482 vsize=14090952 memory=1844 CPUtime=0.73 cores=0,2,4,6
/proc/2485/task/2497/stat : 2497 (java) S 2482 2485 30564 0 -1 1077944384 1619 0 0 0 73 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702728354160 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2498] ppid=2482 vsize=14090952 memory=796 CPUtime=0.52 cores=0,2,4,6
/proc/2485/task/2498/stat : 2498 (java) S 2482 2485 30564 0 -1 1077944384 2978 0 0 0 52 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702727301104 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2499] ppid=2482 vsize=14090952 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2499/stat : 2499 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702726248800 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2500] ppid=2482 vsize=14090952 memory=12984 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2500/stat : 2500 (java) D 2482 2485 30564 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 61105 33554432000 4194304 4196468 140732719224176 139702725196768 139703244831502 0 4 0 16800975 18446744072101031045 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
Current children cumulated CPU time: 6.8 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 244420 KiB

[startup+5.20076 s]
/proc/loadavg: 1.42 1.42 1.43 3/219 2500
/proc/meminfo: memFree=16645156/32770624 swapFree=67108860/67108860
[pid=2485] ppid=2482 vsize=14090952 memory=244440 CPUtime=7.21 cores=0,2,4,6
/proc/2485/stat : 2485 (java) S 2482 2485 30564 0 -1 1077944320 28809 0 0 0 711 10 0 0 20 0 15 0 42914633 14429134848 61110 33554432000 4194304 4196468 140732719224176 140732719206720 139703259975415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
/proc/2485/statm: 3522738 61110 3574 1 0 3484809 0
[pid=2485/tid=2487] ppid=2482 vsize=14090952 memory=8112282956445269571 CPUtime=5.14 cores=0,2,4,6
/proc/2485/task/2487/stat : 2487 (java) R 2482 2485 30564 0 -1 4202560 19985 0 0 0 508 6 0 0 20 0 15 0 42914634 14429134848 61110 33554432000 4194304 4196468 140732719224176 139703264213808 139702893510149 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2488] ppid=2482 vsize=14090952 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2488/stat : 2488 (java) S 2482 2485 30564 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 15 0 42914635 14429134848 61110 33554432000 4194304 4196468 140732719224176 139703212595728 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2489] ppid=2482 vsize=14090952 memory=151285928039276 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2489/stat : 2489 (java) S 2482 2485 30564 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 42914635 14429134848 61110 33554432000 4194304 4196468 140732719224176 139703211543184 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2490] ppid=2482 vsize=14090952 memory=151285928039277 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2490/stat : 2490 (java) S 2482 2485 30564 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 15 0 42914635 14429134848 61110 33554432000 4194304 4196468 140732719224176 139703210490128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2491] ppid=2482 vsize=14090952 memory=151285928039278 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2491/stat : 2491 (java) S 2482 2485 30564 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 15 0 42914635 14429134848 61110 33554432000 4194304 4196468 140732719224176 139703209437584 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2492] ppid=2482 vsize=14090952 memory=151285928039279 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2492/stat : 2492 (java) S 2482 2485 30564 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 42914636 14429134848 61110 33554432000 4194304 4196468 140732719224176 139702733617904 139703259986562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2493] ppid=2482 vsize=14090952 memory=151285928039280 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2493/stat : 2493 (java) S 2482 2485 30564 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 42914636 14429134848 61110 33554432000 4194304 4196468 140732719224176 139702732564192 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2494] ppid=2482 vsize=14090952 memory=151285928039281 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2494/stat : 2494 (java) S 2482 2485 30564 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 42914637 14429134848 61110 33554432000 4194304 4196468 140732719224176 139702731511040 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2495] ppid=2482 vsize=14090952 memory=151285928039282 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2495/stat : 2495 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 61110 33554432000 4194304 4196468 140732719224176 139702730459600 139703259994011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2496] ppid=2482 vsize=14090952 memory=151285928039283 CPUtime=0.69 cores=0,2,4,6
/proc/2485/task/2496/stat : 2496 (java) S 2482 2485 30564 0 -1 1077944384 1943 0 0 0 69 0 0 0 20 0 15 0 42914639 14429134848 61110 33554432000 4194304 4196468 140732719224176 139702729406704 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2497] ppid=2482 vsize=14090952 memory=151285928039284 CPUtime=0.73 cores=0,2,4,6
/proc/2485/task/2497/stat : 2497 (java) S 2482 2485 30564 0 -1 1077944384 1619 0 0 0 73 0 0 0 20 0 15 0 42914639 14429134848 61110 33554432000 4194304 4196468 140732719224176 139702728354160 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2498] ppid=2482 vsize=14090952 memory=151285928039285 CPUtime=0.52 cores=0,2,4,6
/proc/2485/task/2498/stat : 2498 (java) S 2482 2485 30564 0 -1 1077944384 2978 0 0 0 52 0 0 0 20 0 15 0 42914639 14429134848 61110 33554432000 4194304 4196468 140732719224176 139702727301104 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2499] ppid=2482 vsize=14090952 memory=151285928039286 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2499/stat : 2499 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 61110 33554432000 4194304 4196468 140732719224176 139702726248800 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2500] ppid=2482 vsize=14090952 memory=151285928039287 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2500/stat : 2500 (java) S 2482 2485 30564 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 42914639 14429134848 61110 33554432000 4194304 4196468 140732719224176 139702725196848 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
Current children cumulated CPU time: 7.21 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 244440 KiB

[startup+5.30434 s]
/proc/loadavg: 1.42 1.42 1.43 3/219 2500
/proc/meminfo: memFree=16645156/32770624 swapFree=67108860/67108860
[pid=2485] ppid=2482 vsize=14090952 memory=244548 CPUtime=7.32 cores=0,2,4,6
/proc/2485/stat : 2485 (java) S 2482 2485 30564 0 -1 1077944320 29134 0 0 0 722 10 0 0 20 0 15 0 42914633 14429134848 61137 33554432000 4194304 4196468 140732719224176 140732719206720 139703259975415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
/proc/2485/statm: 3522995 61137 3575 1 0 3485066 0
[pid=2485/tid=2487] ppid=2482 vsize=14157516 memory=244440 CPUtime=5.24 cores=0,2,4,6
/proc/2485/task/2487/stat : 2487 (java) S 2482 2485 30564 0 -1 1077944384 20269 0 0 0 518 6 0 0 20 0 16 0 42914634 14497296384 61137 33554432000 4194304 4196468 140732719224176 139703264216096 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2488] ppid=2482 vsize=14157516 memory=244420 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2488/stat : 2488 (java) S 2482 2485 30564 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 16 0 42914635 14497296384 61137 33554432000 4194304 4196468 140732719224176 139703212595728 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2489] ppid=2482 vsize=14157516 memory=244420 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2489/stat : 2489 (java) S 2482 2485 30564 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 16 0 42914635 14497296384 61137 33554432000 4194304 4196468 140732719224176 139703211543184 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2490] ppid=2482 vsize=14157516 memory=244440 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2490/stat : 2490 (java) S 2482 2485 30564 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 16 0 42914635 14497296384 61143 33554432000 4194304 4196468 140732719224176 139703210490128 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2491] ppid=2482 vsize=14157516 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2485/task/2491/stat : 2491 (java) S 2482 2485 30564 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 15 0 42914635 14497296384 61143 33554432000 4194304 4196468 140732719224176 139703209437584 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2492] ppid=2482 vsize=14157516 memory=234052 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2492/stat : 2492 (java) S 2482 2485 30564 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 42914636 14497296384 61144 33554432000 4194304 4196468 140732719224176 139702733617904 139703259986562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2493] ppid=2482 vsize=14157516 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2493/stat : 2493 (java) S 2482 2485 30564 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 14 0 42914636 14497296384 61148 33554432000 4194304 4196468 140732719224176 139702732564192 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2494] ppid=2482 vsize=14157516 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2494/stat : 2494 (java) S 2482 2485 30564 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 14 0 42914637 14497296384 61148 33554432000 4194304 4196468 140732719224176 139702731511040 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2495] ppid=2482 vsize=14157516 memory=4577 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2495/stat : 2495 (java) R 2482 2485 30564 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 14 0 42914639 14497296384 61148 33554432000 4194304 4196468 140732719224176 139702730459600 139702887853756 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2496] ppid=2482 vsize=14157516 memory=9215612443221087420 CPUtime=0.69 cores=0,2,4,6
/proc/2485/task/2496/stat : 2496 (java) S 2482 2485 30564 0 -1 1077944384 1952 0 0 0 69 0 0 0 20 0 14 0 42914639 14497296384 61148 33554432000 4194304 4196468 140732719224176 139702729406704 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2497] ppid=2482 vsize=14157516 memory=100 CPUtime=0.73 cores=0,2,4,6
/proc/2485/task/2497/stat : 2497 (java) R 2482 2485 30564 0 -1 4202560 1624 0 0 0 73 0 0 0 20 0 14 0 42914639 14497296384 61148 33554432000 4194304 4196468 140732719224176 139702728344272 139703239222554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2498] ppid=2482 vsize=14157516 memory=5664 CPUtime=0.52 cores=0,2,4,6
/proc/2485/task/2498/stat : 2498 (java) S 2482 2485 30564 0 -1 1077944384 3011 0 0 0 52 0 0 0 20 0 14 0 42914639 14497296384 61148 33554432000 4194304 4196468 140732719224176 139702727301104 139703259986562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
[pid=2485/tid=2499] ppid=2482 vsize=14157516 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/2485/task/2499/stat : 2499 (java) S 2482 2485 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 42914639 14497296384 61148 33554432000 4194304 4196468 140732719224176 139702726248800 139703259985621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140732719227984 140732719228169 140732719228169 140732719230927 0
Current children cumulated CPU time: 7.32 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 244548 KiB

Child status: 0
Real time (s): 5.32063
CPU time (s): 7.34148
CPU user time (s): 7.22826
CPU system time (s): 0.113223
CPU usage (%): 137.981
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 244548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.22826
system time used= 0.113223
maximum resident set size= 244908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2736
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 2485
#   total CPU time (s): 7.34148
#   total CPU user time (s): 7.22826
#   total CPU system time (s): 0.113223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052206 second user time and 0.097604 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 11:58:35
IDJOB=4290869
IDBENCH=141497
IDSOLVER=2744
FILE ID=node133/4290869-1532253515
RUNJOBID= node133-1532226534-30595
PBS_JOBID= 21018957
Free space on /tmp= 52612 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g08-g43_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-4290869-1532253515/watcher-4290869-1532253515 -o /tmp/evaluation-result-4290869-1532253515/solver-4290869-1532253515 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532226534-30595 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1559957573 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290869-1532253515.xml

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

MD5SUM BENCH= 7cef523f02717582c22db5e2b6d8dc99
RANDOM SEED=1559957573

node133.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.24
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.24
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.24
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.24
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:        16877360 kB
MemAvailable:   31765164 kB
Buffers:          232608 kB
Cached:         14732396 kB
SwapCached:            0 kB
Active:          1456976 kB
Inactive:       13737244 kB
Active(anon):     231808 kB
Inactive(anon):    17016 kB
Active(file):    1225168 kB
Inactive(file): 13720228 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36156 kB
Writeback:             0 kB
AnonPages:        236400 kB
Mapped:            49184 kB
Shmem:             17056 kB
Slab:             398688 kB
SReclaimable:     370868 kB
SUnreclaim:        27820 kB
KernelStack:        3888 kB
PageTables:         5808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1182172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52576 MiB
End job on node133 at 2018-07-22 11:58:40