Trace number 4308194

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT 89.8838 86.989

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g17-g37_c18.xml
MD5SUM15f6930ab26cfa444fe93224da66a51d
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 benchmark89.8838
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints113
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":64}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":24},{"degree":5,"count":36}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":112},{"arity":64,"count":1}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.65/0.59	c version: 2018-08-14
0.65/0.59	c seed: 1736659758
0.65/0.59	c timeout: 2520
0.65/0.59	c memlimit: 11000
0.65/0.59	c nbcore: 4
0.79/0.61	c Parsing instance...
2.12/1.28	c Parsing done, starting search...
89.78/86.98	s SATISFIABLE
89.78/86.98	v <instantiation>
89.78/86.98	v 	<list>
89.78/86.98	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] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63]
89.78/86.98	v 	</list>
89.78/86.98	v 	<values>
89.78/86.98	v 		57 69 8 115 100 98 62 92 105 30 16 32 109 106 49 95 41 2 114 68 31 77 60 48 66 90 110 67 27 78 84 3 104 43 96 71 108 75 4 37 116 22 11 87 55 33 25 50 101 42 34 88 19 64 15 93 113 18 79 0 112 26 46 61 
89.78/86.98	v 	</values>
89.78/86.98	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 (14238 MiB free)
  memory of node 1: 16384 MiB (13577 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100139 s]*
/proc/loadavg: 1.77 1.67 1.68 3/215 27919
/proc/meminfo: memFree=28472280/32770624 swapFree=67108796/67108860
[pid=27904] ppid=27901 vsize=14082736 memory=24136 CPUtime=0.08 cores=1,3,5,7
/proc/27904/stat : 27904 (java) S 27901 27904 26838 0 -1 1077944320 5944 0 0 0 7 1 0 0 20 0 15 0 251453398 14420721664 6034 33554432000 4194304 4196468 140723437267152 140723437249696 140581433417463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
/proc/27904/statm: 3520684 6034 3119 1 0 3482761 0
[pid=27904/tid=27906] ppid=27901 vsize=14082736 memory=-6966717417093883519 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27906/stat : 27906 (java) R 27901 27904 26838 0 -1 4202560 4041 0 0 0 6 0 0 0 20 0 15 0 251453399 14420721664 6034 33554432000 4194304 4196468 140723437267152 140581437643152 140581433429398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27907] ppid=27901 vsize=14082736 memory=5793855278829009337 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27907/stat : 27907 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 6034 33554432000 4194304 4196468 140723437267152 140581394377872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27908] ppid=27901 vsize=14082736 memory=140027819116160 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27908/stat : 27908 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 6034 33554432000 4194304 4196468 140723437267152 140581028473872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27909] ppid=27901 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27909/stat : 27909 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 6034 33554432000 4194304 4196468 140723437267152 140581027421072 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27910] ppid=27901 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27910/stat : 27910 (java) S 27901 27904 26838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 6034 33554432000 4194304 4196468 140723437267152 140581026368272 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27911] ppid=27901 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27911/stat : 27911 (java) S 27901 27904 26838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251453401 14420721664 6034 33554432000 4194304 4196468 140723437267152 140580345805168 140581433428610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27912] ppid=27901 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27912/stat : 27912 (java) S 27901 27904 26838 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251453401 14420721664 6034 33554432000 4194304 4196468 140723437267152 140580344751136 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27913] ppid=27901 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27913/stat : 27913 (java) S 27901 27904 26838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251453401 14420721664 6034 33554432000 4194304 4196468 140723437267152 140580343698288 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27914] ppid=27901 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27914/stat : 27914 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14420721664 6034 33554432000 4194304 4196468 140723437267152 140580342646608 140581433436059 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27915] ppid=27901 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27915/stat : 27915 (java) S 27901 27904 26838 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 251453404 14420721664 6034 33554432000 4194304 4196468 140723437267152 140580341594992 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27916] ppid=27901 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27916/stat : 27916 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14420721664 6034 33554432000 4194304 4196468 140723437267152 140580340542192 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27917] ppid=27901 vsize=14082736 memory=140027819116160 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27917/stat : 27917 (java) R 27901 27904 26838 0 -1 4202560 220 0 0 0 0 0 0 0 20 0 15 0 251453404 14420721664 6034 33554432000 4194304 4196468 140723437267152 140580339489392 140581411996816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27918] ppid=27901 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27918/stat : 27918 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14420721664 6034 33554432000 4194304 4196468 140723437267152 140580338436832 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27919] ppid=27901 vsize=14082736 memory=140027819116160 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27919/stat : 27919 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453407 14420721664 6034 33554432000 4194304 4196468 140723437267152 140580337384112 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 24136 KiB

[startup+0.210154 s]*
/proc/loadavg: 1.77 1.67 1.68 3/215 27919
/proc/meminfo: memFree=28452232/32770624 swapFree=67108796/67108860
[pid=27904] ppid=27901 vsize=14082736 memory=44492 CPUtime=0.23 cores=1,3,5,7
/proc/27904/stat : 27904 (java) S 27901 27904 26838 0 -1 1077944320 10188 0 0 0 21 2 0 0 20 0 15 0 251453398 14420721664 11123 33554432000 4194304 4196468 140723437267152 140723437249696 140581433417463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
/proc/27904/statm: 3520684 11123 3338 1 0 3482761 0
[pid=27904/tid=27906] ppid=27901 vsize=14082736 memory=6735269665583770266 CPUtime=0.17 cores=1,3,5,7
/proc/27904/task/27906/stat : 27906 (java) R 27901 27904 26838 0 -1 4202560 8029 0 0 0 15 2 0 0 20 0 15 0 251453399 14420721664 11123 33554432000 4194304 4196468 140723437267152 140581437647568 140581433429398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27907] ppid=27901 vsize=14082736 memory=4211973754023906698 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27907/stat : 27907 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 11123 33554432000 4194304 4196468 140723437267152 140581394377872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27908] ppid=27901 vsize=14082736 memory=140027819116160 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27908/stat : 27908 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 11123 33554432000 4194304 4196468 140723437267152 140581028473872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27909] ppid=27901 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27909/stat : 27909 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 11123 33554432000 4194304 4196468 140723437267152 140581027421072 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27910] ppid=27901 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27910/stat : 27910 (java) S 27901 27904 26838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 11123 33554432000 4194304 4196468 140723437267152 140581026368272 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27911] ppid=27901 vsize=14082736 memory=140027819116160 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27911/stat : 27911 (java) S 27901 27904 26838 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 251453401 14420721664 11123 33554432000 4194304 4196468 140723437267152 140580345805168 140581433428610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27912] ppid=27901 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27912/stat : 27912 (java) S 27901 27904 26838 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251453401 14420721664 11123 33554432000 4194304 4196468 140723437267152 140580344751136 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27913] ppid=27901 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27913/stat : 27913 (java) S 27901 27904 26838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251453401 14420721664 11123 33554432000 4194304 4196468 140723437267152 140580343698288 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27914] ppid=27901 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27914/stat : 27914 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14420721664 11123 33554432000 4194304 4196468 140723437267152 140580342646608 140581433436059 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27915] ppid=27901 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27904/task/27915/stat : 27915 (java) R 27901 27904 26838 0 -1 4202560 464 0 0 0 1 0 0 0 20 0 15 0 251453404 14420721664 11123 33554432000 4194304 4196468 140723437267152 140580341586496 140581433427669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27916] ppid=27901 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27916/stat : 27916 (java) S 27901 27904 26838 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 251453404 14420721664 11123 33554432000 4194304 4196468 140723437267152 140580340542192 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27917] ppid=27901 vsize=14082736 memory=140027819116160 CPUtime=0.03 cores=1,3,5,7
/proc/27904/task/27917/stat : 27917 (java) R 27901 27904 26838 0 -1 4202560 286 0 0 0 3 0 0 0 20 0 15 0 251453404 14420721664 11123 33554432000 4194304 4196468 140723437267152 140580339489392 140581433429398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27918] ppid=27901 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27918/stat : 27918 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14420721664 11123 33554432000 4194304 4196468 140723437267152 140580338436832 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27919] ppid=27901 vsize=14082736 memory=140027819116160 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27919/stat : 27919 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453407 14420721664 11123 33554432000 4194304 4196468 140723437267152 140580337384112 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 44492 KiB

[startup+0.310358 s]*
/proc/loadavg: 1.77 1.67 1.68 4/215 27919
/proc/meminfo: memFree=28446028/32770624 swapFree=67108796/67108860
[pid=27904] ppid=27901 vsize=14082736 memory=50612 CPUtime=0.41 cores=1,3,5,7
/proc/27904/stat : 27904 (java) S 27901 27904 26838 0 -1 1077944320 10738 0 0 0 39 2 0 0 20 0 15 0 251453398 14420721664 12653 33554432000 4194304 4196468 140723437267152 140723437249696 140581433417463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
/proc/27904/statm: 3520684 12653 3417 1 0 3482761 0
[pid=27904/tid=27906] ppid=27901 vsize=14082736 memory=4871374705135476842 CPUtime=0.27 cores=1,3,5,7
/proc/27904/task/27906/stat : 27906 (java) R 27901 27904 26838 0 -1 4202560 8395 0 0 0 25 2 0 0 20 0 15 0 251453399 14420721664 12653 33554432000 4194304 4196468 140723437267152 140581437625744 140581433439389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27907] ppid=27901 vsize=14082736 memory=4211973754023906698 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27907/stat : 27907 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 12653 33554432000 4194304 4196468 140723437267152 140581394377872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27908] ppid=27901 vsize=14082736 memory=140027819118524 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27908/stat : 27908 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 12653 33554432000 4194304 4196468 140723437267152 140581028473872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27909] ppid=27901 vsize=14082736 memory=140027678036710 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27909/stat : 27909 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 12653 33554432000 4194304 4196468 140723437267152 140581027421072 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27910] ppid=27901 vsize=14082736 memory=140027678019023 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27910/stat : 27910 (java) S 27901 27904 26838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251453399 14420721664 12653 33554432000 4194304 4196468 140723437267152 140581026368272 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27911] ppid=27901 vsize=14082736 memory=140027819143025 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27911/stat : 27911 (java) S 27901 27904 26838 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 251453401 14420721664 12653 33554432000 4194304 4196468 140723437267152 140580345805168 140581433428610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27912] ppid=27901 vsize=14082736 memory=140027678028207 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27912/stat : 27912 (java) S 27901 27904 26838 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251453401 14420721664 12653 33554432000 4194304 4196468 140723437267152 140580344751136 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27913] ppid=27901 vsize=14082736 memory=280055356047248 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27913/stat : 27913 (java) S 27901 27904 26838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251453401 14420721664 12653 33554432000 4194304 4196468 140723437267152 140580343698288 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27914] ppid=27901 vsize=14082736 memory=280055356044944 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27914/stat : 27914 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14420721664 12653 33554432000 4194304 4196468 140723437267152 140580342646608 140581433436059 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27915] ppid=27901 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27915/stat : 27915 (java) S 27901 27904 26838 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 15 0 251453404 14420721664 12653 33554432000 4194304 4196468 140723437267152 140580341594992 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27916] ppid=27901 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27916/stat : 27916 (java) R 27901 27904 26838 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 15 0 251453404 14420721664 12653 33554432000 4194304 4196468 140723437267152 140580340542192 140581419569120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27917] ppid=27901 vsize=14082736 memory=140027819116160 CPUtime=0.08 cores=1,3,5,7
/proc/27904/task/27917/stat : 27917 (java) S 27901 27904 26838 0 -1 1077944384 334 0 0 0 8 0 0 0 20 0 15 0 251453404 14420721664 12653 33554432000 4194304 4196468 140723437267152 140580339489392 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27918] ppid=27901 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27918/stat : 27918 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14420721664 12653 33554432000 4194304 4196468 140723437267152 140580338436832 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27919] ppid=27901 vsize=14082736 memory=140027819116160 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27919/stat : 27919 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453407 14420721664 12653 33554432000 4194304 4196468 140723437267152 140580337384112 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50612 KiB

[startup+0.70077 s]
/proc/loadavg: 1.77 1.67 1.68 3/215 27919
/proc/meminfo: memFree=28436848/32770624 swapFree=67108796/67108860
[pid=27904] ppid=27901 vsize=14084804 memory=86560 CPUtime=0.96 cores=1,3,5,7
/proc/27904/stat : 27904 (java) S 27901 27904 26838 0 -1 1077944320 17477 0 0 0 92 4 0 0 20 0 15 0 251453398 14422839296 21640 33554432000 4194304 4196468 140723437267152 140723437249696 140581433417463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
/proc/27904/statm: 3521201 21640 3499 1 0 3483273 0
[pid=27904/tid=27906] ppid=27901 vsize=14084804 memory=796 CPUtime=0.65 cores=1,3,5,7
/proc/27904/task/27906/stat : 27906 (java) R 27901 27904 26838 0 -1 4202560 14793 0 0 0 62 3 0 0 20 0 15 0 251453399 14422839296 21640 33554432000 4194304 4196468 140723437267152 140581437632624 140581417497950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27907] ppid=27901 vsize=14084804 memory=1592 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27907/stat : 27907 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14422839296 21640 33554432000 4194304 4196468 140723437267152 140581394377872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27908] ppid=27901 vsize=14084804 memory=3780 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27908/stat : 27908 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14422839296 21640 33554432000 4194304 4196468 140723437267152 140581028473872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27909] ppid=27901 vsize=14084804 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27909/stat : 27909 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14422839296 21640 33554432000 4194304 4196468 140723437267152 140581027421072 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27910] ppid=27901 vsize=14084804 memory=8099279071866868837 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27910/stat : 27910 (java) S 27901 27904 26838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251453399 14422839296 21640 33554432000 4194304 4196468 140723437267152 140581026368272 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27911] ppid=27901 vsize=14084804 memory=4641330296368681046 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27911/stat : 27911 (java) S 27901 27904 26838 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 251453401 14422839296 21640 33554432000 4194304 4196468 140723437267152 140580345805168 140581433428610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27912] ppid=27901 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27912/stat : 27912 (java) S 27901 27904 26838 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251453401 14422839296 21640 33554432000 4194304 4196468 140723437267152 140580344751136 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27913] ppid=27901 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27913/stat : 27913 (java) S 27901 27904 26838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251453401 14422839296 21640 33554432000 4194304 4196468 140723437267152 140580343698288 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27914] ppid=27901 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27914/stat : 27914 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14422839296 21640 33554432000 4194304 4196468 140723437267152 140580342646608 140581433436059 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27915] ppid=27901 vsize=14084804 memory=585 CPUtime=0.08 cores=1,3,5,7
/proc/27904/task/27915/stat : 27915 (java) R 27901 27904 26838 0 -1 4202560 680 0 0 0 8 0 0 0 20 0 15 0 251453404 14422839296 21640 33554432000 4194304 4196468 140723437267152 140580341594992 140581418543459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27916] ppid=27901 vsize=14084804 memory=7 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27916/stat : 27916 (java) R 27901 27904 26838 0 -1 1077944384 220 0 0 0 6 0 0 0 20 0 15 0 251453404 14422839296 21640 33554432000 4194304 4196468 140723437267152 140580340542192 140581433428610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27917] ppid=27901 vsize=14084804 memory=719 CPUtime=0.14 cores=1,3,5,7
/proc/27904/task/27917/stat : 27917 (java) R 27901 27904 26838 0 -1 4202560 404 0 0 0 14 0 0 0 20 0 15 0 251453404 14422839296 21640 33554432000 4194304 4196468 140723437267152 140580339489392 140581433438810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27918] ppid=27901 vsize=14084804 memory=280055356231152 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27918/stat : 27918 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14422839296 21640 33554432000 4194304 4196468 140723437267152 140580338436832 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27919] ppid=27901 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27919/stat : 27919 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453407 14422839296 21640 33554432000 4194304 4196468 140723437267152 140580337384112 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 86560 KiB

[startup+1.50083 s]
/proc/loadavg: 1.77 1.67 1.68 3/215 27919
/proc/meminfo: memFree=28390020/32770624 swapFree=67108796/67108860
[pid=27904] ppid=27901 vsize=14090948 memory=183748 CPUtime=3.05 cores=1,3,5,7
/proc/27904/stat : 27904 (java) S 27901 27904 26838 0 -1 1077944320 23864 0 0 0 297 8 0 0 20 0 15 0 251453398 14429130752 45937 33554432000 4194304 4196468 140723437267152 140723437249696 140581433417463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
/proc/27904/statm: 3522737 45937 3549 1 0 3484809 0
[pid=27904/tid=27906] ppid=27901 vsize=14090948 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/27904/task/27906/stat : 27906 (java) R 27901 27904 26838 0 -1 4202560 17917 0 0 0 139 5 0 0 20 0 15 0 251453399 14429130752 45937 33554432000 4194304 4196468 140723437267152 140581437653360 140581074957040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27907] ppid=27901 vsize=14090948 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27907/stat : 27907 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14429130752 45937 33554432000 4194304 4196468 140723437267152 140581394377872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27908] ppid=27901 vsize=14090948 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27908/stat : 27908 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14429130752 45937 33554432000 4194304 4196468 140723437267152 140581028473872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27909] ppid=27901 vsize=14090948 memory=4947658944382081920 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27909/stat : 27909 (java) S 27901 27904 26838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251453399 14429130752 45937 33554432000 4194304 4196468 140723437267152 140581027421072 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27910] ppid=27901 vsize=14090948 memory=-3472574513799858003 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27910/stat : 27910 (java) S 27901 27904 26838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251453399 14429130752 45937 33554432000 4194304 4196468 140723437267152 140581026368272 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27911] ppid=27901 vsize=14090948 memory=-6305709507852264576 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27911/stat : 27911 (java) S 27901 27904 26838 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 251453401 14429130752 45937 33554432000 4194304 4196468 140723437267152 140580345805168 140581433428610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0

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

[pid=27904/tid=27918] ppid=27901 vsize=14090948 memory=1600 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27918/stat : 27918 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580338436832 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27919] ppid=27901 vsize=14090948 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27919/stat : 27919 (java) S 27901 27904 26838 0 -1 1077944384 1061 0 0 0 1 1 0 0 20 0 15 0 251453407 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580337384112 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
Current children cumulated CPU time: 87.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 207444 KiB

[startup+85.6006 s]
/proc/loadavg: 1.45 1.60 1.65 3/215 27920
/proc/meminfo: memFree=28367980/32770624 swapFree=67108796/67108860
[pid=27904] ppid=27901 vsize=14090948 memory=207444 CPUtime=88.48 cores=1,3,5,7
/proc/27904/stat : 27904 (java) S 27901 27904 26838 0 -1 1077944320 46004 0 0 0 8831 17 0 0 20 0 15 0 251453398 14429130752 51861 33554432000 4194304 4196468 140723437267152 140723437249696 140581433417463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
/proc/27904/statm: 3522737 51861 3578 1 0 3484809 0
[pid=27904/tid=27906] ppid=27901 vsize=14090948 memory=6791534058613427641 CPUtime=85.42 cores=1,3,5,7
/proc/27904/task/27906/stat : 27906 (java) R 27901 27904 26838 0 -1 4202560 21945 0 0 0 8536 6 0 0 20 0 15 0 251453399 14429130752 51861 33554432000 4194304 4196468 140723437267152 140581437655728 140581075846875 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27907] ppid=27901 vsize=14090948 memory=2056 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27907/stat : 27907 (java) S 27901 27904 26838 0 -1 1077944384 1834 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51861 33554432000 4194304 4196468 140723437267152 140581394377872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27908] ppid=27901 vsize=14090948 memory=932 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27908/stat : 27908 (java) S 27901 27904 26838 0 -1 1077944384 1709 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51861 33554432000 4194304 4196468 140723437267152 140581028473872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27909] ppid=27901 vsize=14090948 memory=1728 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27909/stat : 27909 (java) S 27901 27904 26838 0 -1 1077944384 969 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51861 33554432000 4194304 4196468 140723437267152 140581027421072 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27910] ppid=27901 vsize=14090948 memory=8628 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27910/stat : 27910 (java) S 27901 27904 26838 0 -1 1077944384 1538 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51861 33554432000 4194304 4196468 140723437267152 140581026368272 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27911] ppid=27901 vsize=14090948 memory=1080 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27911/stat : 27911 (java) S 27901 27904 26838 0 -1 1077944384 1237 0 0 0 2 0 0 0 20 0 15 0 251453401 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580345805168 140581433428610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27912] ppid=27901 vsize=14090948 memory=752 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27912/stat : 27912 (java) S 27901 27904 26838 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 251453401 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580344751200 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27913] ppid=27901 vsize=14090948 memory=796 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27913/stat : 27913 (java) S 27901 27904 26838 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 251453401 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580343698288 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27914] ppid=27901 vsize=14090948 memory=1592 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27914/stat : 27914 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580342646608 140581433436059 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27915] ppid=27901 vsize=14090948 memory=207444 CPUtime=1.12 cores=1,3,5,7
/proc/27904/task/27915/stat : 27915 (java) S 27901 27904 26838 0 -1 1077944384 6017 0 0 0 112 0 0 0 20 0 15 0 251453404 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580341594992 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27916] ppid=27901 vsize=14090948 memory=288230596050944315 CPUtime=1.01 cores=1,3,5,7
/proc/27904/task/27916/stat : 27916 (java) S 27901 27904 26838 0 -1 1077944384 4077 0 0 0 100 1 0 0 20 0 15 0 251453404 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580340542192 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27917] ppid=27901 vsize=14090948 memory=13566015871133490 CPUtime=0.55 cores=1,3,5,7
/proc/27904/task/27917/stat : 27917 (java) S 27901 27904 26838 0 -1 1077944384 4181 0 0 0 54 1 0 0 20 0 15 0 251453404 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580339489392 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27918] ppid=27901 vsize=14090948 memory=163732 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27918/stat : 27918 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580338436832 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27919] ppid=27901 vsize=14090948 memory=1408 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27919/stat : 27919 (java) S 27901 27904 26838 0 -1 1077944384 1064 0 0 0 1 1 0 0 20 0 15 0 251453407 14429130752 51861 33554432000 4194304 4196468 140723437267152 140580337384112 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
Current children cumulated CPU time: 88.48 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 207444 KiB

[startup+86.4006 s]
/proc/loadavg: 1.45 1.60 1.65 3/215 27920
/proc/meminfo: memFree=28369800/32770624 swapFree=67108796/67108860
[pid=27904] ppid=27901 vsize=14090948 memory=205472 CPUtime=89.28 cores=1,3,5,7
/proc/27904/stat : 27904 (java) S 27901 27904 26838 0 -1 1077944320 46690 0 0 0 8911 17 0 0 20 0 15 0 251453398 14429130752 51368 33554432000 4194304 4196468 140723437267152 140723437249696 140581433417463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
/proc/27904/statm: 3522737 51368 3578 1 0 3484809 0
[pid=27904/tid=27906] ppid=27901 vsize=14090948 memory=207444 CPUtime=86.22 cores=1,3,5,7
/proc/27904/task/27906/stat : 27906 (java) R 27901 27904 26838 0 -1 4202560 22155 0 0 0 8616 6 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581437655488 140581075210106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27907] ppid=27901 vsize=14090948 memory=213600 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27907/stat : 27907 (java) S 27901 27904 26838 0 -1 1077944384 1872 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581394377872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27908] ppid=27901 vsize=14090948 memory=68284 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27908/stat : 27908 (java) S 27901 27904 26838 0 -1 1077944384 1734 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581028473872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27909] ppid=27901 vsize=14090948 memory=2056 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27909/stat : 27909 (java) S 27901 27904 26838 0 -1 1077944384 988 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581027421072 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27910] ppid=27901 vsize=14090948 memory=6791534058613427641 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27910/stat : 27910 (java) S 27901 27904 26838 0 -1 1077944384 1722 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581026368272 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27911] ppid=27901 vsize=14090948 memory=932 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27911/stat : 27911 (java) S 27901 27904 26838 0 -1 1077944384 1447 0 0 0 2 0 0 0 20 0 15 0 251453401 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580345805168 140581433428610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27912] ppid=27901 vsize=14090948 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27912/stat : 27912 (java) S 27901 27904 26838 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 251453401 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580344751200 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27913] ppid=27901 vsize=14090948 memory=207444 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27913/stat : 27913 (java) S 27901 27904 26838 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 251453401 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580343698288 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27914] ppid=27901 vsize=14090948 memory=3780 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27914/stat : 27914 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580342646608 140581433436059 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27915] ppid=27901 vsize=14090948 memory=3140 CPUtime=1.12 cores=1,3,5,7
/proc/27904/task/27915/stat : 27915 (java) S 27901 27904 26838 0 -1 1077944384 6017 0 0 0 112 0 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580341594992 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27916] ppid=27901 vsize=14090948 memory=1244 CPUtime=1.01 cores=1,3,5,7
/proc/27904/task/27916/stat : 27916 (java) S 27901 27904 26838 0 -1 1077944384 4077 0 0 0 100 1 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580340542192 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27917] ppid=27901 vsize=14090948 memory=1036 CPUtime=0.55 cores=1,3,5,7
/proc/27904/task/27917/stat : 27917 (java) S 27901 27904 26838 0 -1 1077944384 4181 0 0 0 54 1 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580339489392 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27918] ppid=27901 vsize=14090948 memory=1776 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27918/stat : 27918 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580338436832 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27919] ppid=27901 vsize=14090948 memory=8628 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27919/stat : 27919 (java) S 27901 27904 26838 0 -1 1077944384 1064 0 0 0 1 1 0 0 20 0 15 0 251453407 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580337384112 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
Current children cumulated CPU time: 89.28 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 205472 KiB

[startup+86.8006 s]
/proc/loadavg: 1.45 1.60 1.65 3/215 27920
/proc/meminfo: memFree=28369800/32770624 swapFree=67108796/67108860
[pid=27904] ppid=27901 vsize=14090948 memory=205472 CPUtime=89.68 cores=1,3,5,7
/proc/27904/stat : 27904 (java) S 27901 27904 26838 0 -1 1077944320 46691 0 0 0 8951 17 0 0 20 0 15 0 251453398 14429130752 51368 33554432000 4194304 4196468 140723437267152 140723437249696 140581433417463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
/proc/27904/statm: 3522737 51368 3578 1 0 3484809 0
[pid=27904/tid=27906] ppid=27901 vsize=14090948 memory=14768 CPUtime=86.62 cores=1,3,5,7
/proc/27904/task/27906/stat : 27906 (java) R 27901 27904 26838 0 -1 4202560 22156 0 0 0 8656 6 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581437655488 140581075846727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27907] ppid=27901 vsize=14090948 memory=42508 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27907/stat : 27907 (java) S 27901 27904 26838 0 -1 1077944384 1872 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581394377872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27908] ppid=27901 vsize=14090948 memory=15108 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27908/stat : 27908 (java) S 27901 27904 26838 0 -1 1077944384 1734 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581028473872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27909] ppid=27901 vsize=14090948 memory=3152 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27909/stat : 27909 (java) S 27901 27904 26838 0 -1 1077944384 988 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581027421072 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27910] ppid=27901 vsize=14090948 memory=496 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27910/stat : 27910 (java) S 27901 27904 26838 0 -1 1077944384 1722 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581026368272 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27911] ppid=27901 vsize=14090948 memory=211032 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27911/stat : 27911 (java) S 27901 27904 26838 0 -1 1077944384 1447 0 0 0 2 0 0 0 20 0 15 0 251453401 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580345805168 140581433428610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27912] ppid=27901 vsize=14090948 memory=213600 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27912/stat : 27912 (java) S 27901 27904 26838 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 251453401 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580344751200 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27913] ppid=27901 vsize=14090948 memory=213600 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27913/stat : 27913 (java) S 27901 27904 26838 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 251453401 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580343698288 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27914] ppid=27901 vsize=14090948 memory=916 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27914/stat : 27914 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580342646608 140581433436059 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27915] ppid=27901 vsize=14090948 memory=3848 CPUtime=1.12 cores=1,3,5,7
/proc/27904/task/27915/stat : 27915 (java) S 27901 27904 26838 0 -1 1077944384 6017 0 0 0 112 0 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580341594992 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27916] ppid=27901 vsize=14090948 memory=2588 CPUtime=1.01 cores=1,3,5,7
/proc/27904/task/27916/stat : 27916 (java) S 27901 27904 26838 0 -1 1077944384 4077 0 0 0 100 1 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580340542192 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27917] ppid=27901 vsize=14090948 memory=2588 CPUtime=0.55 cores=1,3,5,7
/proc/27904/task/27917/stat : 27917 (java) S 27901 27904 26838 0 -1 1077944384 4181 0 0 0 54 1 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580339489392 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27918] ppid=27901 vsize=14090948 memory=164 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27918/stat : 27918 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580338436832 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27919] ppid=27901 vsize=14090948 memory=-7523660553960122769 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27919/stat : 27919 (java) S 27901 27904 26838 0 -1 1077944384 1064 0 0 0 1 1 0 0 20 0 15 0 251453407 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580337384112 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
Current children cumulated CPU time: 89.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 205472 KiB

[startup+86.9006 s]
/proc/loadavg: 1.45 1.60 1.65 3/215 27920
/proc/meminfo: memFree=28369800/32770624 swapFree=67108796/67108860
[pid=27904] ppid=27901 vsize=14090948 memory=205472 CPUtime=89.78 cores=1,3,5,7
/proc/27904/stat : 27904 (java) S 27901 27904 26838 0 -1 1077944320 46691 0 0 0 8961 17 0 0 20 0 15 0 251453398 14429130752 51368 33554432000 4194304 4196468 140723437267152 140723437249696 140581433417463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
/proc/27904/statm: 3522737 51368 3578 1 0 3484809 0
[pid=27904/tid=27906] ppid=27901 vsize=14090948 memory=205472 CPUtime=86.72 cores=1,3,5,7
/proc/27904/task/27906/stat : 27906 (java) R 27901 27904 26838 0 -1 4202560 22156 0 0 0 8666 6 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581437655488 140581075846351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27907] ppid=27901 vsize=14090948 memory=207444 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27907/stat : 27907 (java) S 27901 27904 26838 0 -1 1077944384 1872 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581394377872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27908] ppid=27901 vsize=14090948 memory=220780 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27908/stat : 27908 (java) S 27901 27904 26838 0 -1 1077944384 1734 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581028473872 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27909] ppid=27901 vsize=14090948 memory=205472 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27909/stat : 27909 (java) S 27901 27904 26838 0 -1 1077944384 988 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581027421072 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27910] ppid=27901 vsize=14090948 memory=205472 CPUtime=0.06 cores=1,3,5,7
/proc/27904/task/27910/stat : 27910 (java) S 27901 27904 26838 0 -1 1077944384 1722 0 0 0 5 1 0 0 20 0 15 0 251453399 14429130752 51368 33554432000 4194304 4196468 140723437267152 140581026368272 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27911] ppid=27901 vsize=14090948 memory=224888 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27911/stat : 27911 (java) S 27901 27904 26838 0 -1 1077944384 1447 0 0 0 2 0 0 0 20 0 15 0 251453401 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580345805168 140581433428610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27912] ppid=27901 vsize=14090948 memory=7882931456664001648 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27912/stat : 27912 (java) S 27901 27904 26838 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 251453401 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580344751200 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27913] ppid=27901 vsize=14090948 memory=217188 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27913/stat : 27913 (java) S 27901 27904 26838 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 251453401 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580343698288 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27914] ppid=27901 vsize=14090948 memory=205472 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27914/stat : 27914 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580342646608 140581433436059 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27915] ppid=27901 vsize=14090948 memory=205472 CPUtime=1.12 cores=1,3,5,7
/proc/27904/task/27915/stat : 27915 (java) S 27901 27904 26838 0 -1 1077944384 6017 0 0 0 112 0 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580341594992 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27916] ppid=27901 vsize=14090948 memory=1244 CPUtime=1.01 cores=1,3,5,7
/proc/27904/task/27916/stat : 27916 (java) S 27901 27904 26838 0 -1 1077944384 4077 0 0 0 100 1 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580340542192 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27917] ppid=27901 vsize=14090948 memory=1036 CPUtime=0.55 cores=1,3,5,7
/proc/27904/task/27917/stat : 27917 (java) S 27901 27904 26838 0 -1 1077944384 4181 0 0 0 54 1 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580339489392 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27918] ppid=27901 vsize=14090948 memory=3632 CPUtime=0 cores=1,3,5,7
/proc/27904/task/27918/stat : 27918 (java) S 27901 27904 26838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251453404 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580338436832 140581433427669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
[pid=27904/tid=27919] ppid=27901 vsize=14090948 memory=68284 CPUtime=0.02 cores=1,3,5,7
/proc/27904/task/27919/stat : 27919 (java) S 27901 27904 26838 0 -1 1077944384 1064 0 0 0 1 1 0 0 20 0 15 0 251453407 14429130752 51368 33554432000 4194304 4196468 140723437267152 140580337384112 140581433428610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 14344192 140723437274184 140723437274377 140723437274377 140723437277135 0
Current children cumulated CPU time: 89.78 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 205472 KiB

Child status: 0
Real time (s): 86.989
CPU time (s): 89.8838
CPU user time (s): 89.7006
CPU system time (s): 0.183262
CPU usage (%): 103.328
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 268856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.7006
system time used= 0.183262
maximum resident set size= 268856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4955
involuntary context switches= 74


# summary of solver processes directly reported to runsolver:
#   pid: 27904
#   total CPU time (s): 89.8838
#   total CPU user time (s): 89.7006
#   total CPU system time (s): 0.183262

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.5005 second user time and 0.831463 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-15 15:15:02
IDJOB=4308194
IDBENCH=141505
IDSOLVER=2791
FILE ID=node138/4308194-1534338902
RUNJOBID= node138-1534328913-26870
PBS_JOBID= 21038152
Free space on /tmp= 38032 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g17-g37_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308194-1534338902/watcher-4308194-1534338902 -o /tmp/evaluation-result-4308194-1534338902/solver-4308194-1534338902 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534328913-26870 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1736659758 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308194-1534338902.xml

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

MD5SUM BENCH= 15f6930ab26cfa444fe93224da66a51d
RANDOM SEED=1736659758

node138.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28483220 kB
MemAvailable:   31658420 kB
Buffers:           92552 kB
Cached:          3340660 kB
SwapCached:           12 kB
Active:          2023996 kB
Inactive:        1702704 kB
Active(anon):     237588 kB
Inactive(anon):   116692 kB
Active(file):    1786408 kB
Inactive(file):  1586012 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             35924 kB
Writeback:            12 kB
AnonPages:        300332 kB
Mapped:            67516 kB
Shmem:             57932 kB
Slab:             259660 kB
SReclaimable:     231240 kB
SUnreclaim:        28420 kB
KernelStack:        3520 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1333180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 37996 MiB
End job on node138 at 2018-08-15 15:16:29