Trace number 4299427

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 NameAnswerobjective functionCPU timeWall clock time
Solver of Xavier Schul & Yvhan Smal 2018-04-28SAT (TO)76 2520.04 2510.51

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-11_c18.xml
MD5SUMd48530cddaac7c3de8b9754209410058
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2519.98
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
6.65/5.24	o 96
7.48/5.93	o 93
8.11/6.56	o 91
8.11/6.60	o 90
9.35/7.77	o 89
9.66/8.05	o 88
21.69/20.02	o 87
21.69/20.09	o 84
32.10/30.43	o 83
44.92/43.23	o 82
51.85/50.13	o 81
53.24/51.59	o 78
521.36/518.36	o 77
902.44/898.27	o 76
2520.02/2510.50	s SATISFIABLE
2520.02/2510.50	v <instantiation>
2520.02/2510.50	v 	<list>
2520.02/2510.50	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10] 
2520.02/2510.50	v 	</list>
2520.02/2510.50	v 	<values>
2520.02/2510.50	v 		0 1 3 13 19 30 44 52 67 72 76 1 3 13 19 30 44 52 67 72 76 2 12 18 29 43 51 66 71 75 10 16 27 41 49 64 69 73 6 17 31 39 54 59 63 11 25 33 48 53 57 14 22 37 42 46 8 23 28 32 15 20 24 5 9 4 
2520.02/2510.50	v 	</values>
2520.02/2510.50	v </instantiation>

Verifier Data

OK	76

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 (8831 MiB free)
  memory of node 1: 16384 MiB (13931 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299427-1532796545/watcher-4299427-1532796545 -o /tmp/evaluation-result-4299427-1532796545/solver-4299427-1532796545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532776007-24589 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299427-1532796545.xml 

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

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

solver pid=28956, runsolver pid=28953

[startup+0.100611 s]*
/proc/loadavg: 1.28 1.42 1.40 4/215 28971
/proc/meminfo: memFree=23292652/32770624 swapFree=67108688/67108860
[pid=28956] ppid=28953 vsize=10661052 memory=28236 CPUtime=0.13 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 24557 0 -1 1077944320 5390 0 0 0 12 1 0 0 20 0 15 0 97217381 10916917248 7059 33554432000 4194304 4196468 140723347139904 140723347122448 139970205400823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
/proc/28956/statm: 2665263 7059 2849 1 0 2627263 0
[pid=28956/tid=28958] ppid=28953 vsize=10661052 memory=-8197568871503270529 CPUtime=0.09 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 24557 0 -1 4202560 3266 0 0 0 9 0 0 0 20 0 15 0 97217381 10916917248 7059 33554432000 4194304 4196468 140723347139904 139970209630304 139970205412758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28959] ppid=28953 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217382 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969811946128 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28960] ppid=28953 vsize=10661052 memory=140551744308864 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217382 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969810893328 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28961] ppid=28953 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217382 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969809840528 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28962] ppid=28953 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217382 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969808787728 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28963] ppid=28953 vsize=10661052 memory=140551744308864 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217383 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969510407024 139970205411970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28964] ppid=28953 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97217384 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969509352992 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28965] ppid=28953 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97217384 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969508300144 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28966] ppid=28953 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969507248464 139970205419419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28967] ppid=28953 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 24557 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 97217386 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969506195824 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28968] ppid=28953 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217386 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969505143024 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28969] ppid=28953 vsize=10661052 memory=140551744308864 CPUtime=0.01 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) R 28953 28956 24557 0 -1 4202560 333 0 0 0 1 0 0 0 20 0 15 0 97217386 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969504090224 139970184235968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28970] ppid=28953 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969503037664 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28971] ppid=28953 vsize=10661052 memory=140551744308864 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217387 10916917248 7059 33554432000 4194304 4196468 140723347139904 139969501985968 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28236 KiB

[startup+0.210443 s]*
/proc/loadavg: 1.28 1.42 1.40 3/215 28971
/proc/meminfo: memFree=23281116/32770624 swapFree=67108688/67108860
[pid=28956] ppid=28953 vsize=10661052 memory=40180 CPUtime=0.32 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 24557 0 -1 1077944320 8106 0 0 0 31 1 0 0 20 0 15 0 97217381 10916917248 10045 33554432000 4194304 4196468 140723347139904 140723347122448 139970205400823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
/proc/28956/statm: 2665263 10045 2976 1 0 2627263 0
[pid=28956/tid=28958] ppid=28953 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 24557 0 -1 4202560 5251 0 0 0 19 1 0 0 20 0 15 0 97217381 10916917248 10045 33554432000 4194304 4196468 140723347139904 139970209632064 139970205422749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28959] ppid=28953 vsize=10661052 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217382 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969811946128 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28960] ppid=28953 vsize=10661052 memory=140551744858783 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217382 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969810893328 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28961] ppid=28953 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217382 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969809840528 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28962] ppid=28953 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217382 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969808787728 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28963] ppid=28953 vsize=10661052 memory=140551744308864 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217383 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969510407024 139970205411970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28964] ppid=28953 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97217384 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969509352992 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28965] ppid=28953 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97217384 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969508300144 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28966] ppid=28953 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969507248464 139970205419419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28967] ppid=28953 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 24557 0 -1 1077944384 680 0 0 0 3 0 0 0 20 0 15 0 97217386 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969506195824 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28968] ppid=28953 vsize=10661052 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 24557 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 97217386 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969505143024 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28969] ppid=28953 vsize=10661052 memory=140551744308864 CPUtime=0.07 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 24557 0 -1 1077944384 781 0 0 0 7 0 0 0 20 0 15 0 97217386 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969504090224 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28970] ppid=28953 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969503037664 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28971] ppid=28953 vsize=10661052 memory=140551744308864 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217387 10916917248 10045 33554432000 4194304 4196468 140723347139904 139969501985968 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40180 KiB

[startup+0.320195 s]*
/proc/loadavg: 1.28 1.42 1.40 5/215 28971
/proc/meminfo: memFree=23273796/32770624 swapFree=67108688/67108860
[pid=28956] ppid=28953 vsize=10661128 memory=47632 CPUtime=0.58 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 24557 0 -1 1077944320 9006 0 0 0 56 2 0 0 20 0 15 0 97217381 10916995072 11908 33554432000 4194304 4196468 140723347139904 140723347122448 139970205400823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
/proc/28956/statm: 2665282 11908 3049 1 0 2627263 0
[pid=28956/tid=28958] ppid=28953 vsize=10661128 memory=7022364594140610616 CPUtime=0.31 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 24557 0 -1 4202560 5599 0 0 0 29 2 0 0 20 0 15 0 97217381 10916995072 11908 33554432000 4194304 4196468 140723347139904 139970209638568 139970189481310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28959] ppid=28953 vsize=10661128 memory=4294979917 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969811946128 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28960] ppid=28953 vsize=10661128 memory=140551744684295 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969810893328 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28961] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969809840528 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28962] ppid=28953 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969808787728 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28963] ppid=28953 vsize=10661128 memory=140551744308864 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 24557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97217383 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969510407024 139970205411970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28964] ppid=28953 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969509352992 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28965] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969508300144 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28966] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969507248464 139970205419419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28967] ppid=28953 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) R 28953 28956 24557 0 -1 4202560 765 0 0 0 5 0 0 0 20 0 15 0 97217386 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969506188568 139970197690205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28968] ppid=28953 vsize=10661128 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) D 28953 28956 24557 0 -1 4202560 259 0 0 0 5 0 0 0 20 0 15 0 97217386 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969505128232 139970186945784 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28969] ppid=28953 vsize=10661128 memory=140551744308864 CPUtime=0.15 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) D 28953 28956 24557 0 -1 4202560 1021 0 0 0 15 0 0 0 20 0 15 0 97217386 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969504086168 139970198117975 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28970] ppid=28953 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969503037664 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28971] ppid=28953 vsize=10661128 memory=140551744308864 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217387 10916995072 11908 33554432000 4194304 4196468 140723347139904 139969501985968 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47632 KiB

[startup+0.700758 s]
/proc/loadavg: 1.28 1.42 1.40 5/215 28971
/proc/meminfo: memFree=23255504/32770624 swapFree=67108688/67108860
[pid=28956] ppid=28953 vsize=10661128 memory=73664 CPUtime=1.71 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 24557 0 -1 1077944320 14427 0 0 0 168 3 0 0 20 0 15 0 97217381 10916995072 18416 33554432000 4194304 4196468 140723347139904 140723347122448 139970205400823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
/proc/28956/statm: 2665282 18416 3079 1 0 2627263 0
[pid=28956/tid=28958] ppid=28953 vsize=10661128 memory=264946734630018 CPUtime=0.68 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 24557 0 -1 4202560 5670 0 0 0 66 2 0 0 20 0 15 0 97217381 10916995072 18416 33554432000 4194304 4196468 140723347139904 139970209639520 139969845285400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28959] ppid=28953 vsize=10661128 memory=4051047449723404320 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969811946128 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28960] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969810893328 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28961] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969809840528 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28962] ppid=28953 vsize=10661128 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969808787728 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28963] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 24557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97217383 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969510407024 139970205411970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28964] ppid=28953 vsize=10661128 memory=-6511782102145834793 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969509352992 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28965] ppid=28953 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969508300144 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28966] ppid=28953 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969507248464 139970205419419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28967] ppid=28953 vsize=10661128 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) R 28953 28956 24557 0 -1 4202560 2668 0 0 0 40 0 0 0 20 0 15 0 97217386 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969506180336 139970186946122 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28968] ppid=28953 vsize=10661128 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) R 28953 28956 24557 0 -1 4202560 3355 0 0 0 40 0 0 0 20 0 15 0 97217386 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969505130496 139970186945404 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28969] ppid=28953 vsize=10661128 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 24557 0 -1 1077944384 1361 0 0 0 21 0 0 0 20 0 15 0 97217386 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969504090224 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28970] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969503037664 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28971] ppid=28953 vsize=10661128 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217387 10916995072 18416 33554432000 4194304 4196468 140723347139904 139969501985968 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 73664 KiB

[startup+1.50071 s]
/proc/loadavg: 1.34 1.43 1.40 3/215 28971
/proc/meminfo: memFree=23236892/32770624 swapFree=67108688/67108860
[pid=28956] ppid=28953 vsize=10661128 memory=102988 CPUtime=2.82 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 24557 0 -1 1077944320 16108 0 0 0 278 4 0 0 20 0 15 0 97217381 10916995072 25747 33554432000 4194304 4196468 140723347139904 140723347122448 139970205400823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
/proc/28956/statm: 2665282 25747 3100 1 0 2627263 0
[pid=28956/tid=28958] ppid=28953 vsize=10661128 memory=12848 CPUtime=1.47 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 24557 0 -1 4202560 6025 0 0 0 145 2 0 0 20 0 15 0 97217381 10916995072 25747 33554432000 4194304 4196468 140723347139904 139970209637456 139969845259146 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28959] ppid=28953 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 25747 33554432000 4194304 4196468 140723347139904 139969811946128 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28960] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 25747 33554432000 4194304 4196468 140723347139904 139969810893328 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28961] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 25747 33554432000 4194304 4196468 140723347139904 139969809840528 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28962] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97217382 10916995072 25747 33554432000 4194304 4196468 140723347139904 139969808787728 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28963] ppid=28953 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 24557 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 97217383 10916995072 25747 33554432000 4194304 4196468 140723347139904 139969510407024 139970205411970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0

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

/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 24557 0 -1 4202560 16297 0 0 0 243400 11 0 0 20 0 15 0 97217381 10916995072 68000 33554432000 4194304 4196468 140723347139904 139970209640048 139970189716060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28959] ppid=28953 vsize=10661128 memory=272000 CPUtime=3.09 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 24557 0 -1 1077944384 2974 0 0 0 289 20 0 0 20 0 15 0 97217382 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969811946128 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28960] ppid=28953 vsize=10661128 memory=272000 CPUtime=3.11 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 24557 0 -1 1077944384 3891 0 0 0 291 20 0 0 20 0 15 0 97217382 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969810893328 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28961] ppid=28953 vsize=10661128 memory=272000 CPUtime=3.1 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) R 28953 28956 24557 0 -1 1077944384 4004 0 0 0 291 19 0 0 20 0 15 0 97217382 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969809840528 139970205411029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28962] ppid=28953 vsize=10661128 memory=272000 CPUtime=3.09 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 24557 0 -1 1077944384 4561 0 0 0 286 23 0 0 20 0 15 0 97217382 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969808787728 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28963] ppid=28953 vsize=10661128 memory=272000 CPUtime=2.77 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 24557 0 -1 1077944384 5585 0 0 0 259 18 0 0 20 0 15 0 97217383 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969510407024 139970205411970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28964] ppid=28953 vsize=10661128 memory=272000 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 24557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969509353056 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28965] ppid=28953 vsize=10661128 memory=272000 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 24557 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969508300144 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28966] ppid=28953 vsize=10661128 memory=272000 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969507248464 139970205419419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28967] ppid=28953 vsize=10661128 memory=272000 CPUtime=0.75 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 24557 0 -1 1077944384 4889 0 0 0 75 0 0 0 20 0 15 0 97217386 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969506195824 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28968] ppid=28953 vsize=10661128 memory=272000 CPUtime=0.66 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 24557 0 -1 1077944384 5279 0 0 0 66 0 0 0 20 0 15 0 97217386 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969505143024 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28969] ppid=28953 vsize=10661128 memory=2880 CPUtime=0.25 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 24557 0 -1 1077944384 1719 0 0 0 25 0 0 0 20 0 15 0 97217386 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969504090224 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28970] ppid=28953 vsize=10661128 memory=272000 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969503037664 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28971] ppid=28953 vsize=10661128 memory=4140 CPUtime=0.56 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 24557 0 -1 1077944384 1191 0 0 0 24 32 0 0 20 0 15 0 97217387 10916995072 68000 33554432000 4194304 4196468 140723347139904 139969501985968 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
Current children cumulated CPU time: 2451.6 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 272000 KiB

[startup+2502.3 s]
/proc/loadavg: 1.43 1.41 1.43 3/217 29156
/proc/meminfo: memFree=23024028/32770624 swapFree=67108688/67108860
[pid=28956] ppid=28953 vsize=10661128 memory=274048 CPUtime=2511.79 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 24557 0 -1 1077944320 52770 0 0 0 251062 117 0 0 20 0 15 0 97217381 10916995072 68512 33554432000 4194304 4196468 140723347139904 140723347122448 139970205400823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
/proc/28956/statm: 2665282 68512 3128 1 0 2627263 0
[pid=28956/tid=28958] ppid=28953 vsize=10661128 memory=28108 CPUtime=2493.87 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 24557 0 -1 4202560 16568 0 0 0 249376 11 0 0 20 0 15 0 97217381 10916995072 68512 33554432000 4194304 4196468 140723347139904 139970209640080 139969845294673 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28959] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.18 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 24557 0 -1 1077944384 3269 0 0 0 297 21 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969811946128 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28960] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.19 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 24557 0 -1 1077944384 4032 0 0 0 299 20 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969810893328 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28961] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.19 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 24557 0 -1 1077944384 4050 0 0 0 299 20 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969809840528 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28962] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.18 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 24557 0 -1 1077944384 4564 0 0 0 295 23 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969808787728 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28963] ppid=28953 vsize=10661128 memory=274048 CPUtime=2.84 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 24557 0 -1 1077944384 5762 0 0 0 265 19 0 0 20 0 15 0 97217383 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969510407024 139970205411970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28964] ppid=28953 vsize=10661128 memory=274048 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 24557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969509353056 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28965] ppid=28953 vsize=10661128 memory=274048 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 24557 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969508300144 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28966] ppid=28953 vsize=10661128 memory=274048 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969507248464 139970205419419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28967] ppid=28953 vsize=10661128 memory=274048 CPUtime=0.75 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 24557 0 -1 1077944384 4891 0 0 0 75 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969506195824 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28968] ppid=28953 vsize=10661128 memory=28108 CPUtime=0.66 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 24557 0 -1 1077944384 5281 0 0 0 66 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969505143024 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28969] ppid=28953 vsize=10661128 memory=1296 CPUtime=0.25 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 24557 0 -1 1077944384 1721 0 0 0 25 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969504090224 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28970] ppid=28953 vsize=10661128 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969503037664 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28971] ppid=28953 vsize=10661128 memory=4616 CPUtime=0.58 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 24557 0 -1 1077944384 1208 0 0 0 25 33 0 0 20 0 15 0 97217387 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969501985968 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
Current children cumulated CPU time: 2511.79 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 274048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.5 s]
/proc/loadavg: 1.39 1.40 1.43 3/217 29232
/proc/meminfo: memFree=23043364/32770624 swapFree=67108688/67108860
[pid=28956] ppid=28953 vsize=10661128 memory=274048 CPUtime=2520.02 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 24557 0 -1 1077944320 52787 0 0 0 251885 117 0 0 20 0 15 0 97217381 10916995072 68512 33554432000 4194304 4196468 140723347139904 140723347122448 139970205400823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
/proc/28956/statm: 2665282 68512 3128 1 0 2627263 0
[pid=28956/tid=28958] ppid=28953 vsize=10661128 memory=274048 CPUtime=2502.04 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 24557 0 -1 4202560 16585 0 0 0 250193 11 0 0 20 0 15 0 97217381 10916995072 68512 33554432000 4194304 4196468 140723347139904 139970209640384 139969845258778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28959] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.19 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 24557 0 -1 1077944384 3269 0 0 0 298 21 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969811946128 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28960] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.2 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 24557 0 -1 1077944384 4032 0 0 0 300 20 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969810893328 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28961] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.21 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 24557 0 -1 1077944384 4050 0 0 0 301 20 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969809840528 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28962] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.19 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 24557 0 -1 1077944384 4564 0 0 0 296 23 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969808787728 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28963] ppid=28953 vsize=10661128 memory=68 CPUtime=2.84 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 24557 0 -1 1077944384 5762 0 0 0 265 19 0 0 20 0 15 0 97217383 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969510407024 139970205411970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28964] ppid=28953 vsize=10661128 memory=274048 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 24557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969509353056 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28965] ppid=28953 vsize=10661128 memory=274048 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 24557 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969508300144 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28966] ppid=28953 vsize=10661128 memory=274048 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969507248464 139970205419419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28967] ppid=28953 vsize=10661128 memory=274048 CPUtime=0.75 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 24557 0 -1 1077944384 4891 0 0 0 75 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969506195824 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28968] ppid=28953 vsize=10661128 memory=274048 CPUtime=0.66 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 24557 0 -1 1077944384 5281 0 0 0 66 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969505143024 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28969] ppid=28953 vsize=10661128 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 24557 0 -1 1077944384 1721 0 0 0 25 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969504090224 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28970] ppid=28953 vsize=10661128 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969503037664 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28971] ppid=28953 vsize=10661128 memory=274048 CPUtime=0.58 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 24557 0 -1 1077944384 1208 0 0 0 25 33 0 0 20 0 15 0 97217387 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969501985968 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 274048 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2510.51 s]
# the end of solver process 28956 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.87 s, system=1.17746 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2510.5 s]
/proc/loadavg: 1.39 1.40 1.43 3/217 29232
/proc/meminfo: memFree=23043364/32770624 swapFree=67108688/67108860
[pid=28956] ppid=28953 vsize=10661128 memory=274048 CPUtime=2520.02 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28953 28956 24557 0 -1 1077944320 52787 0 0 0 251885 117 0 0 20 0 15 0 97217381 10916995072 68512 33554432000 4194304 4196468 140723347139904 140723347122448 139970205400823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
/proc/28956/statm: 2665282 68512 3128 1 0 2627263 0
[pid=28956/tid=28958] ppid=28953 vsize=10661128 memory=274048 CPUtime=2502.04 cores=1,3,5,7
/proc/28956/task/28958/stat : 28958 (java) R 28953 28956 24557 0 -1 4202560 16585 0 0 0 250193 11 0 0 20 0 15 0 97217381 10916995072 68512 33554432000 4194304 4196468 140723347139904 139970209640384 139969845258778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28959] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.19 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28953 28956 24557 0 -1 1077944384 3269 0 0 0 298 21 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969811946128 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28960] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.2 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28953 28956 24557 0 -1 1077944384 4032 0 0 0 300 20 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969810893328 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28961] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.21 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28953 28956 24557 0 -1 1077944384 4050 0 0 0 301 20 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969809840528 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28962] ppid=28953 vsize=10661128 memory=274048 CPUtime=3.19 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28953 28956 24557 0 -1 1077944384 4564 0 0 0 296 23 0 0 20 0 15 0 97217382 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969808787728 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28963] ppid=28953 vsize=10661128 memory=68 CPUtime=2.84 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28953 28956 24557 0 -1 1077944384 5762 0 0 0 265 19 0 0 20 0 15 0 97217383 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969510407024 139970205411970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28964] ppid=28953 vsize=10661128 memory=274048 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28953 28956 24557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969509353056 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28965] ppid=28953 vsize=10661128 memory=274048 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28953 28956 24557 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 97217384 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969508300144 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28966] ppid=28953 vsize=10661128 memory=274048 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969507248464 139970205419419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28967] ppid=28953 vsize=10661128 memory=274048 CPUtime=0.75 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28953 28956 24557 0 -1 1077944384 4891 0 0 0 75 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969506195824 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28968] ppid=28953 vsize=10661128 memory=274048 CPUtime=0.66 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28953 28956 24557 0 -1 1077944384 5281 0 0 0 66 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969505143024 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28969] ppid=28953 vsize=10661128 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28953 28956 24557 0 -1 1077944384 1721 0 0 0 25 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969504090224 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28970] ppid=28953 vsize=10661128 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28953 28956 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97217386 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969503037664 139970205411029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
[pid=28956/tid=28971] ppid=28953 vsize=10661128 memory=274048 CPUtime=0.58 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28953 28956 24557 0 -1 1077944384 1208 0 0 0 25 33 0 0 20 0 15 0 97217387 10916995072 68512 33554432000 4194304 4196468 140723347139904 139969501985968 139970205411970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28241920 140723347145901 140723347145993 140723347145993 140723347148751 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 274048 KiB

Child status: 143
Real time (s): 2510.51
CPU time (s): 2520.04
CPU user time (s): 2518.87
CPU system time (s): 1.17746
CPU usage (%): 100.38
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 274048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.87
system time used= 1.17746
maximum resident set size= 274556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132065
involuntary context switches= 4101


# summary of solver processes directly reported to runsolver:
#   pid: 28956
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.87
#   total CPU system time (s): 1.17746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1655 second user time and 20.9783 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 18:49:05
IDJOB=4299427
IDBENCH=141375
IDSOLVER=2766
FILE ID=node106/4299427-1532796545
RUNJOBID= node106-1532776007-24589
PBS_JOBID= 21022468
Free space on /tmp= 46168 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-11_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299427-1532796545/watcher-4299427-1532796545 -o /tmp/evaluation-result-4299427-1532796545/solver-4299427-1532796545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532776007-24589 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299427-1532796545.xml

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

MD5SUM BENCH= d48530cddaac7c3de8b9754209410058
RANDOM SEED=409411147

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        23310040 kB
MemAvailable:   31759440 kB
Buffers:          231744 kB
Cached:          8379632 kB
SwapCached:            0 kB
Active:          2707964 kB
Inactive:        6130344 kB
Active(anon):     174452 kB
Inactive(anon):    80488 kB
Active(file):    2533512 kB
Inactive(file):  6049856 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              1312 kB
Writeback:            12 kB
AnonPages:        184956 kB
Mapped:            55032 kB
Shmem:             25056 kB
Slab:             322100 kB
SReclaimable:     294492 kB
SUnreclaim:        27608 kB
KernelStack:        3824 kB
PageTables:         5368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1120816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46164 MiB
End job on node106 at 2018-07-28 19:30:56