Trace number 4298087

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
MiniCPFever 2018-04-29? (TO) 2520.09 2471.43

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f06_c18.xml
MD5SUMcec9dbb3d02bbc946a79304f637ed809
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.438058
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size38
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":31,"count":336},{"size":38,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.05/2471.41	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298087-1532745878/watcher-4298087-1532745878 -o /tmp/evaluation-result-4298087-1532745878/solver-4298087-1532745878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4891 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298087-1532745878.xml 

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

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

solver pid=5452, runsolver pid=5449

[startup+0.100108 s]*
/proc/loadavg: 1.06 1.26 1.36 4/216 5467
/proc/meminfo: memFree=25704676/32770624 swapFree=67108860/67108860
[pid=5452] ppid=5449 vsize=10658972 memory=29700 CPUtime=0.12 cores=0,2,4,6
/proc/5452/stat : 5452 (java) S 5449 5452 4860 0 -1 1077944320 5266 0 0 0 11 1 0 0 20 0 15 0 92150983 10914787328 7425 33554432000 4194304 4196468 140722990854528 140722990837072 139867732655863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
/proc/5452/statm: 2664743 7425 2851 1 0 2627263 0
[pid=5452/tid=5454] ppid=5449 vsize=10658972 memory=-8970426572668236992 CPUtime=0.09 cores=0,2,4,6
/proc/5452/task/5454/stat : 5454 (java) R 5449 5452 4860 0 -1 4202560 3206 0 0 0 9 0 0 0 20 0 15 0 92150984 10914787328 7425 33554432000 4194304 4196468 140722990854528 139867736884208 139867732667798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5455] ppid=5449 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5455/stat : 5455 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914787328 7425 33554432000 4194304 4196468 140722990854528 139867691416208 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5456] ppid=5449 vsize=10658972 memory=140027320735360 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5456/stat : 5456 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914787328 7425 33554432000 4194304 4196468 140722990854528 139867338910224 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5457] ppid=5449 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5457/stat : 5457 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914787328 7425 33554432000 4194304 4196468 140722990854528 139867337857424 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5458] ppid=5449 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5458/stat : 5458 (java) S 5449 5452 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92150984 10914787328 7425 33554432000 4194304 4196468 140722990854528 139867336804624 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5459] ppid=5449 vsize=10658972 memory=140027320735360 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5459/stat : 5459 (java) S 5449 5452 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92150986 10914787328 7425 33554432000 4194304 4196468 140722990854528 139867292531568 139867732667010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5460] ppid=5449 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5460/stat : 5460 (java) S 5449 5452 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92150986 10914787328 7425 33554432000 4194304 4196468 140722990854528 139867291477536 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5461] ppid=5449 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5461/stat : 5461 (java) S 5449 5452 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92150986 10914787328 7425 33554432000 4194304 4196468 140722990854528 139867290424688 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5462] ppid=5449 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5462/stat : 5462 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914787328 7425 33554432000 4194304 4196468 140722990854528 139867289373008 139867732674459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5463] ppid=5449 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5463/stat : 5463 (java) S 5449 5452 4860 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 92150989 10914787328 7425 33554432000 4194304 4196468 140722990854528 139866764470640 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5464] ppid=5449 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5464/stat : 5464 (java) S 5449 5452 4860 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 92150989 10914787328 7425 33554432000 4194304 4196468 140722990854528 139866763417840 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5465] ppid=5449 vsize=10658972 memory=140027320735360 CPUtime=0.01 cores=0,2,4,6
/proc/5452/task/5465/stat : 5465 (java) R 5449 5452 4860 0 -1 4202560 291 0 0 0 1 0 0 0 20 0 15 0 92150989 10914787328 7425 33554432000 4194304 4196468 140722990854528 139866762365040 139867711608682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5466] ppid=5449 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5466/stat : 5466 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914787328 7425 33554432000 4194304 4196468 140722990854528 139866761312480 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5467] ppid=5449 vsize=10658972 memory=140027320735360 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5467/stat : 5467 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150989 10914787328 7425 33554432000 4194304 4196468 140722990854528 139866760260784 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 29700 KiB

[startup+0.210387 s]*
/proc/loadavg: 1.06 1.26 1.36 4/216 5467
/proc/meminfo: memFree=25692956/32770624 swapFree=67108860/67108860
[pid=5452] ppid=5449 vsize=10658972 memory=41620 CPUtime=0.33 cores=0,2,4,6
/proc/5452/stat : 5452 (java) S 5449 5452 4860 0 -1 1077944320 8051 0 0 0 31 2 0 0 20 0 15 0 92150983 10914787328 10405 33554432000 4194304 4196468 140722990854528 140722990837072 139867732655863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
/proc/5452/statm: 2664743 10405 2936 1 0 2627263 0
[pid=5452/tid=5454] ppid=5449 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5452/task/5454/stat : 5454 (java) R 5449 5452 4860 0 -1 4202560 5125 0 0 0 19 1 0 0 20 0 15 0 92150984 10914787328 10537 33554432000 4194304 4196468 140722990854528 139867736894560 139867732667798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5455] ppid=5449 vsize=10658972 memory=364 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5455/stat : 5455 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914787328 10537 33554432000 4194304 4196468 140722990854528 139867691416208 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5456] ppid=5449 vsize=10658972 memory=140027320740992 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5456/stat : 5456 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914787328 10537 33554432000 4194304 4196468 140722990854528 139867338910224 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5457] ppid=5449 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5457/stat : 5457 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914787328 10537 33554432000 4194304 4196468 140722990854528 139867337857424 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5458] ppid=5449 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5458/stat : 5458 (java) S 5449 5452 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92150984 10914787328 10537 33554432000 4194304 4196468 140722990854528 139867336804624 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5459] ppid=5449 vsize=10658972 memory=140027320735360 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5459/stat : 5459 (java) S 5449 5452 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92150986 10914787328 10537 33554432000 4194304 4196468 140722990854528 139867292531568 139867732667010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5460] ppid=5449 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5460/stat : 5460 (java) S 5449 5452 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92150986 10914787328 10537 33554432000 4194304 4196468 140722990854528 139867291477536 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5461] ppid=5449 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5461/stat : 5461 (java) S 5449 5452 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92150986 10914787328 10537 33554432000 4194304 4196468 140722990854528 139867290424688 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5462] ppid=5449 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5462/stat : 5462 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914787328 10537 33554432000 4194304 4196468 140722990854528 139867289373008 139867732674459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5463] ppid=5449 vsize=10658972 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5452/task/5463/stat : 5463 (java) S 5449 5452 4860 0 -1 1077944384 639 0 0 0 2 0 0 0 20 0 15 0 92150989 10914787328 10537 33554432000 4194304 4196468 140722990854528 139866764470640 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5464] ppid=5449 vsize=10658972 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5452/task/5464/stat : 5464 (java) S 5449 5452 4860 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 92150989 10914787328 10537 33554432000 4194304 4196468 140722990854528 139866763417840 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5465] ppid=5449 vsize=10658972 memory=140027320735360 CPUtime=0.08 cores=0,2,4,6
/proc/5452/task/5465/stat : 5465 (java) R 5449 5452 4860 0 -1 4202560 735 0 0 0 8 0 0 0 20 0 15 0 92150989 10914787328 10537 33554432000 4194304 4196468 140722990854528 139866762360032 139867711601512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5466] ppid=5449 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5466/stat : 5466 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914787328 10537 33554432000 4194304 4196468 140722990854528 139866761312480 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5467] ppid=5449 vsize=10658972 memory=140027320735360 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5467/stat : 5467 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150989 10914787328 10537 33554432000 4194304 4196468 140722990854528 139866760260784 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 41620 KiB

[startup+0.310408 s]*
/proc/loadavg: 1.06 1.26 1.36 4/216 5467
/proc/meminfo: memFree=25675028/32770624 swapFree=67108860/67108860
[pid=5452] ppid=5449 vsize=10659048 memory=64300 CPUtime=0.65 cores=0,2,4,6
/proc/5452/stat : 5452 (java) S 5449 5452 4860 0 -1 1077944320 10126 0 0 0 62 3 0 0 20 0 15 0 92150983 10914865152 16075 33554432000 4194304 4196468 140722990854528 140722990837072 139867732655863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
/proc/5452/statm: 2664762 16075 3060 1 0 2627263 0
[pid=5452/tid=5454] ppid=5449 vsize=10659048 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/5452/task/5454/stat : 5454 (java) R 5449 5452 4860 0 -1 4202560 5575 0 0 0 28 1 0 0 20 0 15 0 92150984 10914865152 16075 33554432000 4194304 4196468 140722990854528 139867736893440 139867732667798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5455] ppid=5449 vsize=10659048 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5455/stat : 5455 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914865152 16075 33554432000 4194304 4196468 140722990854528 139867691416208 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5456] ppid=5449 vsize=10659048 memory=16243690258962072 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5456/stat : 5456 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914865152 16075 33554432000 4194304 4196468 140722990854528 139867338910224 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5457] ppid=5449 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5457/stat : 5457 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914865152 16075 33554432000 4194304 4196468 140722990854528 139867337857424 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5458] ppid=5449 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5458/stat : 5458 (java) S 5449 5452 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92150984 10914865152 16075 33554432000 4194304 4196468 140722990854528 139867336804624 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5459] ppid=5449 vsize=10659048 memory=140027320735360 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5459/stat : 5459 (java) S 5449 5452 4860 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 16075 33554432000 4194304 4196468 140722990854528 139867292531568 139867732667010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5460] ppid=5449 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5460/stat : 5460 (java) S 5449 5452 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 16075 33554432000 4194304 4196468 140722990854528 139867291477536 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5461] ppid=5449 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5461/stat : 5461 (java) S 5449 5452 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 16075 33554432000 4194304 4196468 140722990854528 139867290424688 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5462] ppid=5449 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5462/stat : 5462 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 16075 33554432000 4194304 4196468 140722990854528 139867289373008 139867732674459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5463] ppid=5449 vsize=10659048 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5452/task/5463/stat : 5463 (java) S 5449 5452 4860 0 -1 1077944384 985 0 0 0 8 0 0 0 20 0 15 0 92150989 10914865152 16075 33554432000 4194304 4196468 140722990854528 139866764470640 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5464] ppid=5449 vsize=10659048 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5452/task/5464/stat : 5464 (java) S 5449 5452 4860 0 -1 1077944384 979 0 0 0 9 0 0 0 20 0 15 0 92150989 10914865152 16075 33554432000 4194304 4196468 140722990854528 139866763417840 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5465] ppid=5449 vsize=10659048 memory=140027320735360 CPUtime=0.15 cores=0,2,4,6
/proc/5452/task/5465/stat : 5465 (java) R 5449 5452 4860 0 -1 4202560 1221 0 0 0 15 0 0 0 20 0 15 0 92150989 10914865152 16075 33554432000 4194304 4196468 140722990854528 139866762365040 139867716736350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5466] ppid=5449 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5466/stat : 5466 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 16075 33554432000 4194304 4196468 140722990854528 139866761312480 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5467] ppid=5449 vsize=10659048 memory=140027320735360 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5467/stat : 5467 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 16075 33554432000 4194304 4196468 140722990854528 139866760260784 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 64300 KiB

[startup+0.701211 s]
/proc/loadavg: 1.06 1.26 1.36 5/216 5467
/proc/meminfo: memFree=25551572/32770624 swapFree=67108860/67108860
[pid=5452] ppid=5449 vsize=10659048 memory=186300 CPUtime=1.91 cores=0,2,4,6
/proc/5452/stat : 5452 (java) S 5449 5452 4860 0 -1 1077944320 12554 0 0 0 185 6 0 0 20 0 15 0 92150983 10914865152 46575 33554432000 4194304 4196468 140722990854528 140722990837072 139867732655863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
/proc/5452/statm: 2664762 46575 3115 1 0 2627263 0
[pid=5452/tid=5454] ppid=5449 vsize=10659048 memory=1840 CPUtime=0.66 cores=0,2,4,6
/proc/5452/task/5454/stat : 5454 (java) R 5449 5452 4860 0 -1 4202560 5796 0 0 0 63 3 0 0 20 0 15 0 92150984 10914865152 46575 33554432000 4194304 4196468 140722990854528 139867736892928 139867369684460 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5455] ppid=5449 vsize=10659048 memory=1004 CPUtime=0.01 cores=0,2,4,6
/proc/5452/task/5455/stat : 5455 (java) S 5449 5452 4860 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 15 0 92150984 10914865152 46575 33554432000 4194304 4196468 140722990854528 139867691416208 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5456] ppid=5449 vsize=10659048 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5456/stat : 5456 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914865152 46575 33554432000 4194304 4196468 140722990854528 139867338910224 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5457] ppid=5449 vsize=10659048 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5457/stat : 5457 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150984 10914865152 46575 33554432000 4194304 4196468 140722990854528 139867337857424 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5458] ppid=5449 vsize=10659048 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5458/stat : 5458 (java) S 5449 5452 4860 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 92150984 10914865152 46575 33554432000 4194304 4196468 140722990854528 139867336804624 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5459] ppid=5449 vsize=10659048 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5459/stat : 5459 (java) S 5449 5452 4860 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 46575 33554432000 4194304 4196468 140722990854528 139867292531568 139867732667010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5460] ppid=5449 vsize=10659048 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5460/stat : 5460 (java) S 5449 5452 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 46575 33554432000 4194304 4196468 140722990854528 139867291477536 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5461] ppid=5449 vsize=10659048 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5461/stat : 5461 (java) S 5449 5452 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 46575 33554432000 4194304 4196468 140722990854528 139867290424688 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5462] ppid=5449 vsize=10659048 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5462/stat : 5462 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 46575 33554432000 4194304 4196468 140722990854528 139867289373008 139867732674459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5463] ppid=5449 vsize=10659048 memory=7163631965283378496 CPUtime=0.39 cores=0,2,4,6
/proc/5452/task/5463/stat : 5463 (java) R 5449 5452 4860 0 -1 4202560 1905 0 0 0 39 0 0 0 20 0 15 0 92150989 10914865152 46575 33554432000 4194304 4196468 140722990854528 139866764450336 139867732677210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5464] ppid=5449 vsize=10659048 memory=7667213801450137426 CPUtime=0.4 cores=0,2,4,6
/proc/5452/task/5464/stat : 5464 (java) R 5449 5452 4860 0 -1 4202560 1238 0 0 0 40 0 0 0 20 0 15 0 92150989 10914865152 46575 33554432000 4194304 4196468 140722990854528 139866763403936 139867717763545 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5465] ppid=5449 vsize=10659048 memory=7223888500751355984 CPUtime=0.4 cores=0,2,4,6
/proc/5452/task/5465/stat : 5465 (java) R 5449 5452 4860 0 -1 4202560 2142 0 0 0 39 1 0 0 20 0 15 0 92150989 10914865152 46575 33554432000 4194304 4196468 140722990854528 139866762365040 139867716736350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5466] ppid=5449 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5466/stat : 5466 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 46575 33554432000 4194304 4196468 140722990854528 139866761312480 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5467] ppid=5449 vsize=10659048 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5467/stat : 5467 (java) S 5449 5452 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 46575 33554432000 4194304 4196468 140722990854528 139866760260784 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 186300 KiB

[startup+1.50075 s]
/proc/loadavg: 1.06 1.26 1.36 4/216 5467
/proc/meminfo: memFree=25545368/32770624 swapFree=67108860/67108860
[pid=5452] ppid=5449 vsize=10659048 memory=214684 CPUtime=3.78 cores=0,2,4,6
/proc/5452/stat : 5452 (java) S 5449 5452 4860 0 -1 1077944320 14074 0 0 0 369 9 0 0 20 0 15 0 92150983 10914865152 53671 33554432000 4194304 4196468 140722990854528 140722990837072 139867732655863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
/proc/5452/statm: 2664762 53671 3145 1 0 2627263 0
[pid=5452/tid=5454] ppid=5449 vsize=10659048 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/5452/task/5454/stat : 5454 (java) R 5449 5452 4860 0 -1 4202560 5874 0 0 0 141 4 0 0 20 0 15 0 92150984 10914865152 53671 33554432000 4194304 4196468 140722990854528 139867736891872 139867375230361 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5455] ppid=5449 vsize=10659048 memory=-8754540793456063680 CPUtime=0.01 cores=0,2,4,6
/proc/5452/task/5455/stat : 5455 (java) S 5449 5452 4860 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 92150984 10914865152 53671 33554432000 4194304 4196468 140722990854528 139867691416208 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5456] ppid=5449 vsize=10659048 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5456/stat : 5456 (java) S 5449 5452 4860 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 92150984 10914865152 53671 33554432000 4194304 4196468 140722990854528 139867338910224 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5457] ppid=5449 vsize=10659048 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5457/stat : 5457 (java) S 5449 5452 4860 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 92150984 10914865152 53671 33554432000 4194304 4196468 140722990854528 139867337857424 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5458] ppid=5449 vsize=10659048 memory=7005738693937936738 CPUtime=0.01 cores=0,2,4,6
/proc/5452/task/5458/stat : 5458 (java) S 5449 5452 4860 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 92150984 10914865152 53671 33554432000 4194304 4196468 140722990854528 139867336804624 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5459] ppid=5449 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5459/stat : 5459 (java) S 5449 5452 4860 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 53671 33554432000 4194304 4196468 140722990854528 139867292531568 139867732667010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0

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

/proc/5452/task/5454/stat : 5454 (java) R 5449 5452 4860 0 -1 4202560 67273 0 0 0 229406 65 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867736895184 139867376210733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5455] ppid=5449 vsize=10659048 memory=2472132 CPUtime=14.98 cores=0,2,4,6
/proc/5452/task/5455/stat : 5455 (java) S 5449 5452 4860 0 -1 1077944384 24038 0 0 0 1436 62 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867691416208 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5456] ppid=5449 vsize=10659048 memory=2472132 CPUtime=14.99 cores=0,2,4,6
/proc/5452/task/5456/stat : 5456 (java) S 5449 5452 4860 0 -1 1077944384 26417 0 0 0 1439 60 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867338910224 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5457] ppid=5449 vsize=10659048 memory=2472132 CPUtime=14.95 cores=0,2,4,6
/proc/5452/task/5457/stat : 5457 (java) S 5449 5452 4860 0 -1 1077944384 28271 0 0 0 1431 64 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867337857424 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5458] ppid=5449 vsize=10659048 memory=2472132 CPUtime=14.93 cores=0,2,4,6
/proc/5452/task/5458/stat : 5458 (java) S 5449 5452 4860 0 -1 1077944384 30157 0 0 0 1429 64 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867336804624 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5459] ppid=5449 vsize=10659048 memory=2472132 CPUtime=7.98 cores=0,2,4,6
/proc/5452/task/5459/stat : 5459 (java) S 5449 5452 4860 0 -1 1077944384 27104 0 0 0 740 58 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867292531568 139867732667010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5460] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5460/stat : 5460 (java) S 5449 5452 4860 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867291477600 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5461] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5461/stat : 5461 (java) S 5449 5452 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867290424688 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5462] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5462/stat : 5462 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867289373008 139867732674459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5463] ppid=5449 vsize=10659048 memory=1572 CPUtime=1.53 cores=0,2,4,6
/proc/5452/task/5463/stat : 5463 (java) S 5449 5452 4860 0 -1 1077944384 5326 0 0 0 152 1 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866764470640 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5464] ppid=5449 vsize=10659048 memory=2472132 CPUtime=1.85 cores=0,2,4,6
/proc/5452/task/5464/stat : 5464 (java) S 5449 5452 4860 0 -1 1077944384 6910 0 0 0 184 1 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866763417840 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5465] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0.62 cores=0,2,4,6
/proc/5452/task/5465/stat : 5465 (java) S 5449 5452 4860 0 -1 1077944384 4007 0 0 0 60 2 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866762365040 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5466] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5466/stat : 5466 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866761312480 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5467] ppid=5449 vsize=10659048 memory=2472132 CPUtime=1.57 cores=0,2,4,6
/proc/5452/task/5467/stat : 5467 (java) S 5449 5452 4860 0 -1 1077944384 1680 0 0 0 79 78 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866760260784 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
Current children cumulated CPU time: 2368.2 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2472132 KiB

[startup+2382.3 s]
/proc/loadavg: 1.61 1.56 1.48 3/216 5563
/proc/meminfo: memFree=23343824/32770624 swapFree=67108860/67108860
[pid=5452] ppid=5449 vsize=10659048 memory=2472132 CPUtime=2429.34 cores=0,2,4,6
/proc/5452/stat : 5452 (java) S 5449 5452 4860 0 -1 1077944320 228522 0 0 0 242537 397 0 0 20 0 15 0 92150983 10914865152 618033 33554432000 4194304 4196468 140722990854528 140722990837072 139867732655863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
/proc/5452/statm: 2664762 618033 3172 1 0 2627263 0
[pid=5452/tid=5454] ppid=5449 vsize=10659048 memory=2472132 CPUtime=2353.98 cores=0,2,4,6
/proc/5452/task/5454/stat : 5454 (java) R 5449 5452 4860 0 -1 4202560 68828 0 0 0 235332 66 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867736895296 139867375456840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5455] ppid=5449 vsize=10659048 memory=2472132 CPUtime=15.38 cores=0,2,4,6
/proc/5452/task/5455/stat : 5455 (java) S 5449 5452 4860 0 -1 1077944384 25301 0 0 0 1475 63 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867691416208 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5456] ppid=5449 vsize=10659048 memory=2472132 CPUtime=15.4 cores=0,2,4,6
/proc/5452/task/5456/stat : 5456 (java) S 5449 5452 4860 0 -1 1077944384 27377 0 0 0 1479 61 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867338910224 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5457] ppid=5449 vsize=10659048 memory=2472132 CPUtime=15.36 cores=0,2,4,6
/proc/5452/task/5457/stat : 5457 (java) S 5449 5452 4860 0 -1 1077944384 29294 0 0 0 1470 66 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867337857424 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5458] ppid=5449 vsize=10659048 memory=2472132 CPUtime=15.34 cores=0,2,4,6
/proc/5452/task/5458/stat : 5458 (java) S 5449 5452 4860 0 -1 1077944384 30527 0 0 0 1469 65 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867336804624 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5459] ppid=5449 vsize=10659048 memory=2472132 CPUtime=8.19 cores=0,2,4,6
/proc/5452/task/5459/stat : 5459 (java) S 5449 5452 4860 0 -1 1077944384 27857 0 0 0 760 59 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867292531568 139867732667010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5460] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5460/stat : 5460 (java) S 5449 5452 4860 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867291477600 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5461] ppid=5449 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5461/stat : 5461 (java) S 5449 5452 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867290424688 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5462] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5462/stat : 5462 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867289373008 139867732674459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5463] ppid=5449 vsize=10659048 memory=4028 CPUtime=1.53 cores=0,2,4,6
/proc/5452/task/5463/stat : 5463 (java) S 5449 5452 4860 0 -1 1077944384 5334 0 0 0 152 1 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866764470640 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5464] ppid=5449 vsize=10659048 memory=4612 CPUtime=1.85 cores=0,2,4,6
/proc/5452/task/5464/stat : 5464 (java) S 5449 5452 4860 0 -1 1077944384 6918 0 0 0 184 1 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866763417840 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5465] ppid=5449 vsize=10659048 memory=8496 CPUtime=0.62 cores=0,2,4,6
/proc/5452/task/5465/stat : 5465 (java) S 5449 5452 4860 0 -1 1077944384 4013 0 0 0 60 2 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866762365040 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5466] ppid=5449 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5466/stat : 5466 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866761312480 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5467] ppid=5449 vsize=10659048 memory=7957137515550566766 CPUtime=1.61 cores=0,2,4,6
/proc/5452/task/5467/stat : 5467 (java) S 5449 5452 4860 0 -1 1077944384 1712 0 0 0 81 80 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866760260784 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
Current children cumulated CPU time: 2429.34 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2472132 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.52 1.47 3/215 5565
/proc/meminfo: memFree=23344064/32770624 swapFree=67108860/67108860
[pid=5452] ppid=5449 vsize=10659048 memory=2472132 CPUtime=2490.41 cores=0,2,4,6
/proc/5452/stat : 5452 (java) S 5449 5452 4860 0 -1 1077944320 233720 0 0 0 248637 404 0 0 20 0 15 0 92150983 10914865152 618033 33554432000 4194304 4196468 140722990854528 140722990837072 139867732655863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
/proc/5452/statm: 2664762 618033 3172 1 0 2627263 0
[pid=5452/tid=5454] ppid=5449 vsize=10659048 memory=2472132 CPUtime=2413.3 cores=0,2,4,6
/proc/5452/task/5454/stat : 5454 (java) R 5449 5452 4860 0 -1 4202560 70448 0 0 0 241263 67 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867736895024 139867375579383 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5455] ppid=5449 vsize=10659048 memory=2472132 CPUtime=15.77 cores=0,2,4,6
/proc/5452/task/5455/stat : 5455 (java) S 5449 5452 4860 0 -1 1077944384 25854 0 0 0 1512 65 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867691416208 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5456] ppid=5449 vsize=10659048 memory=2472132 CPUtime=15.78 cores=0,2,4,6
/proc/5452/task/5456/stat : 5456 (java) S 5449 5452 4860 0 -1 1077944384 28118 0 0 0 1517 61 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867338910224 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5457] ppid=5449 vsize=10659048 memory=2472132 CPUtime=15.72 cores=0,2,4,6
/proc/5452/task/5457/stat : 5457 (java) S 5449 5452 4860 0 -1 1077944384 30082 0 0 0 1506 66 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867337857424 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5458] ppid=5449 vsize=10659048 memory=164 CPUtime=15.72 cores=0,2,4,6
/proc/5452/task/5458/stat : 5458 (java) S 5449 5452 4860 0 -1 1077944384 31474 0 0 0 1506 66 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867336804624 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5459] ppid=5449 vsize=10659048 memory=2472132 CPUtime=8.37 cores=0,2,4,6
/proc/5452/task/5459/stat : 5459 (java) S 5449 5452 4860 0 -1 1077944384 28342 0 0 0 776 61 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867292531568 139867732667010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5460] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5460/stat : 5460 (java) S 5449 5452 4860 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867291477600 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5461] ppid=5449 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5461/stat : 5461 (java) S 5449 5452 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867290424688 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5462] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5462/stat : 5462 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867289373008 139867732674459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5463] ppid=5449 vsize=10659048 memory=2472132 CPUtime=1.53 cores=0,2,4,6
/proc/5452/task/5463/stat : 5463 (java) S 5449 5452 4860 0 -1 1077944384 5346 0 0 0 152 1 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866764470640 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5464] ppid=5449 vsize=10659048 memory=2472132 CPUtime=1.85 cores=0,2,4,6
/proc/5452/task/5464/stat : 5464 (java) S 5449 5452 4860 0 -1 1077944384 6922 0 0 0 184 1 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866763417840 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5465] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0.62 cores=0,2,4,6
/proc/5452/task/5465/stat : 5465 (java) S 5449 5452 4860 0 -1 1077944384 4019 0 0 0 60 2 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866762365040 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5466] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5466/stat : 5466 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866761312480 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5467] ppid=5449 vsize=10659048 memory=2472132 CPUtime=1.65 cores=0,2,4,6
/proc/5452/task/5467/stat : 5467 (java) S 5449 5452 4860 0 -1 1077944384 1754 0 0 0 83 82 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866760260784 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
Current children cumulated CPU time: 2490.41 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2472132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.4 s]
/proc/loadavg: 1.32 1.49 1.46 3/215 5642
/proc/meminfo: memFree=23166604/32770624 swapFree=67108860/67108860
[pid=5452] ppid=5449 vsize=10659048 memory=2472132 CPUtime=2520.05 cores=0,2,4,6
/proc/5452/stat : 5452 (java) S 5449 5452 4860 0 -1 1077944320 236094 0 0 0 251597 408 0 0 20 0 15 0 92150983 10914865152 618033 33554432000 4194304 4196468 140722990854528 140722990837072 139867732655863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
/proc/5452/statm: 2664762 618033 3172 1 0 2627263 0
[pid=5452/tid=5454] ppid=5449 vsize=10659048 memory=8112282956445269571 CPUtime=2442.05 cores=0,2,4,6
/proc/5452/task/5454/stat : 5454 (java) R 5449 5452 4860 0 -1 4202560 71284 0 0 0 244138 67 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867736895024 139867375888912 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5455] ppid=5449 vsize=10659048 memory=3852 CPUtime=15.96 cores=0,2,4,6
/proc/5452/task/5455/stat : 5455 (java) S 5449 5452 4860 0 -1 1077944384 25996 0 0 0 1531 65 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867691416208 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5456] ppid=5449 vsize=10659048 memory=2588 CPUtime=15.98 cores=0,2,4,6
/proc/5452/task/5456/stat : 5456 (java) S 5449 5452 4860 0 -1 1077944384 28418 0 0 0 1536 62 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867338910224 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5457] ppid=5449 vsize=10659048 memory=2588 CPUtime=15.92 cores=0,2,4,6
/proc/5452/task/5457/stat : 5457 (java) S 5449 5452 4860 0 -1 1077944384 30392 0 0 0 1525 67 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867337857424 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5458] ppid=5449 vsize=10659048 memory=4100 CPUtime=15.92 cores=0,2,4,6
/proc/5452/task/5458/stat : 5458 (java) S 5449 5452 4860 0 -1 1077944384 31987 0 0 0 1525 67 0 0 20 0 15 0 92150984 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867336804624 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5459] ppid=5449 vsize=10659048 memory=1404 CPUtime=8.47 cores=0,2,4,6
/proc/5452/task/5459/stat : 5459 (java) S 5449 5452 4860 0 -1 1077944384 28587 0 0 0 785 62 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867292531568 139867732667010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5460] ppid=5449 vsize=10659048 memory=3268 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5460/stat : 5460 (java) S 5449 5452 4860 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867291477600 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5461] ppid=5449 vsize=10659048 memory=2472132 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5461/stat : 5461 (java) S 5449 5452 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92150986 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867290424688 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5462] ppid=5449 vsize=10659048 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5462/stat : 5462 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139867289373008 139867732674459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5463] ppid=5449 vsize=10659048 memory=2684 CPUtime=1.53 cores=0,2,4,6
/proc/5452/task/5463/stat : 5463 (java) S 5449 5452 4860 0 -1 1077944384 5349 0 0 0 152 1 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866764470640 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5464] ppid=5449 vsize=10659048 memory=2704260 CPUtime=1.85 cores=0,2,4,6
/proc/5452/task/5464/stat : 5464 (java) S 5449 5452 4860 0 -1 1077944384 6924 0 0 0 184 1 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866763417840 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5465] ppid=5449 vsize=10659048 memory=2588 CPUtime=0.62 cores=0,2,4,6
/proc/5452/task/5465/stat : 5465 (java) S 5449 5452 4860 0 -1 1077944384 4021 0 0 0 60 2 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866762365040 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5466] ppid=5449 vsize=10659048 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/5452/task/5466/stat : 5466 (java) S 5449 5452 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866761312480 139867732666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
[pid=5452/tid=5467] ppid=5449 vsize=10659048 memory=4100 CPUtime=1.67 cores=0,2,4,6
/proc/5452/task/5467/stat : 5467 (java) S 5449 5452 4860 0 -1 1077944384 1775 0 0 0 84 83 0 0 20 0 15 0 92150989 10914865152 618033 33554432000 4194304 4196468 140722990854528 139866760260784 139867732667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33595392 140722990859437 140722990859529 140722990859529 140722990862287 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2472132 KiB

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

[startup+2471.43 s]
# the end of solver process 5452 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.99 s, system=4.10117 s

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

Child status: 143
Real time (s): 2471.43
CPU time (s): 2520.09
CPU user time (s): 2515.99
CPU system time (s): 4.10117
CPU usage (%): 101.969
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 2696524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.99
system time used= 4.10117
maximum resident set size= 2696620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236600
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290073
involuntary context switches= 9651


# summary of solver processes directly reported to runsolver:
#   pid: 5452
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.99
#   total CPU system time (s): 4.10117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7152 second user time and 22.3766 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 04:44:38
IDJOB=4298087
IDBENCH=141068
IDSOLVER=2763
FILE ID=node151/4298087-1532745878
RUNJOBID= node151-1532740893-4891
PBS_JOBID= 21022447
Free space on /tmp= 54928 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f06_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298087-1532745878/watcher-4298087-1532745878 -o /tmp/evaluation-result-4298087-1532745878/solver-4298087-1532745878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4891 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298087-1532745878.xml

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

MD5SUM BENCH= cec9dbb3d02bbc946a79304f637ed809
RANDOM SEED=890591363

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:        25686528 kB
MemAvailable:   29322108 kB
Buffers:          175884 kB
Cached:          3729396 kB
SwapCached:            0 kB
Active:          4051456 kB
Inactive:        2549316 kB
Active(anon):    2645312 kB
Inactive(anon):    78192 kB
Active(file):    1406144 kB
Inactive(file):  2471124 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1220 kB
Writeback:             0 kB
AnonPages:       2725088 kB
Mapped:            54192 kB
Shmem:             25224 kB
Slab:             176168 kB
SReclaimable:     148296 kB
SUnreclaim:        27872 kB
KernelStack:        3824 kB
PageTables:        10600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3541200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2621440 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 05:25:49