Trace number 4299265

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.09 2515.81

General information on the benchmark

NameLangford/
LangfordBin-12_c18.xml
MD5SUMd44a6c2f310df02cbd65e302b0bb5238
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.017614
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints36
Number of domains2
Minimum domain size12
Maximum domain size24
Distribution of domain sizes[{"size":12,"count":24},{"size":24,"count":24}]
Minimum variable degree2
Maximum variable degree24
Distribution of variable degrees[{"degree":2,"count":24},{"degree":24,"count":24}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":12},{"arity":25,"count":24}]
Number of extensional constraints0
Number of intensional constraints12
Distribution of constraint types[{"type":"intension","count":12},{"type":"element","count":24}]
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.06/2515.80	s SATISFIABLE
2520.06/2515.80	v <instantiation>
2520.06/2515.80	v 	<list>
2520.06/2515.80	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] 
2520.06/2515.80	v 	</list>
2520.06/2515.80	v 	<values>
2520.06/2515.80	v 		3 5 11 2 3 10 2 5 6 12 7 8 4 9 11 6 10 4 7 1 8 1 12 9 21 19 6 3 4 0 17 12 7 1 15 8 18 10 20 11 23 13 16 5 14 2 22 9 
2520.06/2515.80	v 	</values>
2520.06/2515.80	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 (12679 MiB free)
  memory of node 1: 16384 MiB (13252 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299265-1532809465/watcher-4299265-1532809465 -o /tmp/evaluation-result-4299265-1532809465/solver-4299265-1532809465 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14164 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299265-1532809465.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=14437, runsolver pid=14434
Current StackSize limit: 8192 KiB


[startup+0.103097 s]*
/proc/loadavg: 1.87 1.27 1.30 4/217 14452
/proc/meminfo: memFree=26536868/32770624 swapFree=67108860/67108860
[pid=14437] ppid=14434 vsize=10658972 memory=27984 CPUtime=0.13 cores=1,3,5,7
/proc/14437/stat : 14437 (java) S 14434 14437 14132 0 -1 1077944320 5410 0 0 0 12 1 0 0 20 0 15 0 98509693 10914787328 6996 33554432000 4194304 4196468 140735750698768 140735750681312 139931828256503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
/proc/14437/statm: 2664743 6996 2880 1 0 2627263 0
[pid=14437/tid=14439] ppid=14434 vsize=10658972 memory=-8269626465541328250 CPUtime=0.09 cores=1,3,5,7
/proc/14437/task/14439/stat : 14439 (java) R 14434 14437 14132 0 -1 4202560 3234 0 0 0 9 0 0 0 20 0 15 0 98509693 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931832485872 139931820493630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14440] ppid=14434 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14440/stat : 14440 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931780876816 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14441] ppid=14434 vsize=10658972 memory=140275190822528 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14441/stat : 14441 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931434015376 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14442] ppid=14434 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14442/stat : 14442 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931432962320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14443] ppid=14434 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14443/stat : 14443 (java) S 14434 14437 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98509694 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931431909776 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14444] ppid=14434 vsize=10658972 memory=140275190822528 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14444/stat : 14444 (java) S 14434 14437 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98509696 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931388009200 139931828267650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14445] ppid=14434 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14445/stat : 14445 (java) S 14434 14437 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98509696 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931386955424 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14446] ppid=14434 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14446/stat : 14446 (java) S 14434 14437 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98509696 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931385902320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14447] ppid=14434 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14447/stat : 14447 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931384850896 139931828275099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14448] ppid=14434 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14448/stat : 14448 (java) R 14434 14437 14132 0 -1 4202560 493 0 0 0 0 0 0 0 20 0 15 0 98509699 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931383778904 139931805510608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14449] ppid=14434 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14449/stat : 14449 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931382745456 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14450] ppid=14434 vsize=10658972 memory=140275190822528 CPUtime=0.02 cores=1,3,5,7
/proc/14437/task/14450/stat : 14450 (java) R 14434 14437 14132 0 -1 1077944384 322 0 0 0 2 0 0 0 20 0 15 0 98509699 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931381692400 139931820493630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14451] ppid=14434 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14451/stat : 14451 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931380640096 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14452] ppid=14434 vsize=10658972 memory=140275190822528 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14452/stat : 14452 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509699 10914787328 6996 33554432000 4194304 4196468 140735750698768 139931379588144 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27984 KiB

[startup+0.210726 s]*
/proc/loadavg: 1.87 1.27 1.30 4/217 14452
/proc/meminfo: memFree=26525544/32770624 swapFree=67108860/67108860
[pid=14437] ppid=14434 vsize=10661132 memory=40600 CPUtime=0.32 cores=1,3,5,7
/proc/14437/stat : 14437 (java) S 14434 14437 14132 0 -1 1077944320 8132 0 0 0 30 2 0 0 20 0 15 0 98509693 10916999168 10150 33554432000 4194304 4196468 140735750698768 140735750681312 139931828256503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
/proc/14437/statm: 2665283 10150 3012 1 0 2627263 0
[pid=14437/tid=14439] ppid=14434 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/14437/task/14439/stat : 14439 (java) R 14434 14437 14132 0 -1 4202560 5273 0 0 0 18 2 0 0 20 0 15 0 98509693 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931832488816 139931812336990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14440] ppid=14434 vsize=10661132 memory=364 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14440/stat : 14440 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931780876816 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14441] ppid=14434 vsize=10661132 memory=140275190836943 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14441/stat : 14441 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931434015376 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14442] ppid=14434 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14442/stat : 14442 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931432962320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14443] ppid=14434 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14443/stat : 14443 (java) S 14434 14437 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931431909776 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14444] ppid=14434 vsize=10661132 memory=140275190822528 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14444/stat : 14444 (java) S 14434 14437 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931388009200 139931828267650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14445] ppid=14434 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14445/stat : 14445 (java) S 14434 14437 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931386955424 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14446] ppid=14434 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14446/stat : 14446 (java) S 14434 14437 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931385902320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14447] ppid=14434 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14447/stat : 14447 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931384850896 139931828275099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14448] ppid=14434 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14437/task/14448/stat : 14448 (java) S 14434 14437 14132 0 -1 1077944384 597 0 0 0 3 0 0 0 20 0 15 0 98509699 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931383798000 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14449] ppid=14434 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/14437/task/14449/stat : 14449 (java) S 14434 14437 14132 0 -1 1077944384 154 0 0 0 1 0 0 0 20 0 15 0 98509699 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931382745456 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14450] ppid=14434 vsize=10661132 memory=140275190822528 CPUtime=0.07 cores=1,3,5,7
/proc/14437/task/14450/stat : 14450 (java) S 14434 14437 14132 0 -1 1077944384 742 0 0 0 7 0 0 0 20 0 15 0 98509699 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931381692400 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14451] ppid=14434 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14451/stat : 14451 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931380640096 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14452] ppid=14434 vsize=10661132 memory=140275190822528 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14452/stat : 14452 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 10150 33554432000 4194304 4196468 140735750698768 139931379588144 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40600 KiB

[startup+0.317691 s]*
/proc/loadavg: 1.87 1.27 1.30 5/217 14452
/proc/meminfo: memFree=26519092/32770624 swapFree=67108860/67108860
[pid=14437] ppid=14434 vsize=10661132 memory=47716 CPUtime=0.56 cores=1,3,5,7
/proc/14437/stat : 14437 (java) S 14434 14437 14132 0 -1 1077944320 9141 0 0 0 53 3 0 0 20 0 15 0 98509693 10916999168 11929 33554432000 4194304 4196468 140735750698768 140735750681312 139931828256503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
/proc/14437/statm: 2665283 11929 3036 1 0 2627263 0
[pid=14437/tid=14439] ppid=14434 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/14437/task/14439/stat : 14439 (java) R 14434 14437 14132 0 -1 4202560 5755 0 0 0 28 2 0 0 20 0 15 0 98509693 10916999168 11929 33554432000 4194304 4196468 140735750698768 139931832493728 139931812300133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14440] ppid=14434 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14440/stat : 14440 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 11929 33554432000 4194304 4196468 140735750698768 139931780876816 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14441] ppid=14434 vsize=10661132 memory=140275190836852 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14441/stat : 14441 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931434015376 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14442] ppid=14434 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14442/stat : 14442 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931432962320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14443] ppid=14434 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14443/stat : 14443 (java) S 14434 14437 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931431909776 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14444] ppid=14434 vsize=10661132 memory=140275190822528 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14444/stat : 14444 (java) S 14434 14437 14132 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931388009200 139931828267650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14445] ppid=14434 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14445/stat : 14445 (java) S 14434 14437 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931386955424 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14446] ppid=14434 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14446/stat : 14446 (java) S 14434 14437 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931385902320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14447] ppid=14434 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14447/stat : 14447 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931384850896 139931828275099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14448] ppid=14434 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14437/task/14448/stat : 14448 (java) R 14434 14437 14132 0 -1 4202560 789 0 0 0 7 0 0 0 20 0 15 0 98509699 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931383783480 139931813177545 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14449] ppid=14434 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14437/task/14449/stat : 14449 (java) S 14434 14437 14132 0 -1 1077944384 178 0 0 0 2 0 0 0 20 0 15 0 98509699 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931382745456 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14450] ppid=14434 vsize=10661132 memory=140275190822528 CPUtime=0.15 cores=1,3,5,7
/proc/14437/task/14450/stat : 14450 (java) R 14434 14437 14132 0 -1 4202560 1112 0 0 0 15 0 0 0 20 0 15 0 98509699 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931381687472 139931807212841 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14451] ppid=14434 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14451/stat : 14451 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931380640096 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14452] ppid=14434 vsize=10661132 memory=140275190822528 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14452/stat : 14452 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 11995 33554432000 4194304 4196468 140735750698768 139931379588144 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47716 KiB

[startup+0.700796 s]
/proc/loadavg: 1.87 1.27 1.30 5/217 14452
/proc/meminfo: memFree=26502532/32770624 swapFree=67108860/67108860
[pid=14437] ppid=14434 vsize=10661132 memory=73588 CPUtime=1.72 cores=1,3,5,7
/proc/14437/stat : 14437 (java) S 14434 14437 14132 0 -1 1077944320 13129 0 0 0 168 4 0 0 20 0 15 0 98509693 10916999168 18397 33554432000 4194304 4196468 140735750698768 140735750681312 139931828256503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
/proc/14437/statm: 2665283 18397 3101 1 0 2627263 0
[pid=14437/tid=14439] ppid=14434 vsize=10661132 memory=1840 CPUtime=0.68 cores=1,3,5,7
/proc/14437/task/14439/stat : 14439 (java) R 14434 14437 14132 0 -1 4202560 5838 0 0 0 65 3 0 0 20 0 15 0 98509693 10916999168 18397 33554432000 4194304 4196468 140735750698768 139931832482752 140735751190466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14440] ppid=14434 vsize=10661132 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14440/stat : 14440 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 18397 33554432000 4194304 4196468 140735750698768 139931780876816 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14441] ppid=14434 vsize=10661132 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14441/stat : 14441 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931434015376 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14442] ppid=14434 vsize=10661132 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14442/stat : 14442 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931432962320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14443] ppid=14434 vsize=10661132 memory=792 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14443/stat : 14443 (java) S 14434 14437 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931431909776 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14444] ppid=14434 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14444/stat : 14444 (java) S 14434 14437 14132 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931388009200 139931828267650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14445] ppid=14434 vsize=10661132 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14445/stat : 14445 (java) S 14434 14437 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931386955424 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14446] ppid=14434 vsize=10661132 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14446/stat : 14446 (java) S 14434 14437 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931385902320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14447] ppid=14434 vsize=10661132 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14447/stat : 14447 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931384850896 139931828275099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14448] ppid=14434 vsize=10661132 memory=7163631965283378496 CPUtime=0.43 cores=1,3,5,7
/proc/14437/task/14448/stat : 14448 (java) R 14434 14437 14132 0 -1 4202560 2684 0 0 0 43 0 0 0 20 0 15 0 98509699 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931383779016 139931813364076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14449] ppid=14434 vsize=10661132 memory=7667213801450137426 CPUtime=0.39 cores=1,3,5,7
/proc/14437/task/14449/stat : 14449 (java) R 14434 14437 14132 0 -1 4202560 1863 0 0 0 39 0 0 0 20 0 15 0 98509699 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931382729408 139931820545952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14450] ppid=14434 vsize=10661132 memory=7151830906713428048 CPUtime=0.2 cores=1,3,5,7
/proc/14437/task/14450/stat : 14450 (java) S 14434 14437 14132 0 -1 1077944384 1391 0 0 0 20 0 0 0 20 0 15 0 98509699 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931381692400 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14451] ppid=14434 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14451/stat : 14451 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931380640096 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14452] ppid=14434 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14452/stat : 14452 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 18463 33554432000 4194304 4196468 140735750698768 139931379588144 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 73588 KiB

[startup+1.50075 s]
/proc/loadavg: 1.87 1.27 1.30 3/217 14452
/proc/meminfo: memFree=26473372/32770624 swapFree=67108860/67108860
[pid=14437] ppid=14434 vsize=10661132 memory=109776 CPUtime=3.1 cores=1,3,5,7
/proc/14437/stat : 14437 (java) S 14434 14437 14132 0 -1 1077944320 17854 0 0 0 304 6 0 0 20 0 15 0 98509693 10916999168 27444 33554432000 4194304 4196468 140735750698768 140735750681312 139931828256503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
/proc/14437/statm: 2665283 27444 3111 1 0 2627263 0
[pid=14437/tid=14439] ppid=14434 vsize=10661132 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/14437/task/14439/stat : 14439 (java) R 14434 14437 14132 0 -1 4202560 6231 0 0 0 144 4 0 0 20 0 15 0 98509693 10916999168 27444 33554432000 4194304 4196468 140735750698768 139931832490416 140735751190466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14440] ppid=14434 vsize=10661132 memory=-8253362762724047225 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14440/stat : 14440 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 27444 33554432000 4194304 4196468 140735750698768 139931780876816 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14441] ppid=14434 vsize=10661132 memory=-8609294068986781045 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14441/stat : 14441 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 27444 33554432000 4194304 4196468 140735750698768 139931434015376 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14442] ppid=14434 vsize=10661132 memory=-6517102902069810590 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14442/stat : 14442 (java) S 14434 14437 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 27444 33554432000 4194304 4196468 140735750698768 139931432962320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14443] ppid=14434 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14443/stat : 14443 (java) S 14434 14437 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98509694 10916999168 27444 33554432000 4194304 4196468 140735750698768 139931431909776 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14444] ppid=14434 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14444/stat : 14444 (java) S 14434 14437 14132 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 27444 33554432000 4194304 4196468 140735750698768 139931388009200 139931828267650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0

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

/proc/14437/task/14439/stat : 14439 (java) R 14434 14437 14132 0 -1 4202560 14519 0 0 0 235811 2131 0 0 20 0 15 0 98509693 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931832495216 140735751190466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14440] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.82 cores=1,3,5,7
/proc/14437/task/14440/stat : 14440 (java) S 14434 14437 14132 0 -1 1077944384 1727 0 0 0 70 12 0 0 20 0 15 0 98509694 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931780876816 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14441] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.83 cores=1,3,5,7
/proc/14437/task/14441/stat : 14441 (java) S 14434 14437 14132 0 -1 1077944384 1552 0 0 0 71 12 0 0 20 0 15 0 98509694 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931434015376 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14442] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.83 cores=1,3,5,7
/proc/14437/task/14442/stat : 14442 (java) S 14434 14437 14132 0 -1 1077944384 4077 0 0 0 71 12 0 0 20 0 15 0 98509694 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931432962320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14443] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.83 cores=1,3,5,7
/proc/14437/task/14443/stat : 14443 (java) S 14434 14437 14132 0 -1 1077944384 3338 0 0 0 70 13 0 0 20 0 15 0 98509694 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931431909776 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14444] ppid=14434 vsize=10661132 memory=4028 CPUtime=1.3 cores=1,3,5,7
/proc/14437/task/14444/stat : 14444 (java) S 14434 14437 14132 0 -1 1077944384 6001 0 0 0 119 11 0 0 20 0 15 0 98509696 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931388009200 139931828267650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14445] ppid=14434 vsize=10661132 memory=28464 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14445/stat : 14445 (java) S 14434 14437 14132 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931386955424 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14446] ppid=14434 vsize=10661132 memory=56 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14446/stat : 14446 (java) S 14434 14437 14132 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931385902320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14447] ppid=14434 vsize=10661132 memory=-7158571114972534887 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14447/stat : 14447 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931384850896 139931828275099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14448] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.73 cores=1,3,5,7
/proc/14437/task/14448/stat : 14448 (java) S 14434 14437 14132 0 -1 1077944384 5310 0 0 0 73 0 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931383798000 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14449] ppid=14434 vsize=10661132 memory=2424 CPUtime=0.86 cores=1,3,5,7
/proc/14437/task/14449/stat : 14449 (java) S 14434 14437 14132 0 -1 1077944384 6825 0 0 0 85 1 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931382745456 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14450] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.26 cores=1,3,5,7
/proc/14437/task/14450/stat : 14450 (java) S 14434 14437 14132 0 -1 1077944384 3566 0 0 0 26 0 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931381692400 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14451] ppid=14434 vsize=10661132 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14451/stat : 14451 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931380640096 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14452] ppid=14434 vsize=10661132 memory=1796 CPUtime=0.49 cores=1,3,5,7
/proc/14437/task/14452/stat : 14452 (java) S 14434 14437 14132 0 -1 1077944384 710 0 0 0 22 27 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931379588144 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
Current children cumulated CPU time: 2386.45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198456 KiB

[startup+2442.3 s]
/proc/loadavg: 1.76 1.62 1.64 3/216 14549
/proc/meminfo: memFree=24991224/32770624 swapFree=67108860/67108860
[pid=14437] ppid=14434 vsize=10661132 memory=198456 CPUtime=2446.51 cores=1,3,5,7
/proc/14437/stat : 14437 (java) S 14434 14437 14132 0 -1 1077944320 49122 0 0 0 242403 2248 0 0 20 0 15 0 98509693 10916999168 49614 33554432000 4194304 4196468 140735750698768 140735750681312 139931828256503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
/proc/14437/statm: 2665283 49614 3149 1 0 2627263 0
[pid=14437/tid=14439] ppid=14434 vsize=10661132 memory=198456 CPUtime=2439.35 cores=1,3,5,7
/proc/14437/task/14439/stat : 14439 (java) R 14434 14437 14132 0 -1 4202560 14581 0 0 0 241751 2184 0 0 20 0 15 0 98509693 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931832495776 140735751190466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14440] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.85 cores=1,3,5,7
/proc/14437/task/14440/stat : 14440 (java) S 14434 14437 14132 0 -1 1077944384 1729 0 0 0 72 13 0 0 20 0 15 0 98509694 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931780876816 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14441] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.85 cores=1,3,5,7
/proc/14437/task/14441/stat : 14441 (java) S 14434 14437 14132 0 -1 1077944384 1554 0 0 0 73 12 0 0 20 0 15 0 98509694 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931434015376 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14442] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.85 cores=1,3,5,7
/proc/14437/task/14442/stat : 14442 (java) S 14434 14437 14132 0 -1 1077944384 4078 0 0 0 73 12 0 0 20 0 15 0 98509694 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931432962320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14443] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.85 cores=1,3,5,7
/proc/14437/task/14443/stat : 14443 (java) S 14434 14437 14132 0 -1 1077944384 3339 0 0 0 72 13 0 0 20 0 15 0 98509694 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931431909776 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14444] ppid=14434 vsize=10661132 memory=198456 CPUtime=1.33 cores=1,3,5,7
/proc/14437/task/14444/stat : 14444 (java) S 14434 14437 14132 0 -1 1077944384 6006 0 0 0 121 12 0 0 20 0 15 0 98509696 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931388009200 139931828267650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14445] ppid=14434 vsize=10661132 memory=198456 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14445/stat : 14445 (java) S 14434 14437 14132 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931386955424 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14446] ppid=14434 vsize=10661132 memory=198456 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14446/stat : 14446 (java) S 14434 14437 14132 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931385902320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14447] ppid=14434 vsize=10661132 memory=198456 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14447/stat : 14447 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931384850896 139931828275099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14448] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.74 cores=1,3,5,7
/proc/14437/task/14448/stat : 14448 (java) S 14434 14437 14132 0 -1 1077944384 5310 0 0 0 73 1 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931383798000 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14449] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.86 cores=1,3,5,7
/proc/14437/task/14449/stat : 14449 (java) S 14434 14437 14132 0 -1 1077944384 6825 0 0 0 85 1 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931382745456 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14450] ppid=14434 vsize=10661132 memory=198456 CPUtime=0.26 cores=1,3,5,7
/proc/14437/task/14450/stat : 14450 (java) S 14434 14437 14132 0 -1 1077944384 3566 0 0 0 26 0 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931381692400 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14451] ppid=14434 vsize=10661132 memory=198456 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14451/stat : 14451 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931380640096 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14452] ppid=14434 vsize=10661132 memory=5788 CPUtime=0.5 cores=1,3,5,7
/proc/14437/task/14452/stat : 14452 (java) S 14434 14437 14132 0 -1 1077944384 714 0 0 0 22 28 0 0 20 0 15 0 98509699 10916999168 49614 33554432000 4194304 4196468 140735750698768 139931379588144 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
Current children cumulated CPU time: 2446.51 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198456 KiB

[startup+2502.3 s]
/proc/loadavg: 1.60 1.60 1.63 3/215 14629
/proc/meminfo: memFree=27893224/32770624 swapFree=67108860/67108860
[pid=14437] ppid=14434 vsize=10661132 memory=198492 CPUtime=2506.55 cores=1,3,5,7
/proc/14437/stat : 14437 (java) S 14434 14437 14132 0 -1 1077944320 49867 0 0 0 248352 2303 0 0 20 0 15 0 98509693 10916999168 49623 33554432000 4194304 4196468 140735750698768 140735750681312 139931828256503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
/proc/14437/statm: 2665283 49623 3149 1 0 2627263 0
[pid=14437/tid=14439] ppid=14434 vsize=10661132 memory=198492 CPUtime=2499.26 cores=1,3,5,7
/proc/14437/task/14439/stat : 14439 (java) R 14434 14437 14132 0 -1 4202560 14838 0 0 0 247689 2237 0 0 20 0 15 0 98509693 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931832496192 140735751190466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14440] ppid=14434 vsize=10661132 memory=198492 CPUtime=0.86 cores=1,3,5,7
/proc/14437/task/14440/stat : 14440 (java) S 14434 14437 14132 0 -1 1077944384 1974 0 0 0 73 13 0 0 20 0 15 0 98509694 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931780876816 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14441] ppid=14434 vsize=10661132 memory=198492 CPUtime=0.87 cores=1,3,5,7
/proc/14437/task/14441/stat : 14441 (java) S 14434 14437 14132 0 -1 1077944384 1565 0 0 0 75 12 0 0 20 0 15 0 98509694 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931434015376 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14442] ppid=14434 vsize=10661132 memory=198492 CPUtime=0.87 cores=1,3,5,7
/proc/14437/task/14442/stat : 14442 (java) S 14434 14437 14132 0 -1 1077944384 4086 0 0 0 74 13 0 0 20 0 15 0 98509694 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931432962320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14443] ppid=14434 vsize=10661132 memory=198492 CPUtime=0.87 cores=1,3,5,7
/proc/14437/task/14443/stat : 14443 (java) S 14434 14437 14132 0 -1 1077944384 3373 0 0 0 74 13 0 0 20 0 15 0 98509694 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931431909776 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14444] ppid=14434 vsize=10661132 memory=198492 CPUtime=1.36 cores=1,3,5,7
/proc/14437/task/14444/stat : 14444 (java) S 14434 14437 14132 0 -1 1077944384 6176 0 0 0 124 12 0 0 20 0 15 0 98509696 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931388009200 139931828267650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14445] ppid=14434 vsize=10661132 memory=198492 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14445/stat : 14445 (java) S 14434 14437 14132 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931386955424 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14446] ppid=14434 vsize=10661132 memory=198492 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14446/stat : 14446 (java) S 14434 14437 14132 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931385902320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14447] ppid=14434 vsize=10661132 memory=198492 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14447/stat : 14447 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931384850896 139931828275099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14448] ppid=14434 vsize=10661132 memory=198492 CPUtime=0.74 cores=1,3,5,7
/proc/14437/task/14448/stat : 14448 (java) S 14434 14437 14132 0 -1 1077944384 5312 0 0 0 73 1 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931383798000 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14449] ppid=14434 vsize=10661132 memory=198492 CPUtime=0.86 cores=1,3,5,7
/proc/14437/task/14449/stat : 14449 (java) S 14434 14437 14132 0 -1 1077944384 6827 0 0 0 85 1 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931382745456 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14450] ppid=14434 vsize=10661132 memory=198492 CPUtime=0.26 cores=1,3,5,7
/proc/14437/task/14450/stat : 14450 (java) S 14434 14437 14132 0 -1 1077944384 3568 0 0 0 26 0 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931381692400 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14451] ppid=14434 vsize=10661132 memory=28464 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14451/stat : 14451 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931380640096 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14452] ppid=14434 vsize=10661132 memory=1296 CPUtime=0.51 cores=1,3,5,7
/proc/14437/task/14452/stat : 14452 (java) S 14434 14437 14132 0 -1 1077944384 728 0 0 0 23 28 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931379588144 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
Current children cumulated CPU time: 2506.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.8 s]
/proc/loadavg: 1.51 1.58 1.62 3/215 14630
/proc/meminfo: memFree=27893064/32770624 swapFree=67108860/67108860
[pid=14437] ppid=14434 vsize=10661132 memory=198492 CPUtime=2520.06 cores=1,3,5,7
/proc/14437/stat : 14437 (java) S 14434 14437 14132 0 -1 1077944320 49886 0 0 0 249690 2316 0 0 20 0 15 0 98509693 10916999168 49623 33554432000 4194304 4196468 140735750698768 140735750681312 139931828256503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
/proc/14437/statm: 2665283 49623 3149 1 0 2627263 0
[pid=14437/tid=14439] ppid=14434 vsize=10661132 memory=198492 CPUtime=2512.73 cores=1,3,5,7
/proc/14437/task/14439/stat : 14439 (java) R 14434 14437 14132 0 -1 4202560 14853 0 0 0 249024 2249 0 0 20 0 15 0 98509693 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931832497024 140735751190466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14440] ppid=14434 vsize=10661132 memory=1796 CPUtime=0.87 cores=1,3,5,7
/proc/14437/task/14440/stat : 14440 (java) S 14434 14437 14132 0 -1 1077944384 1975 0 0 0 74 13 0 0 20 0 15 0 98509694 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931780876816 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14441] ppid=14434 vsize=10661132 memory=6791534058613427641 CPUtime=0.87 cores=1,3,5,7
/proc/14437/task/14441/stat : 14441 (java) S 14434 14437 14132 0 -1 1077944384 1566 0 0 0 75 12 0 0 20 0 15 0 98509694 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931434015376 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14442] ppid=14434 vsize=10661132 memory=8496 CPUtime=0.88 cores=1,3,5,7
/proc/14437/task/14442/stat : 14442 (java) S 14434 14437 14132 0 -1 1077944384 4086 0 0 0 75 13 0 0 20 0 15 0 98509694 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931432962320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14443] ppid=14434 vsize=10661132 memory=1624 CPUtime=0.88 cores=1,3,5,7
/proc/14437/task/14443/stat : 14443 (java) S 14434 14437 14132 0 -1 1077944384 3374 0 0 0 75 13 0 0 20 0 15 0 98509694 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931431909776 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14444] ppid=14434 vsize=10661132 memory=1200 CPUtime=1.37 cores=1,3,5,7
/proc/14437/task/14444/stat : 14444 (java) S 14434 14437 14132 0 -1 1077944384 6177 0 0 0 125 12 0 0 20 0 15 0 98509696 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931388009200 139931828267650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14445] ppid=14434 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14445/stat : 14445 (java) S 14434 14437 14132 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931386955424 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14446] ppid=14434 vsize=10661132 memory=17000 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14446/stat : 14446 (java) S 14434 14437 14132 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98509696 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931385902320 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14447] ppid=14434 vsize=10661132 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14447/stat : 14447 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931384850896 139931828275099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14448] ppid=14434 vsize=10661132 memory=18248 CPUtime=0.74 cores=1,3,5,7
/proc/14437/task/14448/stat : 14448 (java) S 14434 14437 14132 0 -1 1077944384 5312 0 0 0 73 1 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931383798000 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14449] ppid=14434 vsize=10661132 memory=640 CPUtime=0.86 cores=1,3,5,7
/proc/14437/task/14449/stat : 14449 (java) S 14434 14437 14132 0 -1 1077944384 6827 0 0 0 85 1 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931382745456 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14450] ppid=14434 vsize=10661132 memory=198492 CPUtime=0.26 cores=1,3,5,7
/proc/14437/task/14450/stat : 14450 (java) S 14434 14437 14132 0 -1 1077944384 3568 0 0 0 26 0 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931381692400 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14451] ppid=14434 vsize=10661132 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/14437/task/14451/stat : 14451 (java) S 14434 14437 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931380640096 139931828266709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
[pid=14437/tid=14452] ppid=14434 vsize=10661132 memory=198492 CPUtime=0.52 cores=1,3,5,7
/proc/14437/task/14452/stat : 14452 (java) S 14434 14437 14132 0 -1 1077944384 728 0 0 0 24 28 0 0 20 0 15 0 98509699 10916999168 49623 33554432000 4194304 4196468 140735750698768 139931379588144 139931828267650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140735750706296 140735750706441 140735750706441 140735750709199 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198492 KiB

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

[startup+2515.81 s]
# the end of solver process 14437 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2496.92 s, system=23.1688 s

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

Child status: 143
Real time (s): 2515.81
CPU time (s): 2520.09
CPU user time (s): 2496.92
CPU system time (s): 23.1688
CPU usage (%): 100.17
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 198492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2496.92
system time used= 23.1688
maximum resident set size= 199076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50254
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93704
involuntary context switches= 1916


# summary of solver processes directly reported to runsolver:
#   pid: 14437
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2496.92
#   total CPU system time (s): 23.1688

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9723 second user time and 24.3016 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 22:24:25
IDJOB=4299265
IDBENCH=141338
IDSOLVER=2768
FILE ID=node151/4299265-1532809465
RUNJOBID= node151-1532809404-14164
PBS_JOBID= 21022477
Free space on /tmp= 54924 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Langford/LangfordBin-12_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299265-1532809465/watcher-4299265-1532809465 -o /tmp/evaluation-result-4299265-1532809465/solver-4299265-1532809465 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14164 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299265-1532809465.xml --timelimit 2520

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

MD5SUM BENCH= d44a6c2f310df02cbd65e302b0bb5238
RANDOM SEED=514629916

node151.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.87
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.87
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.87
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.87
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:        26554328 kB
MemAvailable:   30267312 kB
Buffers:          195728 kB
Cached:          3786264 kB
SwapCached:            0 kB
Active:          3128496 kB
Inactive:        2606348 kB
Active(anon):    1702632 kB
Inactive(anon):    78192 kB
Active(file):    1425864 kB
Inactive(file):  2528156 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1680 kB
Writeback:             0 kB
AnonPages:       1772784 kB
Mapped:            55204 kB
Shmem:             25224 kB
Slab:             177876 kB
SReclaimable:     149600 kB
SUnreclaim:        28276 kB
KernelStack:        3824 kB
PageTables:         8336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4285180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1662976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54924 MiB
End job on node151 at 2018-07-28 23:06:21