Trace number 4298344

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
GG's minicp 2018-04-29SAT (TO)13 2520.08 2486.82

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-7x7_c18.xml
MD5SUMb012ef5fa7bba6c8b791df977729af7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark75.1304
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints49
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":20},{"degree":6,"count":25}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":20},{"arity":5,"count":25}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":49}]
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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.53/0.32	o 18
0.53/0.32	o 17
0.53/0.33	o 16
0.53/0.35	o 14
3.61/2.12	o 13
2520.06/2486.80	s SATISFIABLE
2520.06/2486.80	v <instantiation>
2520.06/2486.80	v 	<list>
2520.06/2486.80	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] 
2520.06/2486.80	v 	</list>
2520.06/2486.80	v 	<values>
2520.06/2486.80	v 		0 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 
2520.06/2486.80	v 	</values>
2520.06/2486.80	v </instantiation>

Verifier Data

OK	13

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298344-1532756206/watcher-4298344-1532756206 -o /tmp/evaluation-result-4298344-1532756206/solver-4298344-1532756206 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532741226-26122 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298344-1532756206.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=27818, runsolver pid=27815

[startup+0.100088 s]*
/proc/loadavg: 1.80 1.77 1.80 5/215 27833
/proc/meminfo: memFree=21971264/32770624 swapFree=67028128/67108860
[pid=27818] ppid=27815 vsize=10661056 memory=27844 CPUtime=0.12 cores=0,2,4,6
/proc/27818/stat : 27818 (java) S 27815 27818 26091 0 -1 1077944320 5311 0 0 0 11 1 0 0 20 0 15 0 93183737 10916921344 6961 33554432000 4194304 4196468 140734110247040 140734110229584 139748072959735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
/proc/27818/statm: 2665264 6961 2864 1 0 2627263 0
[pid=27818/tid=27820] ppid=27815 vsize=10661056 memory=-8269626465541329275 CPUtime=0.08 cores=0,2,4,6
/proc/27818/task/27820/stat : 27820 (java) R 27815 27818 26091 0 -1 4202560 3176 0 0 0 8 0 0 0 20 0 15 0 93183738 10916921344 6961 33554432000 4194304 4196468 140734110247040 139748077190032 139748072971670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27821] ppid=27815 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27821/stat : 27821 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747679460240 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27822] ppid=27815 vsize=10661056 memory=140584688961152 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27822/stat : 27822 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747678407440 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27823] ppid=27815 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27823/stat : 27823 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747677355152 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27824] ppid=27815 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27824/stat : 27824 (java) S 27815 27818 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93183739 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747676302352 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27825] ppid=27815 vsize=10661056 memory=140584688961152 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27825/stat : 27825 (java) S 27815 27818 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93183740 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747565496432 139748072970882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27826] ppid=27815 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27826/stat : 27826 (java) S 27815 27818 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93183740 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747564442400 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27827] ppid=27815 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27827/stat : 27827 (java) S 27815 27818 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93183741 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747563390064 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27828] ppid=27815 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27828/stat : 27828 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747562338384 139748072978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27829] ppid=27815 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27829/stat : 27829 (java) S 27815 27818 26091 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 93183743 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747561286256 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27830] ppid=27815 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27830/stat : 27830 (java) S 27815 27818 26091 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 93183743 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747560233456 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27831] ppid=27815 vsize=10661056 memory=140584688961152 CPUtime=0.01 cores=0,2,4,6
/proc/27818/task/27831/stat : 27831 (java) R 27815 27818 26091 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 15 0 93183743 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747559181168 139748051914236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27832] ppid=27815 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27832/stat : 27832 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747558128608 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27833] ppid=27815 vsize=10661056 memory=140584688961152 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27833/stat : 27833 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183743 10916921344 6961 33554432000 4194304 4196468 140734110247040 139747557075376 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27844 KiB

[startup+0.210406 s]*
/proc/loadavg: 1.80 1.77 1.80 3/215 27833
/proc/meminfo: memFree=21959808/32770624 swapFree=67028128/67108860
[pid=27818] ppid=27815 vsize=10661056 memory=40116 CPUtime=0.32 cores=0,2,4,6
/proc/27818/stat : 27818 (java) S 27815 27818 26091 0 -1 1077944320 8112 0 0 0 30 2 0 0 20 0 15 0 93183737 10916921344 10029 33554432000 4194304 4196468 140734110247040 140734110229584 139748072959735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
/proc/27818/statm: 2665264 10029 2950 1 0 2627263 0
[pid=27818/tid=27820] ppid=27815 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/27818/task/27820/stat : 27820 (java) R 27815 27818 26091 0 -1 4202560 5196 0 0 0 18 1 0 0 20 0 15 0 93183738 10916921344 10029 33554432000 4194304 4196468 140734110247040 139748077179760 139748072981661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27821] ppid=27815 vsize=10661056 memory=342 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27821/stat : 27821 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747679460240 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27822] ppid=27815 vsize=10661056 memory=140584688987526 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27822/stat : 27822 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747678407440 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27823] ppid=27815 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27823/stat : 27823 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747677355152 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27824] ppid=27815 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27824/stat : 27824 (java) S 27815 27818 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93183739 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747676302352 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27825] ppid=27815 vsize=10661056 memory=140584688961152 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27825/stat : 27825 (java) S 27815 27818 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93183740 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747565496432 139748072970882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27826] ppid=27815 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27826/stat : 27826 (java) S 27815 27818 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93183740 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747564442400 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27827] ppid=27815 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27827/stat : 27827 (java) S 27815 27818 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93183741 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747563390064 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27828] ppid=27815 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27828/stat : 27828 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747562338384 139748072978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27829] ppid=27815 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27818/task/27829/stat : 27829 (java) S 27815 27818 26091 0 -1 1077944384 562 0 0 0 2 0 0 0 20 0 15 0 93183743 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747561286256 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27830] ppid=27815 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27818/task/27830/stat : 27830 (java) S 27815 27818 26091 0 -1 1077944384 181 0 0 0 2 0 0 0 20 0 15 0 93183743 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747560233456 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27831] ppid=27815 vsize=10661056 memory=140584688961152 CPUtime=0.07 cores=0,2,4,6
/proc/27818/task/27831/stat : 27831 (java) S 27815 27818 26091 0 -1 1077944384 805 0 0 0 7 0 0 0 20 0 15 0 93183743 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747559181168 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27832] ppid=27815 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27832/stat : 27832 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747558128608 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27833] ppid=27815 vsize=10661056 memory=140584688961152 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27833/stat : 27833 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183743 10916921344 10029 33554432000 4194304 4196468 140734110247040 139747557075376 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40116 KiB

[startup+0.309848 s]*
/proc/loadavg: 1.80 1.77 1.80 4/215 27833
/proc/meminfo: memFree=21955580/32770624 swapFree=67028128/67108860
[pid=27818] ppid=27815 vsize=10661132 memory=44552 CPUtime=0.53 cores=0,2,4,6
/proc/27818/stat : 27818 (java) S 27815 27818 26091 0 -1 1077944320 8876 0 0 0 50 3 0 0 20 0 15 0 93183737 10916999168 11138 33554432000 4194304 4196468 140734110247040 140734110229584 139748072959735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
/proc/27818/statm: 2665283 11138 3035 1 0 2627263 0
[pid=27818/tid=27820] ppid=27815 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/27818/task/27820/stat : 27820 (java) R 27815 27818 26091 0 -1 4202560 5693 0 0 0 28 2 0 0 20 0 15 0 93183738 10916999168 11138 33554432000 4194304 4196468 140734110247040 139748077198672 139747710078976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27821] ppid=27815 vsize=10661132 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27821/stat : 27821 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747679460240 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27822] ppid=27815 vsize=10661132 memory=140584688987500 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27822/stat : 27822 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747678407440 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27823] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27823/stat : 27823 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747677355152 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27824] ppid=27815 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27824/stat : 27824 (java) S 27815 27818 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747676302352 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27825] ppid=27815 vsize=10661132 memory=140584688961152 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27825/stat : 27825 (java) S 27815 27818 26091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93183740 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747565496432 139748072970882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27826] ppid=27815 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27826/stat : 27826 (java) S 27815 27818 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93183740 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747564442400 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27827] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27827/stat : 27827 (java) S 27815 27818 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93183741 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747563390064 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27828] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27828/stat : 27828 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747562338384 139748072978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27829] ppid=27815 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27818/task/27829/stat : 27829 (java) R 27815 27818 26091 0 -1 1077944384 649 0 0 0 4 0 0 0 20 0 15 0 93183743 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747561286256 139748072970882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27830] ppid=27815 vsize=10661132 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/27818/task/27830/stat : 27830 (java) R 27815 27818 26091 0 -1 4202560 226 0 0 0 3 0 0 0 20 0 15 0 93183743 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747560233456 139748052449888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27831] ppid=27815 vsize=10661132 memory=140584688961152 CPUtime=0.13 cores=0,2,4,6
/proc/27818/task/27831/stat : 27831 (java) R 27815 27818 26091 0 -1 4202560 937 0 0 0 13 0 0 0 20 0 15 0 93183743 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747559181168 139748051884712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27832] ppid=27815 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27832/stat : 27832 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747558128608 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27833] ppid=27815 vsize=10661132 memory=140584688961152 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27833/stat : 27833 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 11138 33554432000 4194304 4196468 140734110247040 139747557075376 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44552 KiB

[startup+0.700741 s]
/proc/loadavg: 1.80 1.77 1.80 5/215 27833
/proc/meminfo: memFree=21917080/32770624 swapFree=67028128/67108860
[pid=27818] ppid=27815 vsize=10661132 memory=134212 CPUtime=1.68 cores=0,2,4,6
/proc/27818/stat : 27818 (java) S 27815 27818 26091 0 -1 1077944320 14893 0 0 0 163 5 0 0 20 0 15 0 93183737 10916999168 33553 33554432000 4194304 4196468 140734110247040 140734110229584 139748072959735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
/proc/27818/statm: 2665283 33553 3083 1 0 2627263 0
[pid=27818/tid=27820] ppid=27815 vsize=10661132 memory=260092012298256 CPUtime=0.68 cores=0,2,4,6
/proc/27818/task/27820/stat : 27820 (java) R 27815 27818 26091 0 -1 4202560 5767 0 0 0 65 3 0 0 20 0 15 0 93183738 10916999168 33553 33554432000 4194304 4196468 140734110247040 139748077197176 139747712195760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27821] ppid=27815 vsize=10661132 memory=288230376152200162 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27821/stat : 27821 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747679460240 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27822] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27822/stat : 27822 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747678407440 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27823] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27823/stat : 27823 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747677355152 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27824] ppid=27815 vsize=10661132 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27824/stat : 27824 (java) S 27815 27818 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747676302352 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27825] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27825/stat : 27825 (java) S 27815 27818 26091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93183740 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747565496432 139748072970882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27826] ppid=27815 vsize=10661132 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27826/stat : 27826 (java) S 27815 27818 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93183740 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747564442400 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27827] ppid=27815 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27827/stat : 27827 (java) S 27815 27818 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93183741 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747563390064 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27828] ppid=27815 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27828/stat : 27828 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747562338384 139748072978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27829] ppid=27815 vsize=10661132 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/27818/task/27829/stat : 27829 (java) R 27815 27818 26091 0 -1 4202560 2960 0 0 0 41 1 0 0 20 0 15 0 93183743 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747561270632 139748052143265 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27830] ppid=27815 vsize=10661132 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/27818/task/27830/stat : 27830 (java) R 27815 27818 26091 0 -1 4202560 3540 0 0 0 39 0 0 0 20 0 15 0 93183743 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747560219336 139748054504331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27831] ppid=27815 vsize=10661132 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/27818/task/27831/stat : 27831 (java) S 27815 27818 26091 0 -1 1077944384 1255 0 0 0 16 0 0 0 20 0 15 0 93183743 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747559181168 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27832] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27832/stat : 27832 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747558128608 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27833] ppid=27815 vsize=10661132 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27833/stat : 27833 (java) S 27815 27818 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 33553 33554432000 4194304 4196468 140734110247040 139747557075376 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 134212 KiB

[startup+1.50084 s]
/proc/loadavg: 1.80 1.77 1.80 4/215 27833
/proc/meminfo: memFree=21805888/32770624 swapFree=67028128/67108860
[pid=27818] ppid=27815 vsize=10661132 memory=196832 CPUtime=2.98 cores=0,2,4,6
/proc/27818/stat : 27818 (java) S 27815 27818 26091 0 -1 1077944320 15783 0 0 0 292 6 0 0 20 0 15 0 93183737 10916999168 49208 33554432000 4194304 4196468 140734110247040 140734110229584 139748072959735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
/proc/27818/statm: 2665283 49208 3100 1 0 2627263 0
[pid=27818/tid=27820] ppid=27815 vsize=10661132 memory=9169 CPUtime=1.47 cores=0,2,4,6
/proc/27818/task/27820/stat : 27820 (java) R 27815 27818 26091 0 -1 4202560 5798 0 0 0 144 3 0 0 20 0 15 0 93183738 10916999168 49208 33554432000 4194304 4196468 140734110247040 139748077198816 139747712481221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27821] ppid=27815 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27821/stat : 27821 (java) S 27815 27818 26091 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 49208 33554432000 4194304 4196468 140734110247040 139747679460240 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27822] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27822/stat : 27822 (java) S 27815 27818 26091 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 49208 33554432000 4194304 4196468 140734110247040 139747678407440 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27823] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27823/stat : 27823 (java) S 27815 27818 26091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 49208 33554432000 4194304 4196468 140734110247040 139747677355152 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27824] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27824/stat : 27824 (java) S 27815 27818 26091 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 93183739 10916999168 49208 33554432000 4194304 4196468 140734110247040 139747676302352 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27825] ppid=27815 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27825/stat : 27825 (java) S 27815 27818 26091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 93183740 10916999168 49208 33554432000 4194304 4196468 140734110247040 139747565496432 139748072970882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0

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

/proc/27818/task/27820/stat : 27820 (java) R 27815 27818 26091 0 -1 4202560 29106 0 0 0 230028 30 0 0 20 0 15 0 93183738 10916999168 100133 33554432000 4194304 4196468 140734110247040 139748077199488 139747712622770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27821] ppid=27815 vsize=10661132 memory=398484 CPUtime=9.97 cores=0,2,4,6
/proc/27818/task/27821/stat : 27821 (java) S 27815 27818 26091 0 -1 1077944384 6328 0 0 0 930 67 0 0 20 0 15 0 93183739 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747679460240 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27822] ppid=27815 vsize=10661132 memory=164 CPUtime=9.98 cores=0,2,4,6
/proc/27818/task/27822/stat : 27822 (java) S 27815 27818 26091 0 -1 1077944384 5624 0 0 0 932 66 0 0 20 0 15 0 93183739 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747678407440 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27823] ppid=27815 vsize=10661132 memory=398484 CPUtime=9.95 cores=0,2,4,6
/proc/27818/task/27823/stat : 27823 (java) S 27815 27818 26091 0 -1 1077944384 5360 0 0 0 927 68 0 0 20 0 15 0 93183739 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747677355152 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27824] ppid=27815 vsize=10661132 memory=398484 CPUtime=10 cores=0,2,4,6
/proc/27818/task/27824/stat : 27824 (java) S 27815 27818 26091 0 -1 1077944384 5133 0 0 0 941 59 0 0 20 0 15 0 93183739 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747676302352 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27825] ppid=27815 vsize=10661132 memory=398484 CPUtime=8.93 cores=0,2,4,6
/proc/27818/task/27825/stat : 27825 (java) S 27815 27818 26091 0 -1 1077944384 7240 0 0 0 828 65 0 0 20 0 15 0 93183740 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747565496432 139748072970882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27826] ppid=27815 vsize=10661132 memory=398484 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27826/stat : 27826 (java) S 27815 27818 26091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 93183740 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747564442400 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27827] ppid=27815 vsize=10661132 memory=400532 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27827/stat : 27827 (java) S 27815 27818 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93183741 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747563390064 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27828] ppid=27815 vsize=10661132 memory=398484 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27828/stat : 27828 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747562338384 139748072978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27829] ppid=27815 vsize=10661132 memory=5216 CPUtime=0.91 cores=0,2,4,6
/proc/27818/task/27829/stat : 27829 (java) S 27815 27818 26091 0 -1 1077944384 6204 0 0 0 90 1 0 0 20 0 15 0 93183743 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747561286256 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27830] ppid=27815 vsize=10661132 memory=398484 CPUtime=0.85 cores=0,2,4,6
/proc/27818/task/27830/stat : 27830 (java) S 27815 27818 26091 0 -1 1077944384 5644 0 0 0 84 1 0 0 20 0 15 0 93183743 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747560233456 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27831] ppid=27815 vsize=10661132 memory=3228 CPUtime=0.24 cores=0,2,4,6
/proc/27818/task/27831/stat : 27831 (java) S 27815 27818 26091 0 -1 1077944384 3578 0 0 0 24 0 0 0 20 0 15 0 93183743 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747559181168 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27832] ppid=27815 vsize=10661132 memory=398484 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27832/stat : 27832 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747558128608 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27833] ppid=27815 vsize=10661132 memory=1876 CPUtime=1.28 cores=0,2,4,6
/proc/27818/task/27833/stat : 27833 (java) S 27815 27818 26091 0 -1 1077944384 1113 0 0 0 59 69 0 0 20 0 15 0 93183743 10916999168 100133 33554432000 4194304 4196468 140734110247040 139747557075376 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
Current children cumulated CPU time: 2352.79 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 400532 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.38 1.40 3/215 28005
/proc/meminfo: memFree=26033428/32770624 swapFree=67028144/67108860
[pid=27818] ppid=27815 vsize=10661132 memory=404628 CPUtime=2413.84 cores=0,2,4,6
/proc/27818/stat : 27818 (java) S 27815 27818 26091 0 -1 1077944320 78307 0 0 0 241037 347 0 0 20 0 15 0 93183737 10916999168 101157 33554432000 4194304 4196468 140734110247040 140734110229584 139748072959735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
/proc/27818/statm: 2665283 101157 3132 1 0 2627263 0
[pid=27818/tid=27820] ppid=27815 vsize=10661132 memory=6791534058613427641 CPUtime=2359.9 cores=0,2,4,6
/proc/27818/task/27820/stat : 27820 (java) R 27815 27818 26091 0 -1 4202560 29690 0 0 0 235958 32 0 0 20 0 15 0 93183738 10916999168 101157 33554432000 4194304 4196468 140734110247040 139748077199216 139747712622436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27821] ppid=27815 vsize=10661132 memory=404628 CPUtime=10.33 cores=0,2,4,6
/proc/27818/task/27821/stat : 27821 (java) S 27815 27818 26091 0 -1 1077944384 6789 0 0 0 965 68 0 0 20 0 15 0 93183739 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747679460240 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27822] ppid=27815 vsize=10661132 memory=404628 CPUtime=10.34 cores=0,2,4,6
/proc/27818/task/27822/stat : 27822 (java) S 27815 27818 26091 0 -1 1077944384 5720 0 0 0 967 67 0 0 20 0 15 0 93183739 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747678407440 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27823] ppid=27815 vsize=10661132 memory=402580 CPUtime=10.32 cores=0,2,4,6
/proc/27818/task/27823/stat : 27823 (java) S 27815 27818 26091 0 -1 1077944384 5464 0 0 0 962 70 0 0 20 0 15 0 93183739 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747677355152 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27824] ppid=27815 vsize=10661132 memory=402580 CPUtime=10.36 cores=0,2,4,6
/proc/27818/task/27824/stat : 27824 (java) S 27815 27818 26091 0 -1 1077944384 5307 0 0 0 975 61 0 0 20 0 15 0 93183739 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747676302352 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27825] ppid=27815 vsize=10661132 memory=404628 CPUtime=9.16 cores=0,2,4,6
/proc/27818/task/27825/stat : 27825 (java) S 27815 27818 26091 0 -1 1077944384 7414 0 0 0 850 66 0 0 20 0 15 0 93183740 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747565496432 139748072970882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27826] ppid=27815 vsize=10661132 memory=404628 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27826/stat : 27826 (java) S 27815 27818 26091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 93183740 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747564442400 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27827] ppid=27815 vsize=10661132 memory=404628 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27827/stat : 27827 (java) S 27815 27818 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93183741 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747563390064 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27828] ppid=27815 vsize=10661132 memory=404628 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27828/stat : 27828 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747562338384 139748072978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27829] ppid=27815 vsize=10661132 memory=402580 CPUtime=0.91 cores=0,2,4,6
/proc/27818/task/27829/stat : 27829 (java) S 27815 27818 26091 0 -1 1077944384 6206 0 0 0 90 1 0 0 20 0 15 0 93183743 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747561286256 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27830] ppid=27815 vsize=10661132 memory=404628 CPUtime=0.85 cores=0,2,4,6
/proc/27818/task/27830/stat : 27830 (java) S 27815 27818 26091 0 -1 1077944384 5646 0 0 0 84 1 0 0 20 0 15 0 93183743 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747560233456 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27831] ppid=27815 vsize=10661132 memory=3544 CPUtime=0.24 cores=0,2,4,6
/proc/27818/task/27831/stat : 27831 (java) S 27815 27818 26091 0 -1 1077944384 3580 0 0 0 24 0 0 0 20 0 15 0 93183743 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747559181168 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27832] ppid=27815 vsize=10661132 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27832/stat : 27832 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747558128608 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27833] ppid=27815 vsize=10661132 memory=23428 CPUtime=1.32 cores=0,2,4,6
/proc/27818/task/27833/stat : 27833 (java) S 27815 27818 26091 0 -1 1077944384 1130 0 0 0 61 71 0 0 20 0 15 0 93183743 10916999168 101157 33554432000 4194304 4196468 140734110247040 139747557075376 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
Current children cumulated CPU time: 2413.84 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 404628 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.36 1.39 3/215 28006
/proc/meminfo: memFree=26027268/32770624 swapFree=67028144/67108860
[pid=27818] ppid=27815 vsize=10661132 memory=410772 CPUtime=2474.86 cores=0,2,4,6
/proc/27818/stat : 27818 (java) S 27815 27818 26091 0 -1 1077944320 79933 0 0 0 247130 356 0 0 20 0 15 0 93183737 10916999168 102693 33554432000 4194304 4196468 140734110247040 140734110229584 139748072959735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
/proc/27818/statm: 2665283 102693 3132 1 0 2627263 0
[pid=27818/tid=27820] ppid=27815 vsize=10661132 memory=410772 CPUtime=2419.24 cores=0,2,4,6
/proc/27818/task/27820/stat : 27820 (java) R 27815 27818 26091 0 -1 4202560 30288 0 0 0 241891 33 0 0 20 0 15 0 93183738 10916999168 102693 33554432000 4194304 4196468 140734110247040 139748077199376 139747712623086 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27821] ppid=27815 vsize=10661132 memory=408724 CPUtime=10.69 cores=0,2,4,6
/proc/27818/task/27821/stat : 27821 (java) S 27815 27818 26091 0 -1 1077944384 6987 0 0 0 999 70 0 0 20 0 15 0 93183739 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747679460240 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27822] ppid=27815 vsize=10661132 memory=408724 CPUtime=10.7 cores=0,2,4,6
/proc/27818/task/27822/stat : 27822 (java) S 27815 27818 26091 0 -1 1077944384 5910 0 0 0 1001 69 0 0 20 0 15 0 93183739 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747678407440 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27823] ppid=27815 vsize=10661132 memory=406676 CPUtime=10.67 cores=0,2,4,6
/proc/27818/task/27823/stat : 27823 (java) S 27815 27818 26091 0 -1 1077944384 5796 0 0 0 996 71 0 0 20 0 15 0 93183739 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747677355152 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27824] ppid=27815 vsize=10661132 memory=406676 CPUtime=10.71 cores=0,2,4,6
/proc/27818/task/27824/stat : 27824 (java) S 27815 27818 26091 0 -1 1077944384 5417 0 0 0 1009 62 0 0 20 0 15 0 93183739 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747676302352 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27825] ppid=27815 vsize=10661132 memory=404628 CPUtime=9.39 cores=0,2,4,6
/proc/27818/task/27825/stat : 27825 (java) S 27815 27818 26091 0 -1 1077944384 7589 0 0 0 871 68 0 0 20 0 15 0 93183740 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747565496432 139748072970882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27826] ppid=27815 vsize=10661132 memory=408724 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27826/stat : 27826 (java) S 27815 27818 26091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 93183740 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747564442400 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27827] ppid=27815 vsize=10661132 memory=408724 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27827/stat : 27827 (java) S 27815 27818 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93183741 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747563390064 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27828] ppid=27815 vsize=10661132 memory=408724 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27828/stat : 27828 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747562338384 139748072978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27829] ppid=27815 vsize=10661132 memory=410772 CPUtime=0.91 cores=0,2,4,6
/proc/27818/task/27829/stat : 27829 (java) S 27815 27818 26091 0 -1 1077944384 6208 0 0 0 90 1 0 0 20 0 15 0 93183743 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747561286256 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27830] ppid=27815 vsize=10661132 memory=410772 CPUtime=0.85 cores=0,2,4,6
/proc/27818/task/27830/stat : 27830 (java) S 27815 27818 26091 0 -1 1077944384 5648 0 0 0 84 1 0 0 20 0 15 0 93183743 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747560233456 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27831] ppid=27815 vsize=10661132 memory=3544 CPUtime=0.24 cores=0,2,4,6
/proc/27818/task/27831/stat : 27831 (java) S 27815 27818 26091 0 -1 1077944384 3582 0 0 0 24 0 0 0 20 0 15 0 93183743 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747559181168 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27832] ppid=27815 vsize=10661132 memory=410772 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27832/stat : 27832 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747558128608 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27833] ppid=27815 vsize=10661132 memory=410772 CPUtime=1.34 cores=0,2,4,6
/proc/27818/task/27833/stat : 27833 (java) S 27815 27818 26091 0 -1 1077944384 1147 0 0 0 62 72 0 0 20 0 15 0 93183743 10916999168 102693 33554432000 4194304 4196468 140734110247040 139747557075376 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
Current children cumulated CPU time: 2474.86 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 410772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.8 s]
/proc/loadavg: 1.35 1.37 1.39 3/215 28007
/proc/meminfo: memFree=26024972/32770624 swapFree=67028144/67108860
[pid=27818] ppid=27815 vsize=10661132 memory=412820 CPUtime=2520.06 cores=0,2,4,6
/proc/27818/stat : 27818 (java) S 27815 27818 26091 0 -1 1077944320 81243 0 0 0 251644 362 0 0 20 0 15 0 93183737 10916999168 103205 33554432000 4194304 4196468 140734110247040 140734110229584 139748072959735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
/proc/27818/statm: 2665283 103205 3132 1 0 2627263 0
[pid=27818/tid=27820] ppid=27815 vsize=10661132 memory=412820 CPUtime=2463.28 cores=0,2,4,6
/proc/27818/task/27820/stat : 27820 (java) R 27815 27818 26091 0 -1 4202560 30780 0 0 0 246295 33 0 0 20 0 15 0 93183738 10916999168 103205 33554432000 4194304 4196468 140734110247040 139748077199088 139747713347275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27821] ppid=27815 vsize=10661132 memory=5216 CPUtime=10.93 cores=0,2,4,6
/proc/27818/task/27821/stat : 27821 (java) S 27815 27818 26091 0 -1 1077944384 7157 0 0 0 1022 71 0 0 20 0 15 0 93183739 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747679460240 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27822] ppid=27815 vsize=10661132 memory=12772 CPUtime=10.95 cores=0,2,4,6
/proc/27818/task/27822/stat : 27822 (java) S 27815 27818 26091 0 -1 1077944384 6008 0 0 0 1025 70 0 0 20 0 15 0 93183739 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747678407440 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27823] ppid=27815 vsize=10661132 memory=1332 CPUtime=10.91 cores=0,2,4,6
/proc/27818/task/27823/stat : 27823 (java) S 27815 27818 26091 0 -1 1077944384 5881 0 0 0 1019 72 0 0 20 0 15 0 93183739 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747677355152 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27824] ppid=27815 vsize=10661132 memory=1508 CPUtime=10.96 cores=0,2,4,6
/proc/27818/task/27824/stat : 27824 (java) S 27815 27818 26091 0 -1 1077944384 5687 0 0 0 1032 64 0 0 20 0 15 0 93183739 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747676302352 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27825] ppid=27815 vsize=10661132 memory=824 CPUtime=9.55 cores=0,2,4,6
/proc/27818/task/27825/stat : 27825 (java) S 27815 27818 26091 0 -1 1077944384 7762 0 0 0 885 70 0 0 20 0 15 0 93183740 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747565496432 139748072970882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27826] ppid=27815 vsize=10661132 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27826/stat : 27826 (java) S 27815 27818 26091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 93183740 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747564442400 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27827] ppid=27815 vsize=10661132 memory=920 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27827/stat : 27827 (java) S 27815 27818 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93183741 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747563390064 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27828] ppid=27815 vsize=10661132 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27828/stat : 27828 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747562338384 139748072978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27829] ppid=27815 vsize=10661132 memory=2592 CPUtime=0.91 cores=0,2,4,6
/proc/27818/task/27829/stat : 27829 (java) S 27815 27818 26091 0 -1 1077944384 6210 0 0 0 90 1 0 0 20 0 15 0 93183743 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747561286256 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27830] ppid=27815 vsize=10661132 memory=2592 CPUtime=0.85 cores=0,2,4,6
/proc/27818/task/27830/stat : 27830 (java) S 27815 27818 26091 0 -1 1077944384 5651 0 0 0 84 1 0 0 20 0 15 0 93183743 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747560233456 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27831] ppid=27815 vsize=10661132 memory=4100 CPUtime=0.24 cores=0,2,4,6
/proc/27818/task/27831/stat : 27831 (java) S 27815 27818 26091 0 -1 1077944384 3584 0 0 0 24 0 0 0 20 0 15 0 93183743 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747559181168 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27832] ppid=27815 vsize=10661132 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/27818/task/27832/stat : 27832 (java) S 27815 27818 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93183743 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747558128608 139748072969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
[pid=27818/tid=27833] ppid=27815 vsize=10661132 memory=3216 CPUtime=1.37 cores=0,2,4,6
/proc/27818/task/27833/stat : 27833 (java) S 27815 27818 26091 0 -1 1077944384 1162 0 0 0 64 73 0 0 20 0 15 0 93183743 10916999168 103205 33554432000 4194304 4196468 140734110247040 139747557075376 139748072970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38801408 140734110254197 140734110254345 140734110254345 140734110257103 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 412820 KiB

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

[startup+2486.82 s]
# the end of solver process 27818 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.45 s, system=3.62507 s

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

Child status: 143
Real time (s): 2486.82
CPU time (s): 2520.08
CPU user time (s): 2516.45
CPU system time (s): 3.62507
CPU usage (%): 101.337
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 412820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.45
system time used= 3.62507
maximum resident set size= 413332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 330107
involuntary context switches= 7423


# summary of solver processes directly reported to runsolver:
#   pid: 27818
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.45
#   total CPU system time (s): 3.62507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8109 second user time and 22.8893 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-28 07:36:46
IDJOB=4298344
IDBENCH=141114
IDSOLVER=2762
FILE ID=node102/4298344-1532756206
RUNJOBID= node102-1532741226-26122
PBS_JOBID= 21022452
Free space on /tmp= 52732 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-7x7_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298344-1532756206/watcher-4298344-1532756206 -o /tmp/evaluation-result-4298344-1532756206/solver-4298344-1532756206 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532741226-26122 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298344-1532756206.xml

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

MD5SUM BENCH= b012ef5fa7bba6c8b791df977729af7d
RANDOM SEED=1636272563

node102.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.51
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.51
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.51
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.51
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:        21986304 kB
MemAvailable:   27119416 kB
Buffers:          206812 kB
Cached:          5181324 kB
SwapCached:        53572 kB
Active:          6018648 kB
Inactive:        4257608 kB
Active(anon):    4813448 kB
Inactive(anon):    99020 kB
Active(file):    1205200 kB
Inactive(file):  4158588 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028128 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       4909288 kB
Mapped:            47492 kB
Shmem:             21908 kB
Slab:             198756 kB
SReclaimable:     170320 kB
SUnreclaim:        28436 kB
KernelStack:        3808 kB
PageTables:        14680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5420516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4806656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52744 MiB
End job on node102 at 2018-07-28 08:18:13