Trace number 4300160

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
The dodo solver 2018-04-29SAT (TO) 2520.02 2509.41

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-m004_c18.xml
MD5SUM2f4e790a4fde13aad103094a46699cf0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.702516
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.00/2509.40	s SATISFIABLE
2520.00/2509.40	v <instantiation>
2520.00/2509.40	v 	<list>
2520.00/2509.40	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] 
2520.00/2509.40	v 	</list>
2520.00/2509.40	v 	<values>
2520.00/2509.40	v 		-4 30 23 25 15 27 -3 7 28 32 3 5 4 19 11 31 8 13 1 12 -1 10 6 20 2 -2 22 26 16 14 17 18 9 21 0 24 29 
2520.00/2509.40	v 	</values>
2520.00/2509.40	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8131 MiB free)
  memory of node 1: 16384 MiB (15062 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300160-1532874888/watcher-4300160-1532874888 -o /tmp/evaluation-result-4300160-1532874888/solver-4300160-1532874888 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532872375-11382 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4300160-1532874888.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
solver pid=11600, runsolver pid=11597
Current StackSize limit: 8192 KiB


[startup+0.100507 s]*
/proc/loadavg: 1.99 1.70 1.52 4/216 11615
/proc/meminfo: memFree=23733652/32770624 swapFree=67108404/67108860
[pid=11600] ppid=11597 vsize=10658972 memory=27628 CPUtime=0.13 cores=1,3,5,7
/proc/11600/stat : 11600 (java) S 11597 11600 8463 0 -1 1077944320 5306 0 0 0 12 1 0 0 20 0 15 0 105051953 10914787328 6907 33554432000 4194304 4196468 140734506037232 140734506019776 139845875154679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
/proc/11600/statm: 2664743 6907 2835 1 0 2627263 0
[pid=11600/tid=11602] ppid=11597 vsize=10658972 memory=-8269626465541067645 CPUtime=0.09 cores=1,3,5,7
/proc/11600/task/11602/stat : 11602 (java) R 11597 11600 8463 0 -1 4202560 3144 0 0 0 9 0 0 0 20 0 15 0 105051953 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845879382032 139845859198309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11603] ppid=11597 vsize=10658972 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11603/stat : 11603 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051954 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845817158800 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11604] ppid=11597 vsize=10658972 memory=140379080885888 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11604/stat : 11604 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051954 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845816106000 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11605] ppid=11597 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11605/stat : 11605 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051954 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845815053200 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11606] ppid=11597 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11606/stat : 11606 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051954 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845814000400 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11607] ppid=11597 vsize=10658972 memory=140379080885888 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11607/stat : 11607 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051955 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845233478000 139845875165826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11608] ppid=11597 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11608/stat : 11608 (java) S 11597 11600 8463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105051956 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845232423968 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11609] ppid=11597 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11609/stat : 11609 (java) S 11597 11600 8463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105051956 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845231371120 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11610] ppid=11597 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11610/stat : 11610 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051958 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845230319440 139845875173275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11611] ppid=11597 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11611/stat : 11611 (java) S 11597 11600 8463 0 -1 1077944384 459 0 0 0 0 0 0 0 20 0 15 0 105051958 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845229267824 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11612] ppid=11597 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11612/stat : 11612 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051958 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845228215024 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11613] ppid=11597 vsize=10658972 memory=140379080885888 CPUtime=0.02 cores=1,3,5,7
/proc/11600/task/11613/stat : 11613 (java) R 11597 11600 8463 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 105051958 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845227162224 139845875166614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11614] ppid=11597 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11614/stat : 11614 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051959 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845226109664 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11615] ppid=11597 vsize=10658972 memory=140379080885888 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11615/stat : 11615 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051959 10914787328 6907 33554432000 4194304 4196468 140734506037232 139845225056944 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27628 KiB

[startup+0.21062 s]*
/proc/loadavg: 1.99 1.70 1.52 2/200 11617
/proc/meminfo: memFree=23953656/32770624 swapFree=67108404/67108860
[pid=11600] ppid=11597 vsize=10661132 memory=40428 CPUtime=0.32 cores=1,3,5,7
/proc/11600/stat : 11600 (java) S 11597 11600 8463 0 -1 1077944320 8144 0 0 0 30 2 0 0 20 0 15 0 105051953 10916999168 10107 33554432000 4194304 4196468 140734506037232 140734506019776 139845875154679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
/proc/11600/statm: 2665283 10107 2989 1 0 2627263 0
[pid=11600/tid=11602] ppid=11597 vsize=10661132 memory=7311146985107750967 CPUtime=0.2 cores=1,3,5,7
/proc/11600/task/11602/stat : 11602 (java) R 11597 11600 8463 0 -1 4202560 5256 0 0 0 19 1 0 0 20 0 15 0 105051953 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845879386992 139845859235196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11603] ppid=11597 vsize=10661132 memory=9029 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11603/stat : 11603 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845817158800 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11604] ppid=11597 vsize=10661132 memory=140379080897547 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11604/stat : 11604 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845816106000 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11605] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11605/stat : 11605 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845815053200 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11606] ppid=11597 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11606/stat : 11606 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845814000400 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11607] ppid=11597 vsize=10661132 memory=140379080885888 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11607/stat : 11607 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051955 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845233478000 139845875165826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11608] ppid=11597 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11608/stat : 11608 (java) S 11597 11600 8463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845232423968 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11609] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11609/stat : 11609 (java) S 11597 11600 8463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845231371120 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11610] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11610/stat : 11610 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051958 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845230319440 139845875173275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11611] ppid=11597 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11600/task/11611/stat : 11611 (java) S 11597 11600 8463 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 15 0 105051958 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845229267824 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11612] ppid=11597 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11600/task/11612/stat : 11612 (java) S 11597 11600 8463 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 15 0 105051958 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845228215024 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11613] ppid=11597 vsize=10661132 memory=140379080885888 CPUtime=0.07 cores=1,3,5,7
/proc/11600/task/11613/stat : 11613 (java) S 11597 11600 8463 0 -1 1077944384 806 0 0 0 7 0 0 0 20 0 15 0 105051958 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845227162224 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11614] ppid=11597 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11614/stat : 11614 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051959 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845226109664 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11615] ppid=11597 vsize=10661132 memory=140379080885888 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11615/stat : 11615 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051959 10916999168 10107 33554432000 4194304 4196468 140734506037232 139845225056944 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40428 KiB

[startup+0.311734 s]*
/proc/loadavg: 1.99 1.70 1.52 6/200 11617
/proc/meminfo: memFree=23947700/32770624 swapFree=67108404/67108860
[pid=11600] ppid=11597 vsize=10661132 memory=46572 CPUtime=0.54 cores=1,3,5,7
/proc/11600/stat : 11600 (java) S 11597 11600 8463 0 -1 1077944320 8718 0 0 0 52 2 0 0 20 0 15 0 105051953 10916999168 11643 33554432000 4194304 4196468 140734506037232 140734506019776 139845875154679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
/proc/11600/statm: 2665283 11643 3045 1 0 2627263 0
[pid=11600/tid=11602] ppid=11597 vsize=10661132 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/11600/task/11602/stat : 11602 (java) R 11597 11600 8463 0 -1 4202560 5588 0 0 0 28 1 0 0 20 0 15 0 105051953 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845879379088 139845875176605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11603] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11603/stat : 11603 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845817158800 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11604] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11604/stat : 11604 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845816106000 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11605] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11605/stat : 11605 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845815053200 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11606] ppid=11597 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11606/stat : 11606 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845814000400 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11607] ppid=11597 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11607/stat : 11607 (java) S 11597 11600 8463 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105051955 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845233478000 139845875165826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11608] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11608/stat : 11608 (java) S 11597 11600 8463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845232423968 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11609] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11609/stat : 11609 (java) S 11597 11600 8463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845231371120 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11610] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11610/stat : 11610 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051958 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845230319440 139845875173275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11611] ppid=11597 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/11600/task/11611/stat : 11611 (java) R 11597 11600 8463 0 -1 4202560 655 0 0 0 6 0 0 0 20 0 15 0 105051958 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845229253848 139845860075701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11612] ppid=11597 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11600/task/11612/stat : 11612 (java) S 11597 11600 8463 0 -1 1077944384 208 0 0 0 4 0 0 0 20 0 15 0 105051958 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845228215024 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11613] ppid=11597 vsize=10661132 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11600/task/11613/stat : 11613 (java) R 11597 11600 8463 0 -1 4202560 898 0 0 0 13 0 0 0 20 0 15 0 105051958 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845227162224 139845875166614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11614] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11614/stat : 11614 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051959 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845226109664 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11615] ppid=11597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11615/stat : 11615 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051959 10916999168 11643 33554432000 4194304 4196468 140734506037232 139845225056944 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46572 KiB

[startup+0.700781 s]
/proc/loadavg: 1.99 1.70 1.52 8/215 11646
/proc/meminfo: memFree=23901288/32770624 swapFree=67108404/67108860
[pid=11600] ppid=11597 vsize=10661132 memory=96232 CPUtime=1.69 cores=1,3,5,7
/proc/11600/stat : 11600 (java) S 11597 11600 8463 0 -1 1077944320 16544 0 0 0 165 4 0 0 20 0 15 0 105051953 10916999168 24058 33554432000 4194304 4196468 140734506037232 140734506019776 139845875154679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
/proc/11600/statm: 2665283 24058 3093 1 0 2627263 0
[pid=11600/tid=11602] ppid=11597 vsize=10661132 memory=2276 CPUtime=0.67 cores=1,3,5,7
/proc/11600/task/11602/stat : 11602 (java) R 11597 11600 8463 0 -1 4202560 5668 0 0 0 65 2 0 0 20 0 15 0 105051953 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845879377120 140734506158018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11603] ppid=11597 vsize=10661132 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11603/stat : 11603 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845817158800 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11604] ppid=11597 vsize=10661132 memory=17184 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11604/stat : 11604 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845816106000 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11605] ppid=11597 vsize=10661132 memory=16240 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11605/stat : 11605 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845815053200 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11606] ppid=11597 vsize=10661132 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11606/stat : 11606 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845814000400 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11607] ppid=11597 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11607/stat : 11607 (java) S 11597 11600 8463 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105051955 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845233478000 139845875165826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11608] ppid=11597 vsize=10661132 memory=956 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11608/stat : 11608 (java) S 11597 11600 8463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845232423968 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11609] ppid=11597 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11609/stat : 11609 (java) S 11597 11600 8463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845231371120 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11610] ppid=11597 vsize=10661132 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11610/stat : 11610 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051958 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845230319440 139845875173275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11611] ppid=11597 vsize=10661132 memory=1580 CPUtime=0.42 cores=1,3,5,7
/proc/11600/task/11611/stat : 11611 (java) R 11597 11600 8463 0 -1 4202560 4642 0 0 0 42 0 0 0 20 0 15 0 105051958 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845229253288 139845859842785 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11612] ppid=11597 vsize=10661132 memory=928 CPUtime=0.4 cores=1,3,5,7
/proc/11600/task/11612/stat : 11612 (java) R 11597 11600 8463 0 -1 4202560 3618 0 0 0 40 0 0 0 20 0 15 0 105051958 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845228200760 139845856699344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11613] ppid=11597 vsize=10661132 memory=2244 CPUtime=0.17 cores=1,3,5,7
/proc/11600/task/11613/stat : 11613 (java) S 11597 11600 8463 0 -1 1077944384 1244 0 0 0 17 0 0 0 20 0 15 0 105051958 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845227162224 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11614] ppid=11597 vsize=10661132 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11614/stat : 11614 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051959 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845226109664 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11615] ppid=11597 vsize=10661132 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11615/stat : 11615 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051959 10916999168 24058 33554432000 4194304 4196468 140734506037232 139845225056944 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 96232 KiB

[startup+1.50071 s]
/proc/loadavg: 2.07 1.72 1.52 5/216 11692
/proc/meminfo: memFree=23841644/32770624 swapFree=67108404/67108860
[pid=11600] ppid=11597 vsize=10661132 memory=187548 CPUtime=3.08 cores=1,3,5,7
/proc/11600/stat : 11600 (java) S 11597 11600 8463 0 -1 1077944320 21235 0 0 0 301 7 0 0 20 0 15 0 105051953 10916999168 46887 33554432000 4194304 4196468 140734506037232 140734506019776 139845875154679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
/proc/11600/statm: 2665283 46887 3100 1 0 2627263 0
[pid=11600/tid=11602] ppid=11597 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/11600/task/11602/stat : 11602 (java) R 11597 11600 8463 0 -1 4202560 5960 0 0 0 143 4 0 0 20 0 15 0 105051953 10916999168 46887 33554432000 4194304 4196468 140734506037232 139845879371568 140734506158018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11603] ppid=11597 vsize=10661132 memory=2321 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11603/stat : 11603 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 46887 33554432000 4194304 4196468 140734506037232 139845817158800 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11604] ppid=11597 vsize=10661132 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11604/stat : 11604 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 46887 33554432000 4194304 4196468 140734506037232 139845816106000 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11605] ppid=11597 vsize=10661132 memory=30112 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11605/stat : 11605 (java) S 11597 11600 8463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 46887 33554432000 4194304 4196468 140734506037232 139845815053200 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11606] ppid=11597 vsize=10661132 memory=2396 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11606/stat : 11606 (java) S 11597 11600 8463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105051954 10916999168 46887 33554432000 4194304 4196468 140734506037232 139845814000400 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11607] ppid=11597 vsize=10661132 memory=1300 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11607/stat : 11607 (java) S 11597 11600 8463 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 105051955 10916999168 46887 33554432000 4194304 4196468 140734506037232 139845233478000 139845875165826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0

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

/proc/11600/task/11602/stat : 11602 (java) R 11597 11600 8463 0 -1 4202560 19929 0 0 0 234463 2993 0 0 20 0 15 0 105051953 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845879387760 140734506158018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11603] ppid=11597 vsize=10661132 memory=304324 CPUtime=2.86 cores=1,3,5,7
/proc/11600/task/11603/stat : 11603 (java) S 11597 11600 8463 0 -1 1077944384 3568 0 0 0 260 26 0 0 20 0 15 0 105051954 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845817158800 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11604] ppid=11597 vsize=10661132 memory=304324 CPUtime=2.84 cores=1,3,5,7
/proc/11600/task/11604/stat : 11604 (java) S 11597 11600 8463 0 -1 1077944384 3083 0 0 0 260 24 0 0 20 0 15 0 105051954 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845816106000 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11605] ppid=11597 vsize=10661132 memory=306372 CPUtime=2.82 cores=1,3,5,7
/proc/11600/task/11605/stat : 11605 (java) S 11597 11600 8463 0 -1 1077944384 4255 0 0 0 257 25 0 0 20 0 15 0 105051954 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845815053200 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11606] ppid=11597 vsize=10661132 memory=303864 CPUtime=2.84 cores=1,3,5,7
/proc/11600/task/11606/stat : 11606 (java) S 11597 11600 8463 0 -1 1077944384 4351 0 0 0 258 26 0 0 20 0 15 0 105051954 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845814000400 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11607] ppid=11597 vsize=10661132 memory=0 CPUtime=3.19 cores=1,3,5,7
/proc/11600/task/11607/stat : 11607 (java) S 11597 11600 8463 0 -1 1077944384 6783 0 0 0 298 21 0 0 20 0 15 0 105051955 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845233478000 139845875165826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11608] ppid=11597 vsize=10661132 memory=306372 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11608/stat : 11608 (java) S 11597 11600 8463 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845232424032 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11609] ppid=11597 vsize=10661132 memory=306372 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11609/stat : 11609 (java) S 11597 11600 8463 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845231371120 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11610] ppid=11597 vsize=10661132 memory=306372 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11610/stat : 11610 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051958 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845230319440 139845875173275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11611] ppid=11597 vsize=10661132 memory=306372 CPUtime=0.74 cores=1,3,5,7
/proc/11600/task/11611/stat : 11611 (java) S 11597 11600 8463 0 -1 1077944384 7630 0 0 0 73 1 0 0 20 0 15 0 105051958 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845229267824 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11612] ppid=11597 vsize=10661132 memory=306372 CPUtime=1.66 cores=1,3,5,7
/proc/11600/task/11612/stat : 11612 (java) S 11597 11600 8463 0 -1 1077944384 13910 0 0 0 164 2 0 0 20 0 15 0 105051958 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845228215024 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11613] ppid=11597 vsize=10661132 memory=306372 CPUtime=0.22 cores=1,3,5,7
/proc/11600/task/11613/stat : 11613 (java) S 11597 11600 8463 0 -1 1077944384 3802 0 0 0 22 0 0 0 20 0 15 0 105051958 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845227162224 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11614] ppid=11597 vsize=10661132 memory=304324 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11614/stat : 11614 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051959 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845226109664 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11615] ppid=11597 vsize=10661132 memory=30164 CPUtime=0.55 cores=1,3,5,7
/proc/11600/task/11615/stat : 11615 (java) S 11597 11600 8463 0 -1 1077944384 897 0 0 0 25 30 0 0 20 0 15 0 105051959 10916999168 76593 33554432000 4194304 4196468 140734506037232 139845225056944 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
Current children cumulated CPU time: 2392.4 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 306372 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.43 1.38 3/215 11790
/proc/meminfo: memFree=23368504/32770624 swapFree=67108404/67108860
[pid=11600] ppid=11597 vsize=10661132 memory=308420 CPUtime=2452.64 cores=1,3,5,7
/proc/11600/stat : 11600 (java) S 11597 11600 8463 0 -1 1077944320 70878 0 0 0 242070 3194 0 0 20 0 15 0 105051953 10916999168 77105 33554432000 4194304 4196468 140734506037232 140734506019776 139845875154679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
/proc/11600/statm: 2665283 77105 3136 1 0 2627263 0
[pid=11600/tid=11602] ppid=11597 vsize=10661132 memory=308420 CPUtime=2434.34 cores=1,3,5,7
/proc/11600/task/11602/stat : 11602 (java) R 11597 11600 8463 0 -1 4202560 20303 0 0 0 240365 3069 0 0 20 0 15 0 105051953 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845879390064 140734506158018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11603] ppid=11597 vsize=10661132 memory=304324 CPUtime=2.94 cores=1,3,5,7
/proc/11600/task/11603/stat : 11603 (java) S 11597 11600 8463 0 -1 1077944384 3615 0 0 0 268 26 0 0 20 0 15 0 105051954 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845817158800 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11604] ppid=11597 vsize=10661132 memory=304324 CPUtime=2.93 cores=1,3,5,7
/proc/11600/task/11604/stat : 11604 (java) S 11597 11600 8463 0 -1 1077944384 3314 0 0 0 269 24 0 0 20 0 15 0 105051954 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845816106000 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11605] ppid=11597 vsize=10661132 memory=303864 CPUtime=2.92 cores=1,3,5,7
/proc/11600/task/11605/stat : 11605 (java) S 11597 11600 8463 0 -1 1077944384 4427 0 0 0 266 26 0 0 20 0 15 0 105051954 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845815053200 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11606] ppid=11597 vsize=10661132 memory=0 CPUtime=2.94 cores=1,3,5,7
/proc/11600/task/11606/stat : 11606 (java) S 11597 11600 8463 0 -1 1077944384 4385 0 0 0 267 27 0 0 20 0 15 0 105051954 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845814000400 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11607] ppid=11597 vsize=10661132 memory=306372 CPUtime=3.27 cores=1,3,5,7
/proc/11600/task/11607/stat : 11607 (java) S 11597 11600 8463 0 -1 1077944384 6965 0 0 0 306 21 0 0 20 0 15 0 105051955 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845233478000 139845875165826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11608] ppid=11597 vsize=10661132 memory=308420 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11608/stat : 11608 (java) S 11597 11600 8463 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845232424032 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11609] ppid=11597 vsize=10661132 memory=306372 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11609/stat : 11609 (java) S 11597 11600 8463 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845231371120 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11610] ppid=11597 vsize=10661132 memory=308420 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11610/stat : 11610 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051958 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845230319440 139845875173275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11611] ppid=11597 vsize=10661132 memory=308420 CPUtime=0.74 cores=1,3,5,7
/proc/11600/task/11611/stat : 11611 (java) S 11597 11600 8463 0 -1 1077944384 7632 0 0 0 73 1 0 0 20 0 15 0 105051958 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845229267824 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11612] ppid=11597 vsize=10661132 memory=308420 CPUtime=1.66 cores=1,3,5,7
/proc/11600/task/11612/stat : 11612 (java) S 11597 11600 8463 0 -1 1077944384 13912 0 0 0 164 2 0 0 20 0 15 0 105051958 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845228215024 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11613] ppid=11597 vsize=10661132 memory=308420 CPUtime=0.22 cores=1,3,5,7
/proc/11600/task/11613/stat : 11613 (java) S 11597 11600 8463 0 -1 1077944384 3998 0 0 0 22 0 0 0 20 0 15 0 105051958 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845227162224 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11614] ppid=11597 vsize=10661132 memory=308420 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11614/stat : 11614 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051959 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845226109664 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11615] ppid=11597 vsize=10661132 memory=308420 CPUtime=0.57 cores=1,3,5,7
/proc/11600/task/11615/stat : 11615 (java) S 11597 11600 8463 0 -1 1077944384 909 0 0 0 26 31 0 0 20 0 15 0 105051959 10916999168 77105 33554432000 4194304 4196468 140734506037232 139845225056944 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
Current children cumulated CPU time: 2452.64 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 308420 KiB

[startup+2502.3 s]
/proc/loadavg: 1.37 1.39 1.38 3/215 11791
/proc/meminfo: memFree=23365028/32770624 swapFree=67108404/67108860
[pid=11600] ppid=11597 vsize=10661132 memory=310468 CPUtime=2512.88 cores=1,3,5,7
/proc/11600/stat : 11600 (java) S 11597 11600 8463 0 -1 1077944320 71932 0 0 0 248016 3272 0 0 20 0 15 0 105051953 10916999168 77617 33554432000 4194304 4196468 140734506037232 140734506019776 139845875154679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
/proc/11600/statm: 2665283 77617 3136 1 0 2627263 0
[pid=11600/tid=11602] ppid=11597 vsize=10661132 memory=310468 CPUtime=2494.11 cores=1,3,5,7
/proc/11600/task/11602/stat : 11602 (java) R 11597 11600 8463 0 -1 4202560 20647 0 0 0 246267 3144 0 0 20 0 15 0 105051953 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845879387168 140734506158018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11603] ppid=11597 vsize=10661132 memory=310468 CPUtime=3.03 cores=1,3,5,7
/proc/11600/task/11603/stat : 11603 (java) S 11597 11600 8463 0 -1 1077944384 3789 0 0 0 277 26 0 0 20 0 15 0 105051954 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845817158800 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11604] ppid=11597 vsize=10661132 memory=310468 CPUtime=3.02 cores=1,3,5,7
/proc/11600/task/11604/stat : 11604 (java) S 11597 11600 8463 0 -1 1077944384 3371 0 0 0 278 24 0 0 20 0 15 0 105051954 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845816106000 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11605] ppid=11597 vsize=10661132 memory=310468 CPUtime=3.01 cores=1,3,5,7
/proc/11600/task/11605/stat : 11605 (java) S 11597 11600 8463 0 -1 1077944384 4663 0 0 0 275 26 0 0 20 0 15 0 105051954 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845815053200 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11606] ppid=11597 vsize=10661132 memory=308420 CPUtime=3.03 cores=1,3,5,7
/proc/11600/task/11606/stat : 11606 (java) S 11597 11600 8463 0 -1 1077944384 4427 0 0 0 276 27 0 0 20 0 15 0 105051954 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845814000400 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11607] ppid=11597 vsize=10661132 memory=310468 CPUtime=3.36 cores=1,3,5,7
/proc/11600/task/11607/stat : 11607 (java) S 11597 11600 8463 0 -1 1077944384 7146 0 0 0 314 22 0 0 20 0 15 0 105051955 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845233478000 139845875165826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11608] ppid=11597 vsize=10661132 memory=310468 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11608/stat : 11608 (java) S 11597 11600 8463 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845232424032 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11609] ppid=11597 vsize=10661132 memory=310468 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11609/stat : 11609 (java) S 11597 11600 8463 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845231371120 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11610] ppid=11597 vsize=10661132 memory=310468 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11610/stat : 11610 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051958 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845230319440 139845875173275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11611] ppid=11597 vsize=10661132 memory=310468 CPUtime=0.74 cores=1,3,5,7
/proc/11600/task/11611/stat : 11611 (java) S 11597 11600 8463 0 -1 1077944384 7634 0 0 0 73 1 0 0 20 0 15 0 105051958 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845229267824 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11612] ppid=11597 vsize=10661132 memory=310468 CPUtime=1.66 cores=1,3,5,7
/proc/11600/task/11612/stat : 11612 (java) S 11597 11600 8463 0 -1 1077944384 13914 0 0 0 164 2 0 0 20 0 15 0 105051958 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845228215024 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11613] ppid=11597 vsize=10661132 memory=56 CPUtime=0.22 cores=1,3,5,7
/proc/11600/task/11613/stat : 11613 (java) S 11597 11600 8463 0 -1 1077944384 4000 0 0 0 22 0 0 0 20 0 15 0 105051958 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845227162224 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11614] ppid=11597 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11614/stat : 11614 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051959 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845226109664 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11615] ppid=11597 vsize=10661132 memory=140379080885887 CPUtime=0.58 cores=1,3,5,7
/proc/11600/task/11615/stat : 11615 (java) S 11597 11600 8463 0 -1 1077944384 923 0 0 0 26 32 0 0 20 0 15 0 105051959 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845225056944 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
Current children cumulated CPU time: 2512.88 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 310468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.4 s]
/proc/loadavg: 1.34 1.39 1.37 3/215 11791
/proc/meminfo: memFree=23362988/32770624 swapFree=67108404/67108860
[pid=11600] ppid=11597 vsize=10661132 memory=310468 CPUtime=2520 cores=1,3,5,7
/proc/11600/stat : 11600 (java) S 11597 11600 8463 0 -1 1077944320 71953 0 0 0 248718 3282 0 0 20 0 15 0 105051953 10916999168 77617 33554432000 4194304 4196468 140734506037232 140734506019776 139845875154679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
/proc/11600/statm: 2665283 77617 3136 1 0 2627263 0
[pid=11600/tid=11602] ppid=11597 vsize=10661132 memory=0 CPUtime=2501.18 cores=1,3,5,7
/proc/11600/task/11602/stat : 11602 (java) R 11597 11600 8463 0 -1 4202560 20663 0 0 0 246964 3154 0 0 20 0 15 0 105051953 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845879390784 140734506158018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11603] ppid=11597 vsize=10661132 memory=58 CPUtime=3.04 cores=1,3,5,7
/proc/11600/task/11603/stat : 11603 (java) S 11597 11600 8463 0 -1 1077944384 3789 0 0 0 278 26 0 0 20 0 15 0 105051954 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845817158800 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11604] ppid=11597 vsize=10661132 memory=337 CPUtime=3.04 cores=1,3,5,7
/proc/11600/task/11604/stat : 11604 (java) S 11597 11600 8463 0 -1 1077944384 3371 0 0 0 279 25 0 0 20 0 15 0 105051954 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845816106000 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11605] ppid=11597 vsize=10661132 memory=6673 CPUtime=3.02 cores=1,3,5,7
/proc/11600/task/11605/stat : 11605 (java) S 11597 11600 8463 0 -1 1077944384 4663 0 0 0 276 26 0 0 20 0 15 0 105051954 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845815053200 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11606] ppid=11597 vsize=10661132 memory=4420 CPUtime=3.05 cores=1,3,5,7
/proc/11600/task/11606/stat : 11606 (java) S 11597 11600 8463 0 -1 1077944384 4428 0 0 0 277 28 0 0 20 0 15 0 105051954 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845814000400 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11607] ppid=11597 vsize=10661132 memory=6628 CPUtime=3.37 cores=1,3,5,7
/proc/11600/task/11607/stat : 11607 (java) S 11597 11600 8463 0 -1 1077944384 7148 0 0 0 315 22 0 0 20 0 15 0 105051955 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845233478000 139845875165826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11608] ppid=11597 vsize=10661132 memory=56 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11608/stat : 11608 (java) S 11597 11600 8463 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845232424032 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11609] ppid=11597 vsize=10661132 memory=280757852718864 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11609/stat : 11609 (java) S 11597 11600 8463 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105051956 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845231371120 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11610] ppid=11597 vsize=10661132 memory=5793994623049557095 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11610/stat : 11610 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051958 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845230319440 139845875173275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11611] ppid=11597 vsize=10661132 memory=5793994623049557095 CPUtime=0.74 cores=1,3,5,7
/proc/11600/task/11611/stat : 11611 (java) S 11597 11600 8463 0 -1 1077944384 7634 0 0 0 73 1 0 0 20 0 15 0 105051958 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845229267824 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11612] ppid=11597 vsize=10661132 memory=7234839735735773540 CPUtime=1.66 cores=1,3,5,7
/proc/11600/task/11612/stat : 11612 (java) S 11597 11600 8463 0 -1 1077944384 13914 0 0 0 164 2 0 0 20 0 15 0 105051958 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845228215024 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11613] ppid=11597 vsize=10661132 memory=5793994623049557095 CPUtime=0.22 cores=1,3,5,7
/proc/11600/task/11613/stat : 11613 (java) S 11597 11600 8463 0 -1 1077944384 4000 0 0 0 22 0 0 0 20 0 15 0 105051958 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845227162224 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11614] ppid=11597 vsize=10661132 memory=5793994623049557095 CPUtime=0 cores=1,3,5,7
/proc/11600/task/11614/stat : 11614 (java) S 11597 11600 8463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105051959 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845226109664 139845875164885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
[pid=11600/tid=11615] ppid=11597 vsize=10661132 memory=310468 CPUtime=0.59 cores=1,3,5,7
/proc/11600/task/11615/stat : 11615 (java) S 11597 11600 8463 0 -1 1077944384 925 0 0 0 27 32 0 0 20 0 15 0 105051959 10916999168 77617 33554432000 4194304 4196468 140734506037232 139845225056944 139845875165826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33116160 140734506042488 140734506042633 140734506042633 140734506045391 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 310468 KiB

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

[startup+2509.41 s]
# the end of solver process 11600 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2487.2 s, system=32.8236 s

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

Child status: 143
Real time (s): 2509.41
CPU time (s): 2520.02
CPU user time (s): 2487.2
CPU system time (s): 32.8236
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 310468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2487.2
system time used= 32.8236
maximum resident set size= 310988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72292
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144298
involuntary context switches= 3946


# summary of solver processes directly reported to runsolver:
#   pid: 11600
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2487.2
#   total CPU system time (s): 32.8236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8151 second user time and 18.2994 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 16:34:48
IDJOB=4300160
IDBENCH=141563
IDSOLVER=2768
FILE ID=node148/4300160-1532874888
RUNJOBID= node148-1532872375-11382
PBS_JOBID= 21022498
Free space on /tmp= 47808 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-m004_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300160-1532874888/watcher-4300160-1532874888 -o /tmp/evaluation-result-4300160-1532874888/solver-4300160-1532874888 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532872375-11382 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4300160-1532874888.xml --timelimit 2520

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

MD5SUM BENCH= 2f4e790a4fde13aad103094a46699cf0
RANDOM SEED=839671460

node148.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.50
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.50
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.50
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.50
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:        23749412 kB
MemAvailable:   31701052 kB
Buffers:          241412 kB
Cached:          7861284 kB
SwapCached:          352 kB
Active:          2017196 kB
Inactive:        6369624 kB
Active(anon):     237480 kB
Inactive(anon):    74228 kB
Active(file):    1779716 kB
Inactive(file):  6295396 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:        290868 kB
Mapped:            55964 kB
Shmem:             25016 kB
Slab:             333512 kB
SReclaimable:     304988 kB
SUnreclaim:        28524 kB
KernelStack:        3568 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1106504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47804 MiB
End job on node148 at 2018-07-29 17:16:38