Trace number 4299359

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
The dodo solver 2018-04-29SAT (TO)73 2520.04 2515.41

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark174.122
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
1.71/0.75	o 80
2280.36/2276.08	o 75
2280.67/2276.37	o 73
2520.02/2515.40	s SATISFIABLE
2520.02/2515.40	v <instantiation>
2520.02/2515.40	v 	<list>
2520.02/2515.40	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] 
2520.02/2515.40	v 	</list>
2520.02/2515.40	v 	<values>
2520.02/2515.40	v 		0 1 3 7 12 22 35 49 65 73 1 3 7 12 22 35 49 65 73 2 6 11 21 34 48 64 72 4 9 19 32 46 62 70 5 15 28 42 58 66 10 23 37 53 61 13 27 43 51 14 30 38 16 24 8 
2520.02/2515.40	v 	</values>
2520.02/2515.40	v </instantiation>

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299359-1532813137/watcher-4299359-1532813137 -o /tmp/evaluation-result-4299359-1532813137/solver-4299359-1532813137 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532810624-15483 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299359-1532813137.xml --timelimit 2520 

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

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

solver pid=15699, runsolver pid=15696

[startup+0.10014 s]*
/proc/loadavg: 1.34 1.42 1.41 3/215 15714
/proc/meminfo: memFree=20264084/32770624 swapFree=67108860/67108860
[pid=15699] ppid=15696 vsize=10658972 memory=27636 CPUtime=0.12 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 15451 0 -1 1077944320 5272 0 0 0 11 1 0 0 20 0 15 0 98876877 10914787328 6909 33554432000 4194304 4196468 140722342457936 140722342440480 139698815192823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
/proc/15699/statm: 2664743 6909 2844 1 0 2627263 0
[pid=15699/tid=15701] ppid=15696 vsize=10658972 memory=-8269626465541198461 CPUtime=0.09 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) R 15696 15699 15451 0 -1 4202560 3137 0 0 0 8 1 0 0 20 0 15 0 98876877 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698819413984 139698815214170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15702] ppid=15696 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698421553936 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15703] ppid=15696 vsize=10658972 memory=139926901790336 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698420501392 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15704] ppid=15696 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98876878 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698419448848 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15705] ppid=15696 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698418396304 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15706] ppid=15696 vsize=10658972 memory=139926901790336 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876879 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698307590128 139698815203970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15707] ppid=15696 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98876880 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698306536352 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15708] ppid=15696 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98876880 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698305483760 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15709] ppid=15696 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876882 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698304432336 139698815211419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15710] ppid=15696 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) R 15696 15699 15451 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 98876882 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698303379952 139698815203970 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15711] ppid=15696 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) R 15696 15699 15451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 98876882 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698302327408 139698793218644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15712] ppid=15696 vsize=10658972 memory=139926901790336 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) R 15696 15699 15451 0 -1 4202560 354 0 0 0 1 0 0 0 20 0 15 0 98876882 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698301274704 139698815204758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15713] ppid=15696 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876883 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698300222560 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15714] ppid=15696 vsize=10658972 memory=139926901790336 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) R 15696 15699 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98876883 10914787328 6909 33554432000 4194304 4196468 140722342457936 139698299169072 139698815203970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27636 KiB

[startup+0.210631 s]*
/proc/loadavg: 1.34 1.42 1.41 3/215 15714
/proc/meminfo: memFree=20251900/32770624 swapFree=67108860/67108860
[pid=15699] ppid=15696 vsize=10661132 memory=40380 CPUtime=0.32 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 15451 0 -1 1077944320 8148 0 0 0 30 2 0 0 20 0 15 0 98876877 10916999168 10095 33554432000 4194304 4196468 140722342457936 140722342440480 139698815192823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
/proc/15699/statm: 2665283 10095 2949 1 0 2627263 0
[pid=15699/tid=15701] ppid=15696 vsize=10661132 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) R 15696 15699 15451 0 -1 4202560 5255 0 0 0 18 1 0 0 20 0 15 0 98876877 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698819425136 139698799273310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15702] ppid=15696 vsize=10661132 memory=343 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698421553936 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15703] ppid=15696 vsize=10661132 memory=139926902446402 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698420501392 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15704] ppid=15696 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698419448848 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15705] ppid=15696 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698418396304 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15706] ppid=15696 vsize=10661132 memory=139926901790336 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876879 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698307590128 139698815203970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15707] ppid=15696 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698306536352 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15708] ppid=15696 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698305483760 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15709] ppid=15696 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876882 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698304432336 139698815211419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15710] ppid=15696 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) S 15696 15699 15451 0 -1 1077944384 511 0 0 0 2 0 0 0 20 0 15 0 98876882 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698303379952 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15711] ppid=15696 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 15451 0 -1 1077944384 224 0 0 0 1 0 0 0 20 0 15 0 98876882 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698302327408 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15712] ppid=15696 vsize=10661132 memory=139926901790336 CPUtime=0.07 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 15451 0 -1 1077944384 810 0 0 0 7 0 0 0 20 0 15 0 98876882 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698301274864 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15713] ppid=15696 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876883 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698300222560 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15714] ppid=15696 vsize=10661132 memory=139926901790336 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98876883 10916999168 10095 33554432000 4194304 4196468 140722342457936 139698299169072 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40380 KiB

[startup+0.310309 s]*
/proc/loadavg: 1.34 1.42 1.41 5/215 15714
/proc/meminfo: memFree=20247124/32770624 swapFree=67108860/67108860
[pid=15699] ppid=15696 vsize=10661132 memory=47332 CPUtime=0.55 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 15451 0 -1 1077944320 9035 0 0 0 52 3 0 0 20 0 15 0 98876877 10916999168 11833 33554432000 4194304 4196468 140722342457936 140722342440480 139698815192823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
/proc/15699/statm: 2665283 11833 3065 1 0 2627263 0
[pid=15699/tid=15701] ppid=15696 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) R 15696 15699 15451 0 -1 4202560 5720 0 0 0 28 2 0 0 20 0 15 0 98876877 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698819429168 139698798567169 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15702] ppid=15696 vsize=10661132 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698421553936 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15703] ppid=15696 vsize=10661132 memory=139926902447653 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698420501392 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15704] ppid=15696 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698419448848 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15705] ppid=15696 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698418396304 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15706] ppid=15696 vsize=10661132 memory=139926901790336 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876879 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698307590128 139698815203970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15707] ppid=15696 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698306536352 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15708] ppid=15696 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698305483760 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15709] ppid=15696 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876882 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698304432336 139698815211419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15710] ppid=15696 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) R 15696 15699 15451 0 -1 4202560 670 0 0 0 5 0 0 0 20 0 15 0 98876882 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698303360968 139698794439386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15711] ppid=15696 vsize=10661132 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 15451 0 -1 1077944384 326 0 0 0 4 0 0 0 20 0 15 0 98876882 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698302327408 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15712] ppid=15696 vsize=10661132 memory=139926901790336 CPUtime=0.14 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) R 15696 15699 15451 0 -1 4202560 950 0 0 0 14 0 0 0 20 0 15 0 98876882 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698301274864 139698815214170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15713] ppid=15696 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876883 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698300222560 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15714] ppid=15696 vsize=10661132 memory=139926901790336 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98876883 10916999168 11833 33554432000 4194304 4196468 140722342457936 139698299169072 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47332 KiB

[startup+0.700844 s]
/proc/loadavg: 1.34 1.42 1.41 5/215 15714
/proc/meminfo: memFree=20235216/32770624 swapFree=67108860/67108860
[pid=15699] ppid=15696 vsize=10661132 memory=74180 CPUtime=1.71 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 15451 0 -1 1077944320 14202 0 0 0 167 4 0 0 20 0 15 0 98876877 10916999168 18545 33554432000 4194304 4196468 140722342457936 140722342440480 139698815192823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
/proc/15699/statm: 2665283 18545 3094 1 0 2627263 0
[pid=15699/tid=15701] ppid=15696 vsize=10661132 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) R 15696 15699 15451 0 -1 4202560 5815 0 0 0 65 2 0 0 20 0 15 0 98876877 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698819386096 140722342467522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15702] ppid=15696 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698421553936 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15703] ppid=15696 vsize=10661132 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698420501392 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15704] ppid=15696 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698419448848 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15705] ppid=15696 vsize=10661132 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698418396304 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15706] ppid=15696 vsize=10661132 memory=9996 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 15451 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 98876879 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698307590128 139698815203970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15707] ppid=15696 vsize=10661132 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698306536352 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15708] ppid=15696 vsize=10661132 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698305483760 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15709] ppid=15696 vsize=10661132 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876882 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698304432336 139698815211419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15710] ppid=15696 vsize=10661132 memory=6945208482816681536 CPUtime=0.41 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) R 15696 15699 15451 0 -1 4202560 2349 0 0 0 41 0 0 0 20 0 15 0 98876882 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698303362256 139698815214170 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15711] ppid=15696 vsize=10661132 memory=7811323491934034026 CPUtime=0.39 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) R 15696 15699 15451 0 -1 4202560 3489 0 0 0 39 0 0 0 20 0 15 0 98876882 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698302313256 139698794449440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15712] ppid=15696 vsize=10661132 memory=5787213827130353767 CPUtime=0.2 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 15451 0 -1 1077944384 1176 0 0 0 20 0 0 0 20 0 15 0 98876882 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698301274864 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15713] ppid=15696 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876883 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698300222560 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15714] ppid=15696 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98876883 10916999168 18545 33554432000 4194304 4196468 140722342457936 139698299169072 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 74180 KiB

[startup+1.50082 s]
/proc/loadavg: 1.34 1.42 1.41 3/215 15714
/proc/meminfo: memFree=20195948/32770624 swapFree=67108860/67108860
[pid=15699] ppid=15696 vsize=10661132 memory=126700 CPUtime=2.88 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 15451 0 -1 1077944320 15997 0 0 0 282 6 0 0 20 0 15 0 98876877 10916999168 31675 33554432000 4194304 4196468 140722342457936 140722342440480 139698815192823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
/proc/15699/statm: 2665283 31675 3099 1 0 2627263 0
[pid=15699/tid=15701] ppid=15696 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) R 15696 15699 15451 0 -1 4202560 6208 0 0 0 144 3 0 0 20 0 15 0 98876877 10916999168 31675 33554432000 4194304 4196468 140722342457936 139698819348496 140722342467522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15702] ppid=15696 vsize=10661132 memory=-8253362762724047225 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 31675 33554432000 4194304 4196468 140722342457936 139698421553936 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15703] ppid=15696 vsize=10661132 memory=-8609294068986781045 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 31675 33554432000 4194304 4196468 140722342457936 139698420501392 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15704] ppid=15696 vsize=10661132 memory=-6517102902069810590 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 31675 33554432000 4194304 4196468 140722342457936 139698419448848 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15705] ppid=15696 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98876878 10916999168 31675 33554432000 4194304 4196468 140722342457936 139698418396304 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15706] ppid=15696 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 15451 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 98876879 10916999168 31675 33554432000 4194304 4196468 140722342457936 139698307590128 139698815203970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0

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

/proc/15699/task/15701/stat : 15701 (java) R 15696 15699 15451 0 -1 4202560 13578 0 0 0 237575 434 0 0 20 0 15 0 98876877 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698819432784 139698455250231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15702] ppid=15696 vsize=10661132 memory=69600951667178 CPUtime=0.79 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 15451 0 -1 1077944384 3629 0 0 0 68 11 0 0 20 0 15 0 98876878 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698421553936 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15703] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.8 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 15451 0 -1 1077944384 1948 0 0 0 69 11 0 0 20 0 15 0 98876878 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698420501392 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15704] ppid=15696 vsize=10661132 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 15451 0 -1 1077944384 1614 0 0 0 70 9 0 0 20 0 15 0 98876878 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698419448848 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15705] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.8 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 15451 0 -1 1077944384 1718 0 0 0 70 10 0 0 20 0 15 0 98876878 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698418396304 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15706] ppid=15696 vsize=10661132 memory=200120 CPUtime=1.12 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 15451 0 -1 1077944384 5179 0 0 0 104 8 0 0 20 0 15 0 98876879 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698307590128 139698815203970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15707] ppid=15696 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 15451 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698306536352 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15708] ppid=15696 vsize=10661132 memory=200096 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 15451 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698305483760 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15709] ppid=15696 vsize=10661132 memory=200120 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876882 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698304432336 139698815211419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15710] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.75 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) S 15696 15699 15451 0 -1 1077944384 5919 0 0 0 74 1 0 0 20 0 15 0 98876882 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698303379952 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15711] ppid=15696 vsize=10661132 memory=18252 CPUtime=0.8 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 15451 0 -1 1077944384 7843 0 0 0 79 1 0 0 20 0 15 0 98876882 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698302327408 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15712] ppid=15696 vsize=10661132 memory=16280 CPUtime=0.26 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 15451 0 -1 1077944384 3516 0 0 0 26 0 0 0 20 0 15 0 98876882 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698301274864 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15713] ppid=15696 vsize=10661132 memory=28692 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876883 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698300222560 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15714] ppid=15696 vsize=10661132 memory=2420 CPUtime=0.47 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 15451 0 -1 1077944384 854 0 0 0 21 26 0 0 20 0 15 0 98876883 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698299169072 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
Current children cumulated CPU time: 2386.77 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 200120 KiB

[startup+2442.3 s]
/proc/loadavg: 1.49 1.54 1.54 3/215 15906
/proc/meminfo: memFree=20114228/32770624 swapFree=67108860/67108860
[pid=15699] ppid=15696 vsize=10661132 memory=200120 CPUtime=2446.83 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 15451 0 -1 1077944320 47292 0 0 0 244180 503 0 0 20 0 15 0 98876877 10916999168 50030 33554432000 4194304 4196468 140722342457936 140722342440480 139698815192823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
/proc/15699/statm: 2665283 50030 3138 1 0 2627263 0
[pid=15699/tid=15701] ppid=15696 vsize=10661132 memory=200120 CPUtime=2440.03 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) R 15696 15699 15451 0 -1 4202560 13628 0 0 0 243557 446 0 0 20 0 15 0 98876877 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698819434112 139698455249277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15702] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.8 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 15451 0 -1 1077944384 3629 0 0 0 69 11 0 0 20 0 15 0 98876878 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698421553936 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15703] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.82 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 15451 0 -1 1077944384 1949 0 0 0 71 11 0 0 20 0 15 0 98876878 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698420501392 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15704] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.81 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 15451 0 -1 1077944384 1614 0 0 0 72 9 0 0 20 0 15 0 98876878 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698419448848 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15705] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.82 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 15451 0 -1 1077944384 1719 0 0 0 72 10 0 0 20 0 15 0 98876878 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698418396304 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15706] ppid=15696 vsize=10661132 memory=200120 CPUtime=1.15 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 15451 0 -1 1077944384 5186 0 0 0 107 8 0 0 20 0 15 0 98876879 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698307590128 139698815203970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15707] ppid=15696 vsize=10661132 memory=200120 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 15451 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698306536352 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15708] ppid=15696 vsize=10661132 memory=200120 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 15451 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698305483760 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15709] ppid=15696 vsize=10661132 memory=200120 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876882 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698304432336 139698815211419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15710] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.75 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) S 15696 15699 15451 0 -1 1077944384 5919 0 0 0 74 1 0 0 20 0 15 0 98876882 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698303379952 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15711] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.8 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 15451 0 -1 1077944384 7843 0 0 0 79 1 0 0 20 0 15 0 98876882 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698302327408 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15712] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.26 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 15451 0 -1 1077944384 3516 0 0 0 26 0 0 0 20 0 15 0 98876882 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698301274864 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15713] ppid=15696 vsize=10661132 memory=200120 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876883 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698300222560 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15714] ppid=15696 vsize=10661132 memory=200120 CPUtime=0.49 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 15451 0 -1 1077944384 857 0 0 0 22 27 0 0 20 0 15 0 98876883 10916999168 50030 33554432000 4194304 4196468 140722342457936 139698299169072 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
Current children cumulated CPU time: 2446.83 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 200120 KiB

[startup+2502.3 s]
/proc/loadavg: 1.36 1.48 1.52 3/215 15907
/proc/meminfo: memFree=20114164/32770624 swapFree=67108860/67108860
[pid=15699] ppid=15696 vsize=10661132 memory=200128 CPUtime=2506.9 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 15451 0 -1 1077944320 47982 0 0 0 250175 515 0 0 20 0 15 0 98876877 10916999168 50032 33554432000 4194304 4196468 140722342457936 140722342440480 139698815192823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
/proc/15699/statm: 2665283 50032 3138 1 0 2627263 0
[pid=15699/tid=15701] ppid=15696 vsize=10661132 memory=200128 CPUtime=2499.99 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) R 15696 15699 15451 0 -1 4202560 13826 0 0 0 249542 457 0 0 20 0 15 0 98876877 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698819432608 140722342467522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15702] ppid=15696 vsize=10661132 memory=200128 CPUtime=0.83 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 15451 0 -1 1077944384 3642 0 0 0 71 12 0 0 20 0 15 0 98876878 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698421553936 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15703] ppid=15696 vsize=10661132 memory=200128 CPUtime=0.84 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 15451 0 -1 1077944384 1954 0 0 0 72 12 0 0 20 0 15 0 98876878 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698420501392 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15704] ppid=15696 vsize=10661132 memory=200128 CPUtime=0.82 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 15451 0 -1 1077944384 1618 0 0 0 73 9 0 0 20 0 15 0 98876878 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698419448848 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15705] ppid=15696 vsize=10661132 memory=200128 CPUtime=0.83 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 15451 0 -1 1077944384 1987 0 0 0 73 10 0 0 20 0 15 0 98876878 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698418396304 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15706] ppid=15696 vsize=10661132 memory=200128 CPUtime=1.17 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 15451 0 -1 1077944384 5364 0 0 0 109 8 0 0 20 0 15 0 98876879 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698307590128 139698815203970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15707] ppid=15696 vsize=10661132 memory=200128 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 15451 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698306536352 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15708] ppid=15696 vsize=10661132 memory=200128 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 15451 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698305483760 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15709] ppid=15696 vsize=10661132 memory=200128 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876882 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698304432336 139698815211419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15710] ppid=15696 vsize=10661132 memory=200128 CPUtime=0.75 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) S 15696 15699 15451 0 -1 1077944384 5921 0 0 0 74 1 0 0 20 0 15 0 98876882 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698303379952 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15711] ppid=15696 vsize=10661132 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 15451 0 -1 1077944384 7845 0 0 0 79 1 0 0 20 0 15 0 98876882 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698302327408 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15712] ppid=15696 vsize=10661132 memory=200128 CPUtime=0.26 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 15451 0 -1 1077944384 3518 0 0 0 26 0 0 0 20 0 15 0 98876882 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698301274864 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15713] ppid=15696 vsize=10661132 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876883 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698300222560 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15714] ppid=15696 vsize=10661132 memory=28692 CPUtime=0.5 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 15451 0 -1 1077944384 875 0 0 0 23 27 0 0 20 0 15 0 98876883 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698299169072 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
Current children cumulated CPU time: 2506.9 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 200128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.4 s]
/proc/loadavg: 1.20 1.45 1.50 3/215 15907
/proc/meminfo: memFree=20114412/32770624 swapFree=67108860/67108860
[pid=15699] ppid=15696 vsize=10661132 memory=200128 CPUtime=2520.02 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 15451 0 -1 1077944320 47996 0 0 0 251484 518 0 0 20 0 15 0 98876877 10916999168 50032 33554432000 4194304 4196468 140722342457936 140722342440480 139698815192823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
/proc/15699/statm: 2665283 50032 3138 1 0 2627263 0
[pid=15699/tid=15701] ppid=15696 vsize=10661132 memory=5792 CPUtime=2513.08 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) R 15696 15699 15451 0 -1 4202560 13839 0 0 0 250848 460 0 0 20 0 15 0 98876877 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698819434112 140722342467522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15702] ppid=15696 vsize=10661132 memory=6791534058613427641 CPUtime=0.83 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 15451 0 -1 1077944384 3642 0 0 0 71 12 0 0 20 0 15 0 98876878 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698421553936 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15703] ppid=15696 vsize=10661132 memory=2344 CPUtime=0.85 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 15451 0 -1 1077944384 1954 0 0 0 73 12 0 0 20 0 15 0 98876878 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698420501392 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15704] ppid=15696 vsize=10661132 memory=928 CPUtime=0.84 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 15451 0 -1 1077944384 1618 0 0 0 74 10 0 0 20 0 15 0 98876878 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698419448848 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15705] ppid=15696 vsize=10661132 memory=1580 CPUtime=0.83 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 15451 0 -1 1077944384 1987 0 0 0 73 10 0 0 20 0 15 0 98876878 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698418396304 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15706] ppid=15696 vsize=10661132 memory=6791534058613427641 CPUtime=1.18 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 15451 0 -1 1077944384 5365 0 0 0 110 8 0 0 20 0 15 0 98876879 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698307590128 139698815203970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15707] ppid=15696 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 15451 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698306536352 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15708] ppid=15696 vsize=10661132 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 15451 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98876880 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698305483760 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15709] ppid=15696 vsize=10661132 memory=960 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876882 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698304432336 139698815211419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15710] ppid=15696 vsize=10661132 memory=200128 CPUtime=0.75 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) S 15696 15699 15451 0 -1 1077944384 5921 0 0 0 74 1 0 0 20 0 15 0 98876882 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698303379952 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15711] ppid=15696 vsize=10661132 memory=200128 CPUtime=0.8 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 15451 0 -1 1077944384 7845 0 0 0 79 1 0 0 20 0 15 0 98876882 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698302327408 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15712] ppid=15696 vsize=10661132 memory=2200 CPUtime=0.26 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 15451 0 -1 1077944384 3518 0 0 0 26 0 0 0 20 0 15 0 98876882 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698301274864 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15713] ppid=15696 vsize=10661132 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98876883 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698300222560 139698815203029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
[pid=15699/tid=15714] ppid=15696 vsize=10661132 memory=844 CPUtime=0.5 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 15451 0 -1 1077944384 875 0 0 0 23 27 0 0 20 0 15 0 98876883 10916999168 50032 33554432000 4194304 4196468 140722342457936 139698299169072 139698815203970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34000896 140722342462584 140722342462729 140722342462729 140722342465487 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 200128 KiB

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

[startup+2515.41 s]
# the end of solver process 15699 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.85 s, system=5.18591 s

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

Child status: 143
Real time (s): 2515.41
CPU time (s): 2520.04
CPU user time (s): 2514.85
CPU system time (s): 5.18591
CPU usage (%): 100.184
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 201132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.85
system time used= 5.18591
maximum resident set size= 201636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88185
involuntary context switches= 1671


# summary of solver processes directly reported to runsolver:
#   pid: 15699
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2514.85
#   total CPU system time (s): 5.18591

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6464 second user time and 23.6549 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-28 23:25:37
IDJOB=4299359
IDBENCH=141365
IDSOLVER=2768
FILE ID=node105/4299359-1532813137
RUNJOBID= node105-1532810624-15483
PBS_JOBID= 21022485
Free space on /tmp= 44624 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299359-1532813137/watcher-4299359-1532813137 -o /tmp/evaluation-result-4299359-1532813137/solver-4299359-1532813137 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532810624-15483 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299359-1532813137.xml --timelimit 2520

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=118689231

node105.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.32
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.32
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.32
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.32
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:        20280356 kB
MemAvailable:   31741164 kB
Buffers:          271292 kB
Cached:         11328772 kB
SwapCached:            0 kB
Active:          2588292 kB
Inactive:        9256324 kB
Active(anon):     199256 kB
Inactive(anon):    73344 kB
Active(file):    2389036 kB
Inactive(file):  9182980 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:        251976 kB
Mapped:            55304 kB
Shmem:             25228 kB
Slab:             344972 kB
SReclaimable:     317252 kB
SUnreclaim:        27720 kB
KernelStack:        3488 kB
PageTables:         5320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1136336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44620 MiB
End job on node105 at 2018-07-29 00:07:33