Trace number 4298073

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
slowpoke 2018-04-29? (TO) 2520.07 2508.81

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f11_c18.xml
MD5SUMa7155bccf24235f00a210a19e8f933b0
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.166345
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size33
Distribution of domain sizes[{"size":6,"count":2},{"size":18,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":33,"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: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.04/2508.80	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 (12752 MiB free)
  memory of node 1: 16384 MiB (14568 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298073-1532745156/watcher-4298073-1532745156 -o /tmp/evaluation-result-4298073-1532745156/solver-4298073-1532745156 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2004 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298073-1532745156.xml --timelimit 2520 

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
solver pid=2655, runsolver pid=2652
Current StackSize limit: 8192 KiB


[startup+0.101558 s]*
/proc/loadavg: 1.34 1.34 1.38 3/216 2670
/proc/meminfo: memFree=27961008/32770624 swapFree=67108792/67108860
[pid=2655] ppid=2652 vsize=10661056 memory=27692 CPUtime=0.12 cores=0,2,4,6
/proc/2655/stat : 2655 (java) S 2652 2655 1972 0 -1 1077944320 5269 0 0 0 11 1 0 0 20 0 15 0 92078848 10916921344 6923 33554432000 4194304 4196468 140731472960496 140731472943040 139669374553847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
/proc/2655/statm: 2665264 6923 2843 1 0 2627263 0
[pid=2655/tid=2657] ppid=2652 vsize=10661056 memory=-8823779217903547584 CPUtime=0.09 cores=0,2,4,6
/proc/2655/task/2657/stat : 2657 (java) R 2652 2655 1972 0 -1 4202560 3138 0 0 0 8 1 0 0 20 0 15 0 92078849 10916921344 6923 33554432000 4194304 4196468 140731472960496 139669378782336 139669374565782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2658] ppid=2652 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (java) S 2652 2655 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92078850 10916921344 6923 33554432000 4194304 4196468 140731472960496 139669327173904 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2659] ppid=2652 vsize=10661056 memory=140559675741824 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (java) S 2652 2655 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92078850 10916921344 6923 33554432000 4194304 4196468 140731472960496 139669326121360 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2660] ppid=2652 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (java) S 2652 2655 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92078850 10916921344 6923 33554432000 4194304 4196468 140731472960496 139669325068816 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2661] ppid=2652 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (java) S 2652 2655 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92078850 10916921344 6923 33554432000 4194304 4196468 140731472960496 139669324016272 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2662] ppid=2652 vsize=10661056 memory=140559675741824 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (java) S 2652 2655 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92078851 10916921344 6923 33554432000 4194304 4196468 140731472960496 139668934302192 139669374564994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2663] ppid=2652 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (java) S 2652 2655 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92078851 10916921344 6923 33554432000 4194304 4196468 140731472960496 139668933248416 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2664] ppid=2652 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (java) S 2652 2655 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92078852 10916921344 6923 33554432000 4194304 4196468 140731472960496 139668932195824 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2665] ppid=2652 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2665/stat : 2665 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10916921344 6923 33554432000 4194304 4196468 140731472960496 139668931144400 139669374572443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2666] ppid=2652 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2666/stat : 2666 (java) S 2652 2655 1972 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 92078854 10916921344 6923 33554432000 4194304 4196468 140731472960496 139668930090992 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2667] ppid=2652 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2667/stat : 2667 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10916921344 6923 33554432000 4194304 4196468 140731472960496 139668929038448 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2668] ppid=2652 vsize=10661056 memory=140559675741824 CPUtime=0.01 cores=0,2,4,6
/proc/2655/task/2668/stat : 2668 (java) R 2652 2655 1972 0 -1 4202560 336 0 0 0 1 0 0 0 20 0 15 0 92078854 10916921344 6923 33554432000 4194304 4196468 140731472960496 139668927985904 139669358634334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2669] ppid=2652 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2669/stat : 2669 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10916921344 6923 33554432000 4194304 4196468 140731472960496 139668926933600 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2670] ppid=2652 vsize=10661056 memory=140559675741824 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2670/stat : 2670 (java) S 2652 2655 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92078854 10916921344 6923 33554432000 4194304 4196468 140731472960496 139668925881136 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27692 KiB

[startup+0.21055 s]*
/proc/loadavg: 1.34 1.34 1.38 5/216 2670
/proc/meminfo: memFree=27949148/32770624 swapFree=67108792/67108860
[pid=2655] ppid=2652 vsize=10661056 memory=39828 CPUtime=0.33 cores=0,2,4,6
/proc/2655/stat : 2655 (java) S 2652 2655 1972 0 -1 1077944320 8044 0 0 0 31 2 0 0 20 0 15 0 92078848 10916921344 9957 33554432000 4194304 4196468 140731472960496 140731472943040 139669374553847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
/proc/2655/statm: 2665264 9957 2965 1 0 2627263 0
[pid=2655/tid=2657] ppid=2652 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/2655/task/2657/stat : 2657 (java) R 2652 2655 1972 0 -1 4202560 5110 0 0 0 18 1 0 0 20 0 15 0 92078849 10916921344 9957 33554432000 4194304 4196468 140731472960496 139669378793024 139669359083557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2658] ppid=2652 vsize=10661056 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (java) S 2652 2655 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92078850 10916921344 9957 33554432000 4194304 4196468 140731472960496 139669327173904 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2659] ppid=2652 vsize=10661056 memory=140559675758308 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (java) S 2652 2655 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92078850 10916921344 9957 33554432000 4194304 4196468 140731472960496 139669326121360 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2660] ppid=2652 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (java) S 2652 2655 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92078850 10916921344 9957 33554432000 4194304 4196468 140731472960496 139669325068816 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2661] ppid=2652 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (java) S 2652 2655 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92078850 10916921344 9957 33554432000 4194304 4196468 140731472960496 139669324016272 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2662] ppid=2652 vsize=10661056 memory=140559675741824 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (java) S 2652 2655 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92078851 10916921344 9957 33554432000 4194304 4196468 140731472960496 139668934302192 139669374564994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2663] ppid=2652 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (java) S 2652 2655 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92078851 10916921344 9957 33554432000 4194304 4196468 140731472960496 139668933248416 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2664] ppid=2652 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (java) S 2652 2655 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92078852 10916921344 9957 33554432000 4194304 4196468 140731472960496 139668932195824 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2665] ppid=2652 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2665/stat : 2665 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10916921344 9957 33554432000 4194304 4196468 140731472960496 139668931144400 139669374572443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2666] ppid=2652 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2655/task/2666/stat : 2666 (java) S 2652 2655 1972 0 -1 1077944384 634 0 0 0 2 0 0 0 20 0 15 0 92078854 10916921344 9957 33554432000 4194304 4196468 140731472960496 139668930090992 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2667] ppid=2652 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2655/task/2667/stat : 2667 (java) S 2652 2655 1972 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 15 0 92078854 10916921344 9957 33554432000 4194304 4196468 140731472960496 139668929038448 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2668] ppid=2652 vsize=10661056 memory=140559675741824 CPUtime=0.08 cores=0,2,4,6
/proc/2655/task/2668/stat : 2668 (java) R 2652 2655 1972 0 -1 4202560 834 0 0 0 8 0 0 0 20 0 15 0 92078854 10916921344 9957 33554432000 4194304 4196468 140731472960496 139668927981584 139669353494140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2669] ppid=2652 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2669/stat : 2669 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10916921344 9957 33554432000 4194304 4196468 140731472960496 139668926933600 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2670] ppid=2652 vsize=10661056 memory=140559675741824 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2670/stat : 2670 (java) S 2652 2655 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92078854 10916921344 9957 33554432000 4194304 4196468 140731472960496 139668925881136 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39828 KiB

[startup+0.311314 s]*
/proc/loadavg: 1.34 1.34 1.38 5/216 2670
/proc/meminfo: memFree=27934620/32770624 swapFree=67108792/67108860
[pid=2655] ppid=2652 vsize=10661132 memory=58728 CPUtime=0.65 cores=0,2,4,6
/proc/2655/stat : 2655 (java) S 2652 2655 1972 0 -1 1077944320 10182 0 0 0 62 3 0 0 20 0 15 0 92078848 10916999168 14682 33554432000 4194304 4196468 140731472960496 140731472943040 139669374553847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
/proc/2655/statm: 2665283 14682 3070 1 0 2627263 0
[pid=2655/tid=2657] ppid=2652 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/2655/task/2657/stat : 2657 (java) R 2652 2655 1972 0 -1 4202560 5557 0 0 0 28 2 0 0 20 0 15 0 92078849 10916999168 14682 33554432000 4194304 4196468 140731472960496 139669378791112 139669360621972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2658] ppid=2652 vsize=10661132 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (java) S 2652 2655 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92078850 10916999168 14682 33554432000 4194304 4196468 140731472960496 139669327173904 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2659] ppid=2652 vsize=10661132 memory=140559675845336 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (java) S 2652 2655 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92078850 10916999168 14682 33554432000 4194304 4196468 140731472960496 139669326121360 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2660] ppid=2652 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (java) S 2652 2655 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92078850 10916999168 14682 33554432000 4194304 4196468 140731472960496 139669325068816 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2661] ppid=2652 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (java) S 2652 2655 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92078850 10916999168 14682 33554432000 4194304 4196468 140731472960496 139669324016272 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2662] ppid=2652 vsize=10661132 memory=140559675741824 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (java) S 2652 2655 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92078851 10916999168 14682 33554432000 4194304 4196468 140731472960496 139668934302192 139669374564994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2663] ppid=2652 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (java) S 2652 2655 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92078851 10916999168 14682 33554432000 4194304 4196468 140731472960496 139668933248416 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2664] ppid=2652 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (java) S 2652 2655 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92078852 10916999168 14682 33554432000 4194304 4196468 140731472960496 139668932195824 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2665] ppid=2652 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2665/stat : 2665 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10916999168 14682 33554432000 4194304 4196468 140731472960496 139668931144400 139669374572443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2666] ppid=2652 vsize=10661132 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/2655/task/2666/stat : 2666 (java) R 2652 2655 1972 0 -1 4202560 1412 0 0 0 11 0 0 0 20 0 15 0 92078854 10916999168 14682 33554432000 4194304 4196468 140731472960496 139668930076872 139669359475306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2667] ppid=2652 vsize=10661132 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2655/task/2667/stat : 2667 (java) R 2652 2655 1972 0 -1 1077944384 477 0 0 0 7 0 0 0 20 0 15 0 92078854 10916999168 14682 33554432000 4194304 4196468 140731472960496 139668929038448 139669374564994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2668] ppid=2652 vsize=10661132 memory=140559675741824 CPUtime=0.14 cores=0,2,4,6
/proc/2655/task/2668/stat : 2668 (java) S 2652 2655 1972 0 -1 1077944384 1364 0 0 0 14 0 0 0 20 0 15 0 92078854 10916999168 14682 33554432000 4194304 4196468 140731472960496 139668927985904 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2669] ppid=2652 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2669/stat : 2669 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10916999168 14682 33554432000 4194304 4196468 140731472960496 139668926933600 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2670] ppid=2652 vsize=10661132 memory=140559675741824 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2670/stat : 2670 (java) S 2652 2655 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92078854 10916999168 14682 33554432000 4194304 4196468 140731472960496 139668925881136 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 58728 KiB

[startup+0.704466 s]
/proc/loadavg: 1.34 1.34 1.38 6/216 2670
/proc/meminfo: memFree=27804116/32770624 swapFree=67108792/67108860
[pid=2655] ppid=2652 vsize=10661132 memory=188492 CPUtime=1.94 cores=0,2,4,6
/proc/2655/stat : 2655 (java) S 2652 2655 1972 0 -1 1077944320 13632 0 0 0 188 6 0 0 20 0 15 0 92078848 10916999168 47123 33554432000 4194304 4196468 140731472960496 140731472943040 139669374553847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
/proc/2655/statm: 2665283 47123 3123 1 0 2627263 0
[pid=2655/tid=2657] ppid=2652 vsize=10661132 memory=16348 CPUtime=0.68 cores=0,2,4,6
/proc/2655/task/2657/stat : 2657 (java) R 2652 2655 1972 0 -1 4202560 5784 0 0 0 64 4 0 0 20 0 15 0 92078849 10916999168 47123 33554432000 4194304 4196468 140731472960496 139669378789616 139668998926656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2658] ppid=2652 vsize=10661132 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (java) S 2652 2655 1972 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92078850 10916999168 47123 33554432000 4194304 4196468 140731472960496 139669327173904 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2659] ppid=2652 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (java) S 2652 2655 1972 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 92078850 10916999168 47123 33554432000 4194304 4196468 140731472960496 139669326121360 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2660] ppid=2652 vsize=10661132 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (java) S 2652 2655 1972 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 92078850 10916999168 47123 33554432000 4194304 4196468 140731472960496 139669325068816 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2661] ppid=2652 vsize=10661132 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (java) S 2652 2655 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92078850 10916999168 47123 33554432000 4194304 4196468 140731472960496 139669324016272 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2662] ppid=2652 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (java) S 2652 2655 1972 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92078851 10916999168 47123 33554432000 4194304 4196468 140731472960496 139668934302192 139669374564994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2663] ppid=2652 vsize=10661132 memory=2464 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (java) S 2652 2655 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92078851 10916999168 47123 33554432000 4194304 4196468 140731472960496 139668933248416 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2664] ppid=2652 vsize=10661132 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (java) S 2652 2655 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92078852 10916999168 47123 33554432000 4194304 4196468 140731472960496 139668932195824 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2665] ppid=2652 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2665/stat : 2665 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10916999168 47123 33554432000 4194304 4196468 140731472960496 139668931144400 139669374572443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2666] ppid=2652 vsize=10661132 memory=7733916894068367465 CPUtime=0.44 cores=0,2,4,6
/proc/2655/task/2666/stat : 2666 (java) R 2652 2655 1972 0 -1 4202560 2029 0 0 0 44 0 0 0 20 0 15 0 92078854 10916999168 47123 33554432000 4194304 4196468 140731472960496 139668930076384 139669355963855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2667] ppid=2652 vsize=10661132 memory=7665807585838720868 CPUtime=0.37 cores=0,2,4,6
/proc/2655/task/2667/stat : 2667 (java) R 2652 2655 1972 0 -1 4202560 1710 0 0 0 37 0 0 0 20 0 15 0 92078854 10916999168 47123 33554432000 4194304 4196468 140731472960496 139668929029904 139669374575194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2668] ppid=2652 vsize=10661132 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/2655/task/2668/stat : 2668 (java) R 2652 2655 1972 0 -1 1077944384 2632 0 0 0 40 1 0 0 20 0 15 0 92078854 10916999168 47123 33554432000 4194304 4196468 140731472960496 139668927983696 139669374564053 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2669] ppid=2652 vsize=10661132 memory=7450195571885172583 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2669/stat : 2669 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10916999168 47123 33554432000 4194304 4196468 140731472960496 139668926933600 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2670] ppid=2652 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2670/stat : 2670 (java) S 2652 2655 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92078854 10916999168 47123 33554432000 4194304 4196468 140731472960496 139668925881136 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 188492 KiB

[startup+1.50134 s]
/proc/loadavg: 1.32 1.33 1.37 5/216 2670
/proc/meminfo: memFree=27770920/32770624 swapFree=67108792/67108860
[pid=2655] ppid=2652 vsize=10661132 memory=379988 CPUtime=3.7 cores=0,2,4,6
/proc/2655/stat : 2655 (java) S 2652 2655 1972 0 -1 1077944320 14519 0 0 0 355 15 0 0 20 0 15 0 92078848 10916999168 94997 33554432000 4194304 4196468 140731472960496 140731472943040 139669374553847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
/proc/2655/statm: 2665283 94997 3165 1 0 2627263 0
[pid=2655/tid=2657] ppid=2652 vsize=10661132 memory=230032 CPUtime=1.41 cores=0,2,4,6
/proc/2655/task/2657/stat : 2657 (java) S 2652 2655 1972 0 -1 1077944384 5912 0 0 0 136 5 0 0 20 0 15 0 92078849 10916999168 94997 33554432000 4194304 4196468 140731472960496 139669378791888 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2658] ppid=2652 vsize=10661132 memory=33 CPUtime=0.03 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (java) R 2652 2655 1972 0 -1 4202560 38 0 0 0 2 1 0 0 20 0 15 0 92078850 10916999168 94997 33554432000 4194304 4196468 140731472960496 139669327173792 139669356179600 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2659] ppid=2652 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (java) R 2652 2655 1972 0 -1 4202560 135 0 0 0 3 1 0 0 20 0 15 0 92078850 10916999168 94997 33554432000 4194304 4196468 140731472960496 139669326121360 139669359581184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2660] ppid=2652 vsize=10661132 memory=8112282956445269571 CPUtime=0.04 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (java) R 2652 2655 1972 0 -1 4202560 125 0 0 0 3 1 0 0 20 0 15 0 92078850 10916999168 94997 33554432000 4194304 4196468 140731472960496 139669325068816 139669359581266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2661] ppid=2652 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (java) R 2652 2655 1972 0 -1 4202560 118 0 0 0 3 1 0 0 20 0 15 0 92078850 10916999168 94997 33554432000 4194304 4196468 140731472960496 139669324016272 139669359581266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2662] ppid=2652 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (java) S 2652 2655 1972 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92078851 10916999168 94997 33554432000 4194304 4196468 140731472960496 139668934300704 139669374564053 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0

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

/proc/2655/task/2657/stat : 2657 (java) R 2652 2655 1972 0 -1 4202560 45412 0 0 0 237798 134 0 0 20 0 15 0 92078849 10919096320 231055 33554432000 4194304 4196468 140731472960496 139669378793248 140731473512386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2658] ppid=2652 vsize=10663180 memory=924176 CPUtime=2.39 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (java) S 2652 2655 1972 0 -1 1077944384 8660 0 0 0 211 28 0 0 20 0 15 0 92078850 10919096320 231055 33554432000 4194304 4196468 140731472960496 139669327173904 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2659] ppid=2652 vsize=10663180 memory=281119032964320 CPUtime=2.42 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (java) S 2652 2655 1972 0 -1 1077944384 8338 0 0 0 214 28 0 0 20 0 15 0 92078850 10919096320 231055 33554432000 4194304 4196468 140731472960496 139669326121360 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2660] ppid=2652 vsize=10663180 memory=924200 CPUtime=2.4 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (java) S 2652 2655 1972 0 -1 1077944384 11647 0 0 0 213 27 0 0 20 0 15 0 92078850 10919096320 231055 33554432000 4194304 4196468 140731472960496 139669325068816 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2661] ppid=2652 vsize=10663180 memory=924200 CPUtime=2.41 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (java) S 2652 2655 1972 0 -1 1077944384 8084 0 0 0 214 27 0 0 20 0 15 0 92078850 10919096320 231055 33554432000 4194304 4196468 140731472960496 139669324016272 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2662] ppid=2652 vsize=10663180 memory=924200 CPUtime=0.2 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (java) S 2652 2655 1972 0 -1 1077944384 8221 0 0 0 17 3 0 0 20 0 15 0 92078851 10919096320 231055 33554432000 4194304 4196468 140731472960496 139668934302192 139669374564994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2663] ppid=2652 vsize=10663180 memory=924220 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (java) S 2652 2655 1972 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 92078851 10919096320 231055 33554432000 4194304 4196468 140731472960496 139668933248480 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2664] ppid=2652 vsize=10663180 memory=924220 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (java) S 2652 2655 1972 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92078852 10919096320 231055 33554432000 4194304 4196468 140731472960496 139668932195824 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2665] ppid=2652 vsize=10663180 memory=924220 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2665/stat : 2665 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10919096320 231055 33554432000 4194304 4196468 140731472960496 139668931144400 139669374572443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2666] ppid=2652 vsize=10663180 memory=924200 CPUtime=1.6 cores=0,2,4,6
/proc/2655/task/2666/stat : 2666 (java) S 2652 2655 1972 0 -1 1077944384 9568 0 0 0 159 1 0 0 20 0 15 0 92078854 10919096320 231055 33554432000 4194304 4196468 140731472960496 139668930090992 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2667] ppid=2652 vsize=10663180 memory=1800 CPUtime=1.27 cores=0,2,4,6
/proc/2655/task/2667/stat : 2667 (java) S 2652 2655 1972 0 -1 1077944384 6582 0 0 0 126 1 0 0 20 0 15 0 92078854 10919096320 231055 33554432000 4194304 4196468 140731472960496 139668929038448 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2668] ppid=2652 vsize=10663180 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/2655/task/2668/stat : 2668 (java) S 2652 2655 1972 0 -1 1077944384 6164 0 0 0 60 2 0 0 20 0 15 0 92078854 10919096320 231055 33554432000 4194304 4196468 140731472960496 139668927985904 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2669] ppid=2652 vsize=10663180 memory=924220 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2669/stat : 2669 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10919096320 231055 33554432000 4194304 4196468 140731472960496 139668926933600 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2670] ppid=2652 vsize=10663180 memory=924220 CPUtime=0.61 cores=0,2,4,6
/proc/2655/task/2670/stat : 2670 (java) S 2652 2655 1972 0 -1 1077944384 857 0 0 0 29 32 0 0 20 0 15 0 92078854 10919096320 231055 33554432000 4194304 4196468 140731472960496 139668925881136 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
Current children cumulated CPU time: 2393.33 s
Current children cumulated vsize: 10663180 KiB
Current children cumulated memory: 924220 KiB

[startup+2442.3 s]
/proc/loadavg: 1.79 1.82 1.85 3/216 2845
/proc/meminfo: memFree=26271064/32770624 swapFree=67108792/67108860
[pid=2655] ppid=2652 vsize=10663180 memory=924272 CPUtime=2453.42 cores=0,2,4,6
/proc/2655/stat : 2655 (java) S 2652 2655 1972 0 -1 1077944320 116109 0 0 0 245062 280 0 0 20 0 15 0 92078848 10919096320 231068 33554432000 4194304 4196468 140731472960496 140731472943040 139669374553847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
/proc/2655/statm: 2665795 231068 3192 1 0 2627775 0
[pid=2655/tid=2657] ppid=2652 vsize=10663180 memory=924272 CPUtime=2439.26 cores=0,2,4,6
/proc/2655/task/2657/stat : 2657 (java) R 2652 2655 1972 0 -1 4202560 45900 0 0 0 243789 137 0 0 20 0 15 0 92078849 10919096320 231068 33554432000 4194304 4196468 140731472960496 139669378794752 139669004303289 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2658] ppid=2652 vsize=10663180 memory=924272 CPUtime=2.42 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (java) S 2652 2655 1972 0 -1 1077944384 8864 0 0 0 214 28 0 0 20 0 15 0 92078850 10919096320 231068 33554432000 4194304 4196468 140731472960496 139669327173904 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2659] ppid=2652 vsize=10663180 memory=924272 CPUtime=2.45 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (java) S 2652 2655 1972 0 -1 1077944384 8405 0 0 0 217 28 0 0 20 0 15 0 92078850 10919096320 231068 33554432000 4194304 4196468 140731472960496 139669326121360 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2660] ppid=2652 vsize=10663180 memory=924272 CPUtime=2.43 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (java) S 2652 2655 1972 0 -1 1077944384 11726 0 0 0 216 27 0 0 20 0 15 0 92078850 10919096320 231068 33554432000 4194304 4196468 140731472960496 139669325068816 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2661] ppid=2652 vsize=10663180 memory=924272 CPUtime=2.44 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (java) S 2652 2655 1972 0 -1 1077944384 8235 0 0 0 217 27 0 0 20 0 15 0 92078850 10919096320 231068 33554432000 4194304 4196468 140731472960496 139669324016272 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2662] ppid=2652 vsize=10663180 memory=924272 CPUtime=0.21 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (java) S 2652 2655 1972 0 -1 1077944384 8384 0 0 0 18 3 0 0 20 0 15 0 92078851 10919096320 231068 33554432000 4194304 4196468 140731472960496 139668934302192 139669374564994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2663] ppid=2652 vsize=10663180 memory=924272 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (java) S 2652 2655 1972 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 92078851 10919096320 231068 33554432000 4194304 4196468 140731472960496 139668933248480 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2664] ppid=2652 vsize=10663180 memory=924272 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (java) S 2652 2655 1972 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92078852 10919096320 231068 33554432000 4194304 4196468 140731472960496 139668932195824 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2665] ppid=2652 vsize=10663180 memory=924272 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2665/stat : 2665 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10919096320 231068 33554432000 4194304 4196468 140731472960496 139668931144400 139669374572443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2666] ppid=2652 vsize=10663180 memory=924272 CPUtime=1.6 cores=0,2,4,6
/proc/2655/task/2666/stat : 2666 (java) S 2652 2655 1972 0 -1 1077944384 9570 0 0 0 159 1 0 0 20 0 15 0 92078854 10919096320 231068 33554432000 4194304 4196468 140731472960496 139668930090992 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2667] ppid=2652 vsize=10663180 memory=924272 CPUtime=1.27 cores=0,2,4,6
/proc/2655/task/2667/stat : 2667 (java) S 2652 2655 1972 0 -1 1077944384 6584 0 0 0 126 1 0 0 20 0 15 0 92078854 10919096320 231068 33554432000 4194304 4196468 140731472960496 139668929038448 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2668] ppid=2652 vsize=10663180 memory=4136 CPUtime=0.62 cores=0,2,4,6
/proc/2655/task/2668/stat : 2668 (java) S 2652 2655 1972 0 -1 1077944384 6166 0 0 0 60 2 0 0 20 0 15 0 92078854 10919096320 231068 33554432000 4194304 4196468 140731472960496 139668927985904 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2669] ppid=2652 vsize=10663180 memory=924272 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2669/stat : 2669 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10919096320 231068 33554432000 4194304 4196468 140731472960496 139668926933600 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2670] ppid=2652 vsize=10663180 memory=8112282956445269571 CPUtime=0.61 cores=0,2,4,6
/proc/2655/task/2670/stat : 2670 (java) S 2652 2655 1972 0 -1 1077944384 878 0 0 0 29 32 0 0 20 0 15 0 92078854 10919096320 231068 33554432000 4194304 4196468 140731472960496 139668925881136 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
Current children cumulated CPU time: 2453.42 s
Current children cumulated vsize: 10663180 KiB
Current children cumulated memory: 924272 KiB

[startup+2502.3 s]
/proc/loadavg: 1.80 1.81 1.85 3/216 2846
/proc/meminfo: memFree=26271172/32770624 swapFree=67108792/67108860
[pid=2655] ppid=2652 vsize=10663180 memory=924324 CPUtime=2513.53 cores=0,2,4,6
/proc/2655/stat : 2655 (java) S 2652 2655 1972 0 -1 1077944320 117648 0 0 0 251069 284 0 0 20 0 15 0 92078848 10919096320 231081 33554432000 4194304 4196468 140731472960496 140731472943040 139669374553847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
/proc/2655/statm: 2665795 231081 3192 1 0 2627775 0
[pid=2655/tid=2657] ppid=2652 vsize=10663180 memory=924304 CPUtime=2499.21 cores=0,2,4,6
/proc/2655/task/2657/stat : 2657 (java) R 2652 2655 1972 0 -1 4202560 46417 0 0 0 249781 140 0 0 20 0 15 0 92078849 10919096320 231081 33554432000 4194304 4196468 140731472960496 139669378794752 140731473512386 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2658] ppid=2652 vsize=10663180 memory=924304 CPUtime=2.45 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (java) S 2652 2655 1972 0 -1 1077944384 9041 0 0 0 217 28 0 0 20 0 15 0 92078850 10919096320 231081 33554432000 4194304 4196468 140731472960496 139669327173904 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2659] ppid=2652 vsize=10663180 memory=924324 CPUtime=2.48 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (java) S 2652 2655 1972 0 -1 1077944384 8492 0 0 0 220 28 0 0 20 0 15 0 92078850 10919096320 231081 33554432000 4194304 4196468 140731472960496 139669326121360 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2660] ppid=2652 vsize=10663180 memory=924324 CPUtime=2.47 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (java) S 2652 2655 1972 0 -1 1077944384 12100 0 0 0 220 27 0 0 20 0 15 0 92078850 10919096320 231081 33554432000 4194304 4196468 140731472960496 139669325068816 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2661] ppid=2652 vsize=10663180 memory=924324 CPUtime=2.48 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (java) S 2652 2655 1972 0 -1 1077944384 8425 0 0 0 221 27 0 0 20 0 15 0 92078850 10919096320 231081 33554432000 4194304 4196468 140731472960496 139669324016272 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2662] ppid=2652 vsize=10663180 memory=924324 CPUtime=0.23 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (java) S 2652 2655 1972 0 -1 1077944384 8552 0 0 0 19 4 0 0 20 0 15 0 92078851 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668934302192 139669374564994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2663] ppid=2652 vsize=10663180 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (java) S 2652 2655 1972 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 92078851 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668933248480 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2664] ppid=2652 vsize=10663180 memory=924324 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (java) S 2652 2655 1972 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92078852 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668932195824 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2665] ppid=2652 vsize=10663180 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2665/stat : 2665 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668931144400 139669374572443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2666] ppid=2652 vsize=10663180 memory=924304 CPUtime=1.6 cores=0,2,4,6
/proc/2655/task/2666/stat : 2666 (java) S 2652 2655 1972 0 -1 1077944384 9572 0 0 0 159 1 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668930090992 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2667] ppid=2652 vsize=10663180 memory=1728 CPUtime=1.27 cores=0,2,4,6
/proc/2655/task/2667/stat : 2667 (java) S 2652 2655 1972 0 -1 1077944384 6586 0 0 0 126 1 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668929038448 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2668] ppid=2652 vsize=10663180 memory=924324 CPUtime=0.62 cores=0,2,4,6
/proc/2655/task/2668/stat : 2668 (java) S 2652 2655 1972 0 -1 1077944384 6168 0 0 0 60 2 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668927985904 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2669] ppid=2652 vsize=10663180 memory=924324 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2669/stat : 2669 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668926933600 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2670] ppid=2652 vsize=10663180 memory=4136 CPUtime=0.63 cores=0,2,4,6
/proc/2655/task/2670/stat : 2670 (java) S 2652 2655 1972 0 -1 1077944384 898 0 0 0 30 33 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668925881136 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
Current children cumulated CPU time: 2513.53 s
Current children cumulated vsize: 10663180 KiB
Current children cumulated memory: 924324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.8 s]
/proc/loadavg: 1.82 1.81 1.85 3/216 2846
/proc/meminfo: memFree=26271172/32770624 swapFree=67108792/67108860
[pid=2655] ppid=2652 vsize=10663180 memory=924324 CPUtime=2520.04 cores=0,2,4,6
/proc/2655/stat : 2655 (java) S 2652 2655 1972 0 -1 1077944320 117668 0 0 0 251720 284 0 0 20 0 15 0 92078848 10919096320 231081 33554432000 4194304 4196468 140731472960496 140731472943040 139669374553847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
/proc/2655/statm: 2665795 231081 3192 1 0 2627775 0
[pid=2655/tid=2657] ppid=2652 vsize=10663180 memory=0 CPUtime=2505.7 cores=0,2,4,6
/proc/2655/task/2657/stat : 2657 (java) R 2652 2655 1972 0 -1 4202560 46419 0 0 0 250430 140 0 0 20 0 15 0 92078849 10919096320 231081 33554432000 4194304 4196468 140731472960496 139669378794752 139669004303471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2658] ppid=2652 vsize=10663180 memory=6226039058142434219 CPUtime=2.46 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (java) S 2652 2655 1972 0 -1 1077944384 9043 0 0 0 218 28 0 0 20 0 15 0 92078850 10919096320 231081 33554432000 4194304 4196468 140731472960496 139669327173904 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2659] ppid=2652 vsize=10663180 memory=924272 CPUtime=2.48 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (java) S 2652 2655 1972 0 -1 1077944384 8494 0 0 0 220 28 0 0 20 0 15 0 92078850 10919096320 231081 33554432000 4194304 4196468 140731472960496 139669326121360 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2660] ppid=2652 vsize=10663180 memory=1123 CPUtime=2.47 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (java) S 2652 2655 1972 0 -1 1077944384 12101 0 0 0 220 27 0 0 20 0 15 0 92078850 10919096320 231081 33554432000 4194304 4196468 140731472960496 139669325068816 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2661] ppid=2652 vsize=10663180 memory=26900 CPUtime=2.48 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (java) S 2652 2655 1972 0 -1 1077944384 8434 0 0 0 221 27 0 0 20 0 15 0 92078850 10919096320 231081 33554432000 4194304 4196468 140731472960496 139669324016272 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2662] ppid=2652 vsize=10663180 memory=1292 CPUtime=0.23 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (java) S 2652 2655 1972 0 -1 1077944384 8554 0 0 0 19 4 0 0 20 0 15 0 92078851 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668934302192 139669374564994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2663] ppid=2652 vsize=10663180 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (java) S 2652 2655 1972 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 92078851 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668933248480 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2664] ppid=2652 vsize=10663180 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (java) S 2652 2655 1972 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92078852 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668932195824 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2665] ppid=2652 vsize=10663180 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2665/stat : 2665 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668931144400 139669374572443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2666] ppid=2652 vsize=10663180 memory=5760 CPUtime=1.6 cores=0,2,4,6
/proc/2655/task/2666/stat : 2666 (java) S 2652 2655 1972 0 -1 1077944384 9572 0 0 0 159 1 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668930090992 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2667] ppid=2652 vsize=10663180 memory=9920 CPUtime=1.27 cores=0,2,4,6
/proc/2655/task/2667/stat : 2667 (java) S 2652 2655 1972 0 -1 1077944384 6586 0 0 0 126 1 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668929038448 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2668] ppid=2652 vsize=10663180 memory=1944 CPUtime=0.62 cores=0,2,4,6
/proc/2655/task/2668/stat : 2668 (java) S 2652 2655 1972 0 -1 1077944384 6168 0 0 0 60 2 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668927985904 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2669] ppid=2652 vsize=10663180 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2669/stat : 2669 (java) S 2652 2655 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668926933600 139669374564053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
[pid=2655/tid=2670] ppid=2652 vsize=10663180 memory=924304 CPUtime=0.63 cores=0,2,4,6
/proc/2655/task/2670/stat : 2670 (java) S 2652 2655 1972 0 -1 1077944384 900 0 0 0 30 33 0 0 20 0 15 0 92078854 10919096320 231081 33554432000 4194304 4196468 140731472960496 139668925881136 139669374564994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8253440 140731472966812 140731472966921 140731472966921 140731472969679 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10663180 KiB
Current children cumulated memory: 924324 KiB

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

[startup+2508.81 s]
# the end of solver process 2655 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.21 s, system=2.85311 s

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

Child status: 143
Real time (s): 2508.81
CPU time (s): 2520.07
CPU user time (s): 2517.21
CPU system time (s): 2.85311
CPU usage (%): 100.449
Max. virtual memory (cumulated for all children) (KiB): 10663180
Max. memory (cumulated for all children) (KiB): 1401448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.21
system time used= 2.85311
maximum resident set size= 1401476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117844
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61096
involuntary context switches= 2993


# summary of solver processes directly reported to runsolver:
#   pid: 2655
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.21
#   total CPU system time (s): 2.85311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.946 second user time and 22.7087 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 04:32:36
IDJOB=4298073
IDBENCH=141066
IDSOLVER=2765
FILE ID=node150/4298073-1532745156
RUNJOBID= node150-1532740162-2004
PBS_JOBID= 21022443
Free space on /tmp= 53100 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f11_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298073-1532745156/watcher-4298073-1532745156 -o /tmp/evaluation-result-4298073-1532745156/solver-4298073-1532745156 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2004 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298073-1532745156.xml --timelimit 2520

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

MD5SUM BENCH= a7155bccf24235f00a210a19e8f933b0
RANDOM SEED=146187739

node150.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.76
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.76
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.76
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.76
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:        27976440 kB
MemAvailable:   31761528 kB
Buffers:          193136 kB
Cached:          3830896 kB
SwapCached:           32 kB
Active:          1631760 kB
Inactive:        2623172 kB
Active(anon):     182172 kB
Inactive(anon):    76192 kB
Active(file):    1449588 kB
Inactive(file):  2546980 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1104 kB
Writeback:             0 kB
AnonPages:        201132 kB
Mapped:            54280 kB
Shmem:             25156 kB
Slab:             236952 kB
SReclaimable:     208712 kB
SUnreclaim:        28240 kB
KernelStack:        3824 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1134500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-28 05:14:25