Trace number 4298366

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
MiniCPFever 2018-04-29SAT (TO)21 2520.07 2432.14

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-9x9_c18.xml
MD5SUMcd5af6f5844e22b939db4ffe1efd4e73
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints81
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":81}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":28},{"degree":6,"count":49}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":28},{"arity":5,"count":49}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":81}]
Optimization problemYES
Type of objectivemin SUM

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
0.55/0.34	o 28
0.55/0.34	objective:28
0.55/0.38	o 27
0.55/0.38	objective:27
0.55/0.40	o 26
0.55/0.40	objective:26
0.55/0.42	o 25
0.55/0.42	objective:25
0.86/0.45	o 24
0.86/0.45	objective:24
0.86/0.47	o 23
0.86/0.47	objective:23
1.17/0.59	o 22
1.17/0.59	objective:22
1.80/0.95	o 21
1.80/0.95	objective:21
2520.03/2432.11	s SATISFIABLE
2520.03/2432.11	v <instantiation>
2520.03/2432.11	v 	<list>
2520.03/2432.11	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] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] 
2520.03/2432.11	v 	</list>
2520.03/2432.11	v 	<values>
2520.03/2432.11	v 		0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 
2520.03/2432.11	v 	</values>
2520.03/2432.11	v </instantiation>

Verifier Data

OK	21

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298366-1532756659/watcher-4298366-1532756659 -o /tmp/evaluation-result-4298366-1532756659/solver-4298366-1532756659 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532739282-23278 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298366-1532756659.xml 

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

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=25490, runsolver pid=25487

[startup+0.101917 s]*
/proc/loadavg: 1.84 1.91 1.94 4/216 25505
/proc/meminfo: memFree=23715408/32770624 swapFree=67108860/67108860
[pid=25490] ppid=25487 vsize=10658972 memory=27856 CPUtime=0.13 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 23247 0 -1 1077944320 5305 0 0 0 12 1 0 0 20 0 15 0 93229086 10914787328 6964 33554432000 4194304 4196468 140732488266720 140732488249264 140126168628983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
/proc/25490/statm: 2664743 6964 2891 1 0 2627263 0
[pid=25490/tid=25492] ppid=25487 vsize=10658972 memory=-8269626465541197947 CPUtime=0.09 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 23247 0 -1 4202560 3132 0 0 0 9 0 0 0 20 0 15 0 93229086 10914787328 6964 33554432000 4194304 4196468 140732488266720 140126172858464 140126152672613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25493] ppid=25487 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229087 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125775145872 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25494] ppid=25487 vsize=10658972 memory=139847741896320 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229087 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125774093072 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25495] ppid=25487 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229087 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125773040784 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25496] ppid=25487 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229087 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125771987984 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25497] ppid=25487 vsize=10658972 memory=139847741896320 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229088 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125728409712 140126168640130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25498] ppid=25487 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93229089 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125727355680 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25499] ppid=25487 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93229089 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125726303344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25500] ppid=25487 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229091 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125725251664 140126168647579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25501] ppid=25487 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) R 25487 25490 23247 0 -1 4202560 470 0 0 0 0 0 0 0 20 0 15 0 93229091 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125522619088 140126152129521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25502] ppid=25487 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229091 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125521566192 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25503] ppid=25487 vsize=10658972 memory=139847741896320 CPUtime=0.02 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) R 25487 25490 23247 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 93229091 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125520513904 140126168650330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25504] ppid=25487 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229092 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125519461344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25505] ppid=25487 vsize=10658972 memory=139847741896320 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) R 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229092 10914787328 6964 33554432000 4194304 4196468 140732488266720 140125518408112 140126168640130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27856 KiB

[startup+0.210533 s]*
/proc/loadavg: 1.84 1.91 1.94 4/216 25505
/proc/meminfo: memFree=23703572/32770624 swapFree=67108860/67108860
[pid=25490] ppid=25487 vsize=10658972 memory=40236 CPUtime=0.33 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 23247 0 -1 1077944320 8176 0 0 0 31 2 0 0 20 0 15 0 93229086 10914787328 10059 33554432000 4194304 4196468 140732488266720 140732488249264 140126168628983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
/proc/25490/statm: 2664743 10059 2955 1 0 2627263 0
[pid=25490/tid=25492] ppid=25487 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 23247 0 -1 4202560 5172 0 0 0 19 1 0 0 20 0 15 0 93229086 10914787328 10059 33554432000 4194304 4196468 140732488266720 140126172866944 140126168650909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25493] ppid=25487 vsize=10658972 memory=342 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229087 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125775145872 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25494] ppid=25487 vsize=10658972 memory=288370223893608064 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229087 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125774093072 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25495] ppid=25487 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229087 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125773040784 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25496] ppid=25487 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229087 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125771987984 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25497] ppid=25487 vsize=10658972 memory=139847741896320 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229088 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125728409712 140126168640130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25498] ppid=25487 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93229089 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125727355680 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25499] ppid=25487 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93229089 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125726303344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25500] ppid=25487 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229091 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125725251664 140126168647579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25501] ppid=25487 vsize=10658972 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 23247 0 -1 1077944384 771 0 0 0 1 0 0 0 20 0 15 0 93229091 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125522618992 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25502] ppid=25487 vsize=10658972 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 23247 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 93229091 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125521566192 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25503] ppid=25487 vsize=10658972 memory=139847741896320 CPUtime=0.08 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 23247 0 -1 1077944384 748 0 0 0 8 0 0 0 20 0 15 0 93229091 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125520513904 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25504] ppid=25487 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229092 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125519461344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25505] ppid=25487 vsize=10658972 memory=139847741896320 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229092 10914787328 10059 33554432000 4194304 4196468 140732488266720 140125518408112 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40236 KiB

[startup+0.310579 s]*
/proc/loadavg: 1.84 1.91 1.94 5/216 25505
/proc/meminfo: memFree=23699056/32770624 swapFree=67108860/67108860
[pid=25490] ppid=25487 vsize=10659048 memory=44804 CPUtime=0.55 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 23247 0 -1 1077944320 8864 0 0 0 52 3 0 0 20 0 15 0 93229086 10914865152 11201 33554432000 4194304 4196468 140732488266720 140732488249264 140126168628983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
/proc/25490/statm: 2664762 11201 3039 1 0 2627263 0
[pid=25490/tid=25492] ppid=25487 vsize=10659048 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 23247 0 -1 4202560 5519 0 0 0 28 1 0 0 20 0 15 0 93229086 10914865152 11201 33554432000 4194304 4196468 140732488266720 140126172866992 140126152672613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25493] ppid=25487 vsize=10659048 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125775145872 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25494] ppid=25487 vsize=10659048 memory=288370223893608064 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125774093072 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25495] ppid=25487 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125773040784 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25496] ppid=25487 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125771987984 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25497] ppid=25487 vsize=10659048 memory=139847741896320 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 23247 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93229088 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125728409712 140126168640130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25498] ppid=25487 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125727355680 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25499] ppid=25487 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125726303344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25500] ppid=25487 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229091 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125725251664 140126168647579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25501] ppid=25487 vsize=10659048 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 23247 0 -1 1077944384 822 0 0 0 3 0 0 0 20 0 15 0 93229091 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125522618992 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25502] ppid=25487 vsize=10659048 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 23247 0 -1 1077944384 260 0 0 0 5 0 0 0 20 0 15 0 93229091 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125521566192 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25503] ppid=25487 vsize=10659048 memory=139847741896320 CPUtime=0.15 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 23247 0 -1 1077944384 891 0 0 0 15 0 0 0 20 0 15 0 93229091 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125520513904 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25504] ppid=25487 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229092 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125519461344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25505] ppid=25487 vsize=10659048 memory=139847741896320 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229092 10914865152 11201 33554432000 4194304 4196468 140732488266720 140125518408112 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 44804 KiB

[startup+0.700756 s]
/proc/loadavg: 1.84 1.91 1.94 5/216 25505
/proc/meminfo: memFree=23682308/32770624 swapFree=67108860/67108860
[pid=25490] ppid=25487 vsize=10659048 memory=80808 CPUtime=1.58 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 23247 0 -1 1077944320 11126 0 0 0 154 4 0 0 20 0 15 0 93229086 10914865152 20202 33554432000 4194304 4196468 140732488266720 140732488249264 140126168628983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
/proc/25490/statm: 2664762 20202 3076 1 0 2627263 0
[pid=25490/tid=25492] ppid=25487 vsize=10659048 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 23247 0 -1 4202560 5616 0 0 0 66 2 0 0 20 0 15 0 93229086 10914865152 20202 33554432000 4194304 4196468 140732488266720 140126172865872 140125808408348 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25493] ppid=25487 vsize=10659048 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125775145872 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25494] ppid=25487 vsize=10659048 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125774093072 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25495] ppid=25487 vsize=10659048 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125773040784 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25496] ppid=25487 vsize=10659048 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125771987984 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25497] ppid=25487 vsize=10659048 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 23247 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93229088 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125728409712 140126168640130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25498] ppid=25487 vsize=10659048 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125727355680 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25499] ppid=25487 vsize=10659048 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125726303344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25500] ppid=25487 vsize=10659048 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229091 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125725251664 140126168647579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25501] ppid=25487 vsize=10659048 memory=7017547551848162880 CPUtime=0.33 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 23247 0 -1 1077944384 1855 0 0 0 33 0 0 0 20 0 15 0 93229091 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125522618992 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25502] ppid=25487 vsize=10659048 memory=7811323491934034026 CPUtime=0.33 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 23247 0 -1 1077944384 1246 0 0 0 33 0 0 0 20 0 15 0 93229091 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125521566192 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25503] ppid=25487 vsize=10659048 memory=5787213827163908199 CPUtime=0.21 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 23247 0 -1 1077944384 1038 0 0 0 21 0 0 0 20 0 15 0 93229091 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125520513904 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25504] ppid=25487 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229092 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125519461344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25505] ppid=25487 vsize=10659048 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229092 10914865152 20202 33554432000 4194304 4196468 140732488266720 140125518408112 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 80808 KiB

[startup+1.50076 s]
/proc/loadavg: 1.93 1.93 1.95 3/216 25505
/proc/meminfo: memFree=23629644/32770624 swapFree=67108860/67108860
[pid=25490] ppid=25487 vsize=10659048 memory=161356 CPUtime=2.48 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 23247 0 -1 1077944320 13565 0 0 0 243 5 0 0 20 0 15 0 93229086 10914865152 40339 33554432000 4194304 4196468 140732488266720 140732488249264 140126168628983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
/proc/25490/statm: 2664762 40339 3098 1 0 2627263 0
[pid=25490/tid=25492] ppid=25487 vsize=10659048 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 23247 0 -1 4202560 6052 0 0 0 144 3 0 0 20 0 15 0 93229086 10914865152 40339 33554432000 4194304 4196468 140732488266720 140126172864512 140125808437720 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25493] ppid=25487 vsize=10659048 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 40339 33554432000 4194304 4196468 140732488266720 140125775145872 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25494] ppid=25487 vsize=10659048 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 40339 33554432000 4194304 4196468 140732488266720 140125774093072 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25495] ppid=25487 vsize=10659048 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 40339 33554432000 4194304 4196468 140732488266720 140125773040784 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25496] ppid=25487 vsize=10659048 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93229087 10914865152 40339 33554432000 4194304 4196468 140732488266720 140125771987984 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25497] ppid=25487 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 23247 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 93229088 10914865152 40339 33554432000 4194304 4196468 140732488266720 140125728409712 140126168640130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0

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

/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 23247 0 -1 4202560 107595 0 0 0 228976 46 0 0 20 0 15 0 93229086 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140126172868240 140125808438086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25493] ppid=25487 vsize=10659048 memory=4005376 CPUtime=26.98 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 23247 0 -1 1077944384 32262 0 0 0 2661 37 0 0 20 0 15 0 93229087 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125775145872 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25494] ppid=25487 vsize=10659048 memory=3990624 CPUtime=27.18 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 23247 0 -1 1077944384 59184 0 0 0 2681 37 0 0 20 0 15 0 93229087 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125774093072 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25495] ppid=25487 vsize=10659048 memory=3990624 CPUtime=27.11 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 23247 0 -1 1077944384 36494 0 0 0 2671 40 0 0 20 0 15 0 93229087 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125773040784 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25496] ppid=25487 vsize=10659048 memory=4005376 CPUtime=27.09 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 23247 0 -1 1077944384 44207 0 0 0 2669 40 0 0 20 0 15 0 93229087 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125771987984 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25497] ppid=25487 vsize=10659048 memory=4005376 CPUtime=4.03 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 23247 0 -1 1077944384 20880 0 0 0 395 8 0 0 20 0 15 0 93229088 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125728409712 140126168640130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25498] ppid=25487 vsize=10659048 memory=4005376 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 23247 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125727355680 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25499] ppid=25487 vsize=10659048 memory=4005376 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 23247 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125726303344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25500] ppid=25487 vsize=10659048 memory=932 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229091 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125725251664 140126168647579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25501] ppid=25487 vsize=10659048 memory=4005376 CPUtime=0.42 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 23247 0 -1 1077944384 2856 0 0 0 41 1 0 0 20 0 15 0 93229091 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125522618992 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25502] ppid=25487 vsize=10659048 memory=4005376 CPUtime=0.43 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 23247 0 -1 1077944384 3159 0 0 0 43 0 0 0 20 0 15 0 93229091 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125521566192 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25503] ppid=25487 vsize=10659048 memory=3990624 CPUtime=0.24 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 23247 0 -1 1077944384 1763 0 0 0 24 0 0 0 20 0 15 0 93229091 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125520513904 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25504] ppid=25487 vsize=10659048 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229092 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125519461344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25505] ppid=25487 vsize=10659048 memory=4005376 CPUtime=0.8 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 23247 0 -1 1077944384 1041 0 0 0 36 44 0 0 20 0 15 0 93229092 10914865152 1001344 33554432000 4194304 4196468 140732488266720 140125518408112 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
Current children cumulated CPU time: 2404.59 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 4005376 KiB

[startup+2382.3 s]
/proc/loadavg: 1.79 2.12 2.06 4/216 25751
/proc/meminfo: memFree=19785004/32770624 swapFree=67108860/67108860
[pid=25490] ppid=25487 vsize=10659048 memory=4019600 CPUtime=2468.13 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 23247 0 -1 1077944320 329901 0 0 0 246559 254 0 0 20 0 15 0 93229086 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140732488249264 140126168628983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
/proc/25490/statm: 2664762 1004900 3148 1 0 2627263 0
[pid=25490/tid=25492] ppid=25487 vsize=10659048 memory=4012676 CPUtime=2349.02 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 23247 0 -1 4202560 109667 0 0 0 234856 46 0 0 20 0 15 0 93229086 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140126172868176 140125808659597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25493] ppid=25487 vsize=10659048 memory=4012676 CPUtime=28.15 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 23247 0 -1 1077944384 33495 0 0 0 2778 37 0 0 20 0 15 0 93229087 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125775145872 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25494] ppid=25487 vsize=10659048 memory=4019600 CPUtime=28.36 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 23247 0 -1 1077944384 60024 0 0 0 2799 37 0 0 20 0 15 0 93229087 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125774093072 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25495] ppid=25487 vsize=10659048 memory=4019600 CPUtime=28.29 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 23247 0 -1 1077944384 44218 0 0 0 2788 41 0 0 20 0 15 0 93229087 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125773040784 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25496] ppid=25487 vsize=10659048 memory=4128 CPUtime=28.27 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 23247 0 -1 1077944384 51131 0 0 0 2787 40 0 0 20 0 15 0 93229087 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125771987984 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25497] ppid=25487 vsize=10659048 memory=4019600 CPUtime=4.03 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 23247 0 -1 1077944384 21098 0 0 0 395 8 0 0 20 0 15 0 93229088 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125728409712 140126168640130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25498] ppid=25487 vsize=10659048 memory=4019600 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 23247 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125727355680 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25499] ppid=25487 vsize=10659048 memory=4019600 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 23247 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125726303344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25500] ppid=25487 vsize=10659048 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229091 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125725251664 140126168647579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25501] ppid=25487 vsize=10659048 memory=27016 CPUtime=0.42 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 23247 0 -1 1077944384 2859 0 0 0 41 1 0 0 20 0 15 0 93229091 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125522618992 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25502] ppid=25487 vsize=10659048 memory=4019600 CPUtime=0.43 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 23247 0 -1 1077944384 3166 0 0 0 43 0 0 0 20 0 15 0 93229091 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125521566192 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25503] ppid=25487 vsize=10659048 memory=4019600 CPUtime=0.24 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 23247 0 -1 1077944384 1767 0 0 0 24 0 0 0 20 0 15 0 93229091 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125520513904 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25504] ppid=25487 vsize=10659048 memory=4019600 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229092 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125519461344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25505] ppid=25487 vsize=10659048 memory=4019600 CPUtime=0.81 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 23247 0 -1 1077944384 1066 0 0 0 36 45 0 0 20 0 15 0 93229092 10914865152 1004900 33554432000 4194304 4196468 140732488266720 140125518408112 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
Current children cumulated CPU time: 2468.13 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 4019600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2432.11 s]
/proc/loadavg: 1.79 2.07 2.05 4/216 25752
/proc/meminfo: memFree=19776408/32770624 swapFree=67108860/67108860
[pid=25490] ppid=25487 vsize=10659048 memory=4027160 CPUtime=2520.03 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 23247 0 -1 1077944320 343190 0 0 0 251747 256 0 0 20 0 15 0 93229086 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140732488249264 140126168628983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
/proc/25490/statm: 2664762 1006790 3148 1 0 2627263 0
[pid=25490/tid=25492] ppid=25487 vsize=10659048 memory=4027160 CPUtime=2398.12 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 23247 0 -1 4202560 111754 0 0 0 239766 46 0 0 20 0 15 0 93229086 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140126172868240 140125808658674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25493] ppid=25487 vsize=10659048 memory=4027160 CPUtime=28.85 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 23247 0 -1 1077944384 34240 0 0 0 2848 37 0 0 20 0 15 0 93229087 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125775145872 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25494] ppid=25487 vsize=10659048 memory=4027160 CPUtime=29.06 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 23247 0 -1 1077944384 68106 0 0 0 2868 38 0 0 20 0 15 0 93229087 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125774093072 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25495] ppid=25487 vsize=10659048 memory=4027160 CPUtime=28.97 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 23247 0 -1 1077944384 45109 0 0 0 2856 41 0 0 20 0 15 0 93229087 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125773040784 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25496] ppid=25487 vsize=10659048 memory=4027160 CPUtime=28.97 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 23247 0 -1 1077944384 52356 0 0 0 2856 41 0 0 20 0 15 0 93229087 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125771987984 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25497] ppid=25487 vsize=10659048 memory=4027160 CPUtime=4.04 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 23247 0 -1 1077944384 21313 0 0 0 396 8 0 0 20 0 15 0 93229088 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125728409712 140126168640130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25498] ppid=25487 vsize=10659048 memory=4027160 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 23247 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125727355680 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25499] ppid=25487 vsize=10659048 memory=4027160 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 23247 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125726303344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25500] ppid=25487 vsize=10659048 memory=4027160 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229091 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125725251664 140126168647579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25501] ppid=25487 vsize=10659048 memory=4019600 CPUtime=0.42 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 23247 0 -1 1077944384 2862 0 0 0 41 1 0 0 20 0 15 0 93229091 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125522618992 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25502] ppid=25487 vsize=10659048 memory=796 CPUtime=0.43 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 23247 0 -1 1077944384 3173 0 0 0 43 0 0 0 20 0 15 0 93229091 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125521566192 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25503] ppid=25487 vsize=10659048 memory=5408 CPUtime=0.25 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 23247 0 -1 1077944384 1771 0 0 0 25 0 0 0 20 0 15 0 93229091 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125520513904 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25504] ppid=25487 vsize=10659048 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229092 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125519461344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25505] ppid=25487 vsize=10659048 memory=636 CPUtime=0.83 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 23247 0 -1 1077944384 1096 0 0 0 37 46 0 0 20 0 15 0 93229092 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125518408112 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 4027160 KiB

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

[startup+2432.14 s]
# the end of solver process 25490 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.48 s, system=2.59229 s

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

[startup+2432.11 s]
/proc/loadavg: 1.79 2.07 2.05 4/216 25752
/proc/meminfo: memFree=19776408/32770624 swapFree=67108860/67108860
[pid=25490] ppid=25487 vsize=10659048 memory=4027160 CPUtime=2520.03 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 23247 0 -1 1077944320 343190 0 0 0 251747 256 0 0 20 0 15 0 93229086 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140732488249264 140126168628983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
/proc/25490/statm: 2664762 1006790 3148 1 0 2627263 0
[pid=25490/tid=25492] ppid=25487 vsize=10659048 memory=4027160 CPUtime=2398.12 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 23247 0 -1 4202560 111754 0 0 0 239766 46 0 0 20 0 15 0 93229086 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140126172868240 140125808658674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25493] ppid=25487 vsize=10659048 memory=4027160 CPUtime=28.85 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 23247 0 -1 1077944384 34240 0 0 0 2848 37 0 0 20 0 15 0 93229087 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125775145872 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25494] ppid=25487 vsize=10659048 memory=4027160 CPUtime=29.06 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 23247 0 -1 1077944384 68106 0 0 0 2868 38 0 0 20 0 15 0 93229087 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125774093072 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25495] ppid=25487 vsize=10659048 memory=4027160 CPUtime=28.97 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 23247 0 -1 1077944384 45109 0 0 0 2856 41 0 0 20 0 15 0 93229087 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125773040784 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25496] ppid=25487 vsize=10659048 memory=4027160 CPUtime=28.97 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 23247 0 -1 1077944384 52356 0 0 0 2856 41 0 0 20 0 15 0 93229087 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125771987984 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25497] ppid=25487 vsize=10659048 memory=4027160 CPUtime=4.04 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 23247 0 -1 1077944384 21313 0 0 0 396 8 0 0 20 0 15 0 93229088 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125728409712 140126168640130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25498] ppid=25487 vsize=10659048 memory=4027160 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 23247 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125727355680 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25499] ppid=25487 vsize=10659048 memory=4027160 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 23247 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 93229089 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125726303344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25500] ppid=25487 vsize=10659048 memory=4027160 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229091 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125725251664 140126168647579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25501] ppid=25487 vsize=10659048 memory=4019600 CPUtime=0.42 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 23247 0 -1 1077944384 2862 0 0 0 41 1 0 0 20 0 15 0 93229091 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125522618992 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25502] ppid=25487 vsize=10659048 memory=796 CPUtime=0.43 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 23247 0 -1 1077944384 3173 0 0 0 43 0 0 0 20 0 15 0 93229091 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125521566192 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25503] ppid=25487 vsize=10659048 memory=5408 CPUtime=0.25 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 23247 0 -1 1077944384 1771 0 0 0 25 0 0 0 20 0 15 0 93229091 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125520513904 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25504] ppid=25487 vsize=10659048 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93229092 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125519461344 140126168639189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
[pid=25490/tid=25505] ppid=25487 vsize=10659048 memory=636 CPUtime=0.83 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 23247 0 -1 1077944384 1096 0 0 0 37 46 0 0 20 0 15 0 93229092 10914865152 1006790 33554432000 4194304 4196468 140732488266720 140125518408112 140126168640130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24125440 140732488271021 140732488271113 140732488271113 140732488273871 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 4027160 KiB

Child status: 143
Real time (s): 2432.14
CPU time (s): 2520.07
CPU user time (s): 2517.48
CPU system time (s): 2.59229
CPU usage (%): 103.615
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 4027160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.48
system time used= 2.59229
maximum resident set size= 4027664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66435
involuntary context switches= 4605


# summary of solver processes directly reported to runsolver:
#   pid: 25490
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.48
#   total CPU system time (s): 2.59229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4526 second user time and 22.7658 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-28 07:44:19
IDJOB=4298366
IDBENCH=141117
IDSOLVER=2763
FILE ID=node139/4298366-1532756659
RUNJOBID= node139-1532739282-23278
PBS_JOBID= 21022439
Free space on /tmp= 38716 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-9x9_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298366-1532756659/watcher-4298366-1532756659 -o /tmp/evaluation-result-4298366-1532756659/solver-4298366-1532756659 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532739282-23278 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298366-1532756659.xml

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

MD5SUM BENCH= cd5af6f5844e22b939db4ffe1efd4e73
RANDOM SEED=322072151

node139.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.80
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.80
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.80
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.80
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:        23731052 kB
MemAvailable:   31734976 kB
Buffers:          231712 kB
Cached:          7901188 kB
SwapCached:            0 kB
Active:          3264324 kB
Inactive:        5118536 kB
Active(anon):     204420 kB
Inactive(anon):    73576 kB
Active(file):    3059904 kB
Inactive(file):  5044960 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:        257252 kB
Mapped:            54632 kB
Shmem:             25228 kB
Slab:             355124 kB
SReclaimable:     327520 kB
SUnreclaim:        27604 kB
KernelStack:        3552 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1288500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38716 MiB
End job on node139 at 2018-07-28 08:24:51