Trace number 4298042

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (TO) 2520.12 2506.61

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f02_c18.xml
MD5SUM7ac25fa9c4532324d4bc78edd5427656
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 benchmark89.7844
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size42
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":35,"count":336},{"size":42,"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.09/2506.60	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 (8914 MiB free)
  memory of node 1: 16384 MiB (13942 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298042-1532743410/watcher-4298042-1532743410 -o /tmp/evaluation-result-4298042-1532743410/solver-4298042-1532743410 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532740894-20192 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298042-1532743410.xml 

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

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


[startup+0.100061 s]*
/proc/loadavg: 1.21 1.26 1.82 4/217 20565
/proc/meminfo: memFree=23381856/32770624 swapFree=67108688/67108860
[pid=20550] ppid=20547 vsize=10661052 memory=25828 CPUtime=0.12 cores=1,3,5,7
/proc/20550/stat : 20550 (java) S 20547 20550 20160 0 -1 1077944320 5392 0 0 0 11 1 0 0 20 0 15 0 91903828 10916917248 6457 33554432000 4194304 4196468 140731229947984 140731229930528 139884701585143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
/proc/20550/statm: 2665263 6457 2843 1 0 2627263 0
[pid=20550/tid=20552] ppid=20547 vsize=10661052 memory=-8413741653616923515 CPUtime=0.09 cores=1,3,5,7
/proc/20550/task/20552/stat : 20552 (java) R 20547 20550 20160 0 -1 4202560 3207 0 0 0 8 1 0 0 20 0 15 0 91903828 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884705814656 139884701597078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20553] ppid=20547 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903829 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884308654480 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20554] ppid=20547 vsize=10661052 memory=140191345280640 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903829 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884307601680 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20555] ppid=20547 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903829 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884306549392 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20556] ppid=20547 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20556/stat : 20556 (java) S 20547 20550 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91903829 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884305496592 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20557] ppid=20547 vsize=10661052 memory=140191345280640 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20557/stat : 20557 (java) S 20547 20550 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91903831 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884193880688 139884701596290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20558] ppid=20547 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20558/stat : 20558 (java) S 20547 20550 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91903831 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884192826656 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20559] ppid=20547 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20559/stat : 20559 (java) S 20547 20550 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91903831 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884191774320 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20560] ppid=20547 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20560/stat : 20560 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903833 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884190722640 139884701603739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20561] ppid=20547 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20561/stat : 20561 (java) R 20547 20550 20160 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 15 0 91903834 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884189669488 139884701596290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20562] ppid=20547 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20562/stat : 20562 (java) S 20547 20550 20160 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 91903834 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884188616688 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20563] ppid=20547 vsize=10661052 memory=140191345280640 CPUtime=0.02 cores=1,3,5,7
/proc/20550/task/20563/stat : 20563 (java) R 20547 20550 20160 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 91903834 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884187564400 139884680260209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20564] ppid=20547 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20564/stat : 20564 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903834 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884186511840 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20565] ppid=20547 vsize=10661052 memory=140191345280640 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20565/stat : 20565 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903834 10916917248 6457 33554432000 4194304 4196468 140731229947984 139884185459632 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 25828 KiB

[startup+0.210705 s]*
/proc/loadavg: 1.21 1.26 1.82 5/217 20565
/proc/meminfo: memFree=23356776/32770624 swapFree=67108688/67108860
[pid=20550] ppid=20547 vsize=10661052 memory=39024 CPUtime=0.34 cores=1,3,5,7
/proc/20550/stat : 20550 (java) S 20547 20550 20160 0 -1 1077944320 8326 0 0 0 32 2 0 0 20 0 15 0 91903828 10916917248 9756 33554432000 4194304 4196468 140731229947984 140731229930528 139884701585143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
/proc/20550/statm: 2665263 9756 2993 1 0 2627263 0
[pid=20550/tid=20552] ppid=20547 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/20550/task/20552/stat : 20552 (java) R 20547 20550 20160 0 -1 4202560 5175 0 0 0 19 1 0 0 20 0 15 0 91903828 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884705823344 139884339289105 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20553] ppid=20547 vsize=10661052 memory=343 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903829 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884308654480 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20554] ppid=20547 vsize=10661052 memory=140191345798188 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903829 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884307601680 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20555] ppid=20547 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903829 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884306549392 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20556] ppid=20547 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20556/stat : 20556 (java) S 20547 20550 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91903829 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884305496592 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20557] ppid=20547 vsize=10661052 memory=140191345280640 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20557/stat : 20557 (java) S 20547 20550 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91903831 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884193880688 139884701596290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20558] ppid=20547 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20558/stat : 20558 (java) S 20547 20550 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91903831 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884192826656 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20559] ppid=20547 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20559/stat : 20559 (java) S 20547 20550 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91903831 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884191774320 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20560] ppid=20547 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20560/stat : 20560 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903833 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884190722640 139884701603739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20561] ppid=20547 vsize=10661052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20550/task/20561/stat : 20561 (java) R 20547 20550 20160 0 -1 4202560 414 0 0 0 2 0 0 0 20 0 15 0 91903834 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884189669488 139884694570185 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20562] ppid=20547 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20550/task/20562/stat : 20562 (java) R 20547 20550 20160 0 -1 1077944384 406 0 0 0 2 0 0 0 20 0 15 0 91903834 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884188616688 139884701596290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20563] ppid=20547 vsize=10661052 memory=140191345280640 CPUtime=0.08 cores=1,3,5,7
/proc/20550/task/20563/stat : 20563 (java) R 20547 20550 20160 0 -1 4202560 963 0 0 0 8 0 0 0 20 0 15 0 91903834 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884187559440 139884680266584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20564] ppid=20547 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20564/stat : 20564 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903834 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884186511840 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20565] ppid=20547 vsize=10661052 memory=140191345280640 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20565/stat : 20565 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903834 10916917248 9756 33554432000 4194304 4196468 140731229947984 139884185459632 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39024 KiB

[startup+0.311054 s]*
/proc/loadavg: 1.21 1.26 1.82 4/217 20565
/proc/meminfo: memFree=23330472/32770624 swapFree=67108688/67108860
[pid=20550] ppid=20547 vsize=10661128 memory=58456 CPUtime=0.66 cores=1,3,5,7
/proc/20550/stat : 20550 (java) S 20547 20550 20160 0 -1 1077944320 10700 0 0 0 63 3 0 0 20 0 15 0 91903828 10916995072 14614 33554432000 4194304 4196468 140731229947984 140731229930528 139884701585143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
/proc/20550/statm: 2665282 14614 3071 1 0 2627263 0
[pid=20550/tid=20552] ppid=20547 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/20550/task/20552/stat : 20552 (java) R 20547 20550 20160 0 -1 4202560 5621 0 0 0 28 2 0 0 20 0 15 0 91903828 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884705823152 139884339270160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20553] ppid=20547 vsize=10661128 memory=4294979917 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903829 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884308654480 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20554] ppid=20547 vsize=10661128 memory=140191345798198 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903829 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884307601680 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20555] ppid=20547 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903829 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884306549392 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20556] ppid=20547 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20556/stat : 20556 (java) S 20547 20550 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91903829 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884305496592 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20557] ppid=20547 vsize=10661128 memory=140191345280640 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20557/stat : 20557 (java) S 20547 20550 20160 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884193880688 139884701596290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20558] ppid=20547 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20558/stat : 20558 (java) S 20547 20550 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884192826656 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20559] ppid=20547 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20559/stat : 20559 (java) S 20547 20550 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884191774320 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20560] ppid=20547 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20560/stat : 20560 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903833 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884190722640 139884701603739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20561] ppid=20547 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20550/task/20561/stat : 20561 (java) R 20547 20550 20160 0 -1 1077944384 965 0 0 0 8 0 0 0 20 0 15 0 91903834 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884189669488 139884701596290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20562] ppid=20547 vsize=10661128 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/20550/task/20562/stat : 20562 (java) R 20547 20550 20160 0 -1 4202560 1182 0 0 0 11 0 0 0 20 0 15 0 91903834 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884188602448 139884679751468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20563] ppid=20547 vsize=10661128 memory=140191345280640 CPUtime=0.15 cores=1,3,5,7
/proc/20550/task/20563/stat : 20563 (java) R 20547 20550 20160 0 -1 4202560 1567 0 0 0 15 0 0 0 20 0 15 0 91903834 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884187564400 139884681005236 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20564] ppid=20547 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20564/stat : 20564 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903834 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884186511840 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20565] ppid=20547 vsize=10661128 memory=140191345280640 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20565/stat : 20565 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903834 10916995072 14614 33554432000 4194304 4196468 140731229947984 139884185459632 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 58456 KiB

[startup+0.701708 s]
/proc/loadavg: 1.43 1.31 1.83 5/217 20565
/proc/meminfo: memFree=23194896/32770624 swapFree=67108688/67108860
[pid=20550] ppid=20547 vsize=10661128 memory=186092 CPUtime=1.93 cores=1,3,5,7
/proc/20550/stat : 20550 (java) S 20547 20550 20160 0 -1 1077944320 13994 0 0 0 187 6 0 0 20 0 15 0 91903828 10916995072 46523 33554432000 4194304 4196468 140731229947984 140731229930528 139884701585143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
/proc/20550/statm: 2665282 46523 3124 1 0 2627263 0
[pid=20550/tid=20552] ppid=20547 vsize=10661128 memory=228482864931756 CPUtime=0.67 cores=1,3,5,7
/proc/20550/task/20552/stat : 20552 (java) R 20547 20550 20160 0 -1 4202560 5842 0 0 0 63 4 0 0 20 0 15 0 91903828 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884705819584 139884343386596 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20553] ppid=20547 vsize=10661128 memory=4051047449723404320 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (java) S 20547 20550 20160 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 91903829 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884308654480 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20554] ppid=20547 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (java) S 20547 20550 20160 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 91903829 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884307601680 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20555] ppid=20547 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903829 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884306549392 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20556] ppid=20547 vsize=10661128 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20556/stat : 20556 (java) S 20547 20550 20160 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91903829 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884305496592 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20557] ppid=20547 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20557/stat : 20557 (java) S 20547 20550 20160 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884193880688 139884701596290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20558] ppid=20547 vsize=10661128 memory=-6079718012894977833 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20558/stat : 20558 (java) S 20547 20550 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884192826656 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20559] ppid=20547 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20559/stat : 20559 (java) S 20547 20550 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884191774320 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20560] ppid=20547 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20560/stat : 20560 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903833 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884190722640 139884701603739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20561] ppid=20547 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/20550/task/20561/stat : 20561 (java) R 20547 20550 20160 0 -1 4202560 1849 0 0 0 39 0 0 0 20 0 15 0 91903834 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884189652800 139884679182160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20562] ppid=20547 vsize=10661128 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/20550/task/20562/stat : 20562 (java) R 20547 20550 20160 0 -1 4202560 1924 0 0 0 43 0 0 0 20 0 15 0 91903834 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884188600480 139884680974377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20563] ppid=20547 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/20550/task/20563/stat : 20563 (java) R 20547 20550 20160 0 -1 1077944384 2904 0 0 0 39 0 0 0 20 0 15 0 91903834 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884187559664 139884701595349 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20564] ppid=20547 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20564/stat : 20564 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903834 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884186511840 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20565] ppid=20547 vsize=10661128 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20565/stat : 20565 (java) S 20547 20550 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91903834 10916995072 46523 33554432000 4194304 4196468 140731229947984 139884185459632 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 186092 KiB

[startup+1.50079 s]
/proc/loadavg: 1.43 1.31 1.83 4/217 20565
/proc/meminfo: memFree=23168524/32770624 swapFree=67108688/67108860
[pid=20550] ppid=20547 vsize=10661128 memory=210536 CPUtime=3.44 cores=1,3,5,7
/proc/20550/stat : 20550 (java) S 20547 20550 20160 0 -1 1077944320 14502 0 0 0 336 8 0 0 20 0 15 0 91903828 10916995072 52634 33554432000 4194304 4196468 140731229947984 140731229930528 139884701585143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
/proc/20550/statm: 2665282 52634 3152 1 0 2627263 0
[pid=20550/tid=20552] ppid=20547 vsize=10661128 memory=12848 CPUtime=1.45 cores=1,3,5,7
/proc/20550/task/20552/stat : 20552 (java) R 20547 20550 20160 0 -1 4202560 5908 0 0 0 141 4 0 0 20 0 15 0 91903828 10916995072 52634 33554432000 4194304 4196468 140731229947984 139884705821760 139884344488555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20553] ppid=20547 vsize=10661128 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (java) S 20547 20550 20160 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 15 0 91903829 10916995072 52634 33554432000 4194304 4196468 140731229947984 139884308654480 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20554] ppid=20547 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (java) S 20547 20550 20160 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 91903829 10916995072 52634 33554432000 4194304 4196468 140731229947984 139884307601680 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20555] ppid=20547 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (java) S 20547 20550 20160 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 91903829 10916995072 52634 33554432000 4194304 4196468 140731229947984 139884306549392 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20556] ppid=20547 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20550/task/20556/stat : 20556 (java) S 20547 20550 20160 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 91903829 10916995072 52634 33554432000 4194304 4196468 140731229947984 139884305496592 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20557] ppid=20547 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20557/stat : 20557 (java) S 20547 20550 20160 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 52634 33554432000 4194304 4196468 140731229947984 139884193880688 139884701596290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0

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

/proc/20550/task/20552/stat : 20552 (java) R 20547 20550 20160 0 -1 4202560 33227 0 0 0 237631 15 0 0 20 0 15 0 91903828 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884705824752 139884345450822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20553] ppid=20547 vsize=10661128 memory=956976 CPUtime=3.4 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (java) S 20547 20550 20160 0 -1 1077944384 10292 0 0 0 315 25 0 0 20 0 15 0 91903829 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884308654480 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20554] ppid=20547 vsize=10661128 memory=956976 CPUtime=3.4 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (java) S 20547 20550 20160 0 -1 1077944384 10756 0 0 0 313 27 0 0 20 0 15 0 91903829 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884307601680 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20555] ppid=20547 vsize=10661128 memory=956940 CPUtime=3.4 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (java) S 20547 20550 20160 0 -1 1077944384 10541 0 0 0 313 27 0 0 20 0 15 0 91903829 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884306549392 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20556] ppid=20547 vsize=10661128 memory=956976 CPUtime=3.4 cores=1,3,5,7
/proc/20550/task/20556/stat : 20556 (java) S 20547 20550 20160 0 -1 1077944384 10099 0 0 0 313 27 0 0 20 0 15 0 91903829 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884305496592 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20557] ppid=20547 vsize=10661128 memory=956976 CPUtime=1.33 cores=1,3,5,7
/proc/20550/task/20557/stat : 20557 (java) S 20547 20550 20160 0 -1 1077944384 8758 0 0 0 123 10 0 0 20 0 15 0 91903831 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884193880688 139884701596290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20558] ppid=20547 vsize=10661128 memory=56 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20558/stat : 20558 (java) S 20547 20550 20160 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884192826720 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20559] ppid=20547 vsize=10661128 memory=956976 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20559/stat : 20559 (java) S 20547 20550 20160 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884191774320 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20560] ppid=20547 vsize=10661128 memory=956980 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20560/stat : 20560 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903833 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884190722640 139884701603739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20561] ppid=20547 vsize=10661128 memory=956848 CPUtime=1.29 cores=1,3,5,7
/proc/20550/task/20561/stat : 20561 (java) S 20547 20550 20160 0 -1 1077944384 6086 0 0 0 128 1 0 0 20 0 15 0 91903834 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884189669488 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20562] ppid=20547 vsize=10661128 memory=956940 CPUtime=1.25 cores=1,3,5,7
/proc/20550/task/20562/stat : 20562 (java) S 20547 20550 20160 0 -1 1077944384 5003 0 0 0 124 1 0 0 20 0 15 0 91903834 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884188616688 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20563] ppid=20547 vsize=10661128 memory=956940 CPUtime=0.58 cores=1,3,5,7
/proc/20550/task/20563/stat : 20563 (java) S 20547 20550 20160 0 -1 1077944384 5955 0 0 0 57 1 0 0 20 0 15 0 91903834 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884187564400 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20564] ppid=20547 vsize=10661128 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20564/stat : 20564 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903834 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884186511840 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20565] ppid=20547 vsize=10661128 memory=4008 CPUtime=0.73 cores=1,3,5,7
/proc/20550/task/20565/stat : 20565 (java) S 20547 20550 20160 0 -1 1077944384 1414 0 0 0 34 39 0 0 20 0 15 0 91903834 10916995072 239245 33554432000 4194304 4196468 140731229947984 139884185459632 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
Current children cumulated CPU time: 2395.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 956980 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.35 1.44 3/216 20639
/proc/meminfo: memFree=22329128/32770624 swapFree=67108688/67108860
[pid=20550] ppid=20547 vsize=10661128 memory=957024 CPUtime=2455.55 cores=1,3,5,7
/proc/20550/stat : 20550 (java) S 20547 20550 20160 0 -1 1077944320 105082 0 0 0 245398 157 0 0 20 0 15 0 91903828 10916995072 239256 33554432000 4194304 4196468 140731229947984 140731229930528 139884701585143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
/proc/20550/statm: 2665282 239256 3188 1 0 2627263 0
[pid=20550/tid=20552] ppid=20547 vsize=10661128 memory=957024 CPUtime=2436.31 cores=1,3,5,7
/proc/20550/task/20552/stat : 20552 (java) R 20547 20550 20160 0 -1 4202560 33590 0 0 0 243616 15 0 0 20 0 15 0 91903828 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884705824640 139884345452859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20553] ppid=20547 vsize=10661128 memory=957024 CPUtime=3.47 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (java) S 20547 20550 20160 0 -1 1077944384 10411 0 0 0 322 25 0 0 20 0 15 0 91903829 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884308654480 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20554] ppid=20547 vsize=10661128 memory=957000 CPUtime=3.48 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (java) S 20547 20550 20160 0 -1 1077944384 10906 0 0 0 320 28 0 0 20 0 15 0 91903829 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884307601680 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20555] ppid=20547 vsize=10661128 memory=957024 CPUtime=3.48 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (java) S 20547 20550 20160 0 -1 1077944384 10766 0 0 0 321 27 0 0 20 0 15 0 91903829 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884306549392 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20556] ppid=20547 vsize=10661128 memory=957024 CPUtime=3.47 cores=1,3,5,7
/proc/20550/task/20556/stat : 20556 (java) S 20547 20550 20160 0 -1 1077944384 10577 0 0 0 320 27 0 0 20 0 15 0 91903829 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884305496592 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20557] ppid=20547 vsize=10661128 memory=957024 CPUtime=1.38 cores=1,3,5,7
/proc/20550/task/20557/stat : 20557 (java) S 20547 20550 20160 0 -1 1077944384 8929 0 0 0 127 11 0 0 20 0 15 0 91903831 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884193880688 139884701596290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20558] ppid=20547 vsize=10661128 memory=957024 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20558/stat : 20558 (java) S 20547 20550 20160 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884192826720 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20559] ppid=20547 vsize=10661128 memory=956848 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20559/stat : 20559 (java) S 20547 20550 20160 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884191774320 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20560] ppid=20547 vsize=10661128 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20560/stat : 20560 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903833 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884190722640 139884701603739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20561] ppid=20547 vsize=10661128 memory=8548 CPUtime=1.29 cores=1,3,5,7
/proc/20550/task/20561/stat : 20561 (java) S 20547 20550 20160 0 -1 1077944384 6088 0 0 0 128 1 0 0 20 0 15 0 91903834 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884189669488 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20562] ppid=20547 vsize=10661128 memory=1444 CPUtime=1.25 cores=1,3,5,7
/proc/20550/task/20562/stat : 20562 (java) S 20547 20550 20160 0 -1 1077944384 5005 0 0 0 124 1 0 0 20 0 15 0 91903834 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884188616688 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20563] ppid=20547 vsize=10661128 memory=957024 CPUtime=0.58 cores=1,3,5,7
/proc/20550/task/20563/stat : 20563 (java) S 20547 20550 20160 0 -1 1077944384 5957 0 0 0 57 1 0 0 20 0 15 0 91903834 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884187564400 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20564] ppid=20547 vsize=10661128 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20564/stat : 20564 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903834 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884186511840 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20565] ppid=20547 vsize=10661128 memory=952 CPUtime=0.75 cores=1,3,5,7
/proc/20550/task/20565/stat : 20565 (java) S 20547 20550 20160 0 -1 1077944384 1431 0 0 0 35 40 0 0 20 0 15 0 91903834 10916995072 239256 33554432000 4194304 4196468 140731229947984 139884185459632 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
Current children cumulated CPU time: 2455.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 957024 KiB

[startup+2502.3 s]
/proc/loadavg: 1.19 1.30 1.42 3/215 20640
/proc/meminfo: memFree=22327204/32770624 swapFree=67108688/67108860
[pid=20550] ppid=20547 vsize=10661128 memory=957068 CPUtime=2515.78 cores=1,3,5,7
/proc/20550/stat : 20550 (java) S 20547 20550 20160 0 -1 1077944320 106582 0 0 0 251419 159 0 0 20 0 15 0 91903828 10916995072 239267 33554432000 4194304 4196468 140731229947984 140731229930528 139884701585143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
/proc/20550/statm: 2665282 239267 3188 1 0 2627263 0
[pid=20550/tid=20552] ppid=20547 vsize=10661128 memory=957068 CPUtime=2496.15 cores=1,3,5,7
/proc/20550/task/20552/stat : 20552 (java) R 20547 20550 20160 0 -1 4202560 33954 0 0 0 249600 15 0 0 20 0 15 0 91903828 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884705824832 139884345452497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20553] ppid=20547 vsize=10661128 memory=957068 CPUtime=3.56 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (java) S 20547 20550 20160 0 -1 1077944384 10786 0 0 0 330 26 0 0 20 0 15 0 91903829 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884308654480 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20554] ppid=20547 vsize=10661128 memory=957068 CPUtime=3.56 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (java) S 20547 20550 20160 0 -1 1077944384 11000 0 0 0 328 28 0 0 20 0 15 0 91903829 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884307601680 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20555] ppid=20547 vsize=10661128 memory=957068 CPUtime=3.55 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (java) S 20547 20550 20160 0 -1 1077944384 11030 0 0 0 328 27 0 0 20 0 15 0 91903829 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884306549392 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20556] ppid=20547 vsize=10661128 memory=957068 CPUtime=3.56 cores=1,3,5,7
/proc/20550/task/20556/stat : 20556 (java) S 20547 20550 20160 0 -1 1077944384 10786 0 0 0 328 28 0 0 20 0 15 0 91903829 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884305496592 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20557] ppid=20547 vsize=10661128 memory=957068 CPUtime=1.43 cores=1,3,5,7
/proc/20550/task/20557/stat : 20557 (java) S 20547 20550 20160 0 -1 1077944384 9100 0 0 0 132 11 0 0 20 0 15 0 91903831 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884193880688 139884701596290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20558] ppid=20547 vsize=10661128 memory=957068 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20558/stat : 20558 (java) S 20547 20550 20160 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884192826720 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20559] ppid=20547 vsize=10661128 memory=957068 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20559/stat : 20559 (java) S 20547 20550 20160 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884191774320 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20560] ppid=20547 vsize=10661128 memory=957068 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20560/stat : 20560 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903833 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884190722640 139884701603739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20561] ppid=20547 vsize=10661128 memory=957068 CPUtime=1.29 cores=1,3,5,7
/proc/20550/task/20561/stat : 20561 (java) S 20547 20550 20160 0 -1 1077944384 6090 0 0 0 128 1 0 0 20 0 15 0 91903834 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884189669488 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20562] ppid=20547 vsize=10661128 memory=957068 CPUtime=1.25 cores=1,3,5,7
/proc/20550/task/20562/stat : 20562 (java) S 20547 20550 20160 0 -1 1077944384 5007 0 0 0 124 1 0 0 20 0 15 0 91903834 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884188616688 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20563] ppid=20547 vsize=10661128 memory=4140 CPUtime=0.58 cores=1,3,5,7
/proc/20550/task/20563/stat : 20563 (java) S 20547 20550 20160 0 -1 1077944384 5959 0 0 0 57 1 0 0 20 0 15 0 91903834 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884187564400 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20564] ppid=20547 vsize=10661128 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20564/stat : 20564 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903834 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884186511840 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20565] ppid=20547 vsize=10661128 memory=2408 CPUtime=0.77 cores=1,3,5,7
/proc/20550/task/20565/stat : 20565 (java) S 20547 20550 20160 0 -1 1077944384 1448 0 0 0 36 41 0 0 20 0 15 0 91903834 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884185459632 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
Current children cumulated CPU time: 2515.78 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 957068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.6 s]
/proc/loadavg: 1.17 1.30 1.42 3/215 20640
/proc/meminfo: memFree=22327204/32770624 swapFree=67108688/67108860
[pid=20550] ppid=20547 vsize=10661128 memory=957068 CPUtime=2520.09 cores=1,3,5,7
/proc/20550/stat : 20550 (java) S 20547 20550 20160 0 -1 1077944320 106587 0 0 0 251850 159 0 0 20 0 15 0 91903828 10916995072 239267 33554432000 4194304 4196468 140731229947984 140731229930528 139884701585143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
/proc/20550/statm: 2665282 239267 3188 1 0 2627263 0
[pid=20550/tid=20552] ppid=20547 vsize=10661128 memory=304556131815260473 CPUtime=2500.43 cores=1,3,5,7
/proc/20550/task/20552/stat : 20552 (java) R 20547 20550 20160 0 -1 4202560 33959 0 0 0 250028 15 0 0 20 0 15 0 91903828 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884705824640 139884345450933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20553] ppid=20547 vsize=10661128 memory=16104758104558012 CPUtime=3.56 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (java) S 20547 20550 20160 0 -1 1077944384 10786 0 0 0 330 26 0 0 20 0 15 0 91903829 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884308654480 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20554] ppid=20547 vsize=10661128 memory=957068 CPUtime=3.56 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (java) S 20547 20550 20160 0 -1 1077944384 11000 0 0 0 328 28 0 0 20 0 15 0 91903829 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884307601680 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20555] ppid=20547 vsize=10661128 memory=6791534058613427641 CPUtime=3.56 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (java) S 20547 20550 20160 0 -1 1077944384 11030 0 0 0 329 27 0 0 20 0 15 0 91903829 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884306549392 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20556] ppid=20547 vsize=10661128 memory=4872558044660077418 CPUtime=3.57 cores=1,3,5,7
/proc/20550/task/20556/stat : 20556 (java) S 20547 20550 20160 0 -1 1077944384 10786 0 0 0 329 28 0 0 20 0 15 0 91903829 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884305496592 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20557] ppid=20547 vsize=10661128 memory=7284 CPUtime=1.43 cores=1,3,5,7
/proc/20550/task/20557/stat : 20557 (java) S 20547 20550 20160 0 -1 1077944384 9100 0 0 0 132 11 0 0 20 0 15 0 91903831 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884193880688 139884701596290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20558] ppid=20547 vsize=10661128 memory=840 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20558/stat : 20558 (java) S 20547 20550 20160 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884192826720 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20559] ppid=20547 vsize=10661128 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20559/stat : 20559 (java) S 20547 20550 20160 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 91903831 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884191774320 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20560] ppid=20547 vsize=10661128 memory=916 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20560/stat : 20560 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903833 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884190722640 139884701603739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20561] ppid=20547 vsize=10661128 memory=3848 CPUtime=1.29 cores=1,3,5,7
/proc/20550/task/20561/stat : 20561 (java) S 20547 20550 20160 0 -1 1077944384 6090 0 0 0 128 1 0 0 20 0 15 0 91903834 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884189669488 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20562] ppid=20547 vsize=10661128 memory=2588 CPUtime=1.25 cores=1,3,5,7
/proc/20550/task/20562/stat : 20562 (java) S 20547 20550 20160 0 -1 1077944384 5007 0 0 0 124 1 0 0 20 0 15 0 91903834 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884188616688 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20563] ppid=20547 vsize=10661128 memory=2588 CPUtime=0.58 cores=1,3,5,7
/proc/20550/task/20563/stat : 20563 (java) S 20547 20550 20160 0 -1 1077944384 5959 0 0 0 57 1 0 0 20 0 15 0 91903834 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884187564400 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20564] ppid=20547 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20550/task/20564/stat : 20564 (java) S 20547 20550 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91903834 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884186511840 139884701595349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
[pid=20550/tid=20565] ppid=20547 vsize=10661128 memory=3252 CPUtime=0.77 cores=1,3,5,7
/proc/20550/task/20565/stat : 20565 (java) S 20547 20550 20160 0 -1 1077944384 1448 0 0 0 36 41 0 0 20 0 15 0 91903834 10916995072 239267 33554432000 4194304 4196468 140731229947984 139884185459632 139884701596290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33030144 140731229955245 140731229955337 140731229955337 140731229958095 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 957068 KiB

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

[startup+2506.61 s]
# the end of solver process 20550 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.52 s, system=1.60288 s

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

Child status: 143
Real time (s): 2506.61
CPU time (s): 2520.12
CPU user time (s): 2518.52
CPU system time (s): 1.60288
CPU usage (%): 100.539
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 1036600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.52
system time used= 1.60288
maximum resident set size= 1038632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89262
involuntary context switches= 2886


# summary of solver processes directly reported to runsolver:
#   pid: 20550
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.52
#   total CPU system time (s): 1.60288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8187 second user time and 22.6702 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 04:03:30
IDJOB=4298042
IDBENCH=141062
IDSOLVER=2766
FILE ID=node106/4298042-1532743410
RUNJOBID= node106-1532740894-20192
PBS_JOBID= 21022448
Free space on /tmp= 46168 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f02_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298042-1532743410/watcher-4298042-1532743410 -o /tmp/evaluation-result-4298042-1532743410/solver-4298042-1532743410 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532740894-20192 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298042-1532743410.xml

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

MD5SUM BENCH= 7ac25fa9c4532324d4bc78edd5427656
RANDOM SEED=1683628113

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        23406420 kB
MemAvailable:   31794928 kB
Buffers:          221668 kB
Cached:          8329984 kB
SwapCached:            0 kB
Active:          2657572 kB
Inactive:        6084860 kB
Active(anon):     138024 kB
Inactive(anon):    80512 kB
Active(file):    2519548 kB
Inactive(file):  6004348 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              2408 kB
Writeback:             0 kB
AnonPages:        142004 kB
Mapped:            54060 kB
Shmem:             25056 kB
Slab:             320356 kB
SReclaimable:     293072 kB
SUnreclaim:        27284 kB
KernelStack:        3584 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1175524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46164 MiB
End job on node106 at 2018-07-28 04:45:16