Trace number 4312397

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 252.069 243.62

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-11-opt_c18.xml
MD5SUMd12361b5a6bb1fd64c8bfae02a2f4f2f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark101994
Best CPU time to get the best result obtained on this benchmark252.138
Satisfiable
(Un)Satisfiability was proved
Number of variables4097
Number of constraints3757
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":3417},{"size":6,"count":48},{"size":22,"count":32},{"size":24,"count":18},{"size":36,"count":132},{"size":42,"count":168},{"size":44,"count":282}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":3418},{"degree":3,"count":6},{"degree":4,"count":10},{"degree":5,"count":46},{"degree":6,"count":68},{"degree":7,"count":77},{"degree":8,"count":85},{"degree":9,"count":54},{"degree":10,"count":33},{"degree":11,"count":37},{"degree":12,"count":21},{"degree":13,"count":8},{"degree":14,"count":1},{"degree":15,"count":35},{"degree":16,"count":26},{"degree":17,"count":63},{"degree":18,"count":54},{"degree":19,"count":32},{"degree":20,"count":12},{"degree":21,"count":7},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":340},{"arity":3,"count":3417}]
Number of extensional constraints0
Number of intensional constraints3757
Distribution of constraint types[{"type":"intension","count":3757}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.56	c version: 2018-08-17
0.66/0.57	c seed: 1572904113
0.66/0.57	c timeout: 252
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 1
0.66/0.59	c Parsing instance...
7.65/3.89	c Parsing done, starting search...
252.04/243.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 (1583 MiB free)
  memory of node 1: 16384 MiB (8818 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312397-1534569349/watcher-4312397-1534569349 -o /tmp/evaluation-result-4312397-1534569349/solver-4312397-1534569349 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534568587-5848 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1572904113 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312397-1534569349.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=6453, runsolver pid=6450
Starting watchdog threadCurrent StackSize limit: 8192 KiB


[startup+0.100315 s]*
/proc/loadavg: 2.08 1.70 1.50 3/215 6468
/proc/meminfo: memFree=10631008/32770624 swapFree=67108368/67108860
[pid=6453] ppid=6450 vsize=14082736 memory=33896 CPUtime=0.12 cores=1,3,5,7
/proc/6453/stat : 6453 (java) S 6450 6453 2226 0 -1 1077944320 6829 0 0 0 11 1 0 0 20 0 15 0 274498105 14420721664 8474 33554432000 4194304 4196468 140731655079488 140731655062032 139992841400055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
/proc/6453/statm: 3520684 8474 3152 1 0 3482761 0
[pid=6453/tid=6455] ppid=6450 vsize=14082736 memory=-8535546659891672256 CPUtime=0.08 cores=1,3,5,7
/proc/6453/task/6455/stat : 6455 (java) R 6450 6453 2226 0 -1 4202560 4907 0 0 0 8 0 0 0 20 0 15 0 274498105 14420721664 8474 33554432000 4194304 4196468 140731655079488 139992845585424 139992825480542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6456] ppid=6450 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6456/stat : 6456 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 8474 33554432000 4194304 4196468 140731655079488 139992794020368 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6457] ppid=6450 vsize=14082736 memory=139806211069568 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6457/stat : 6457 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 8474 33554432000 4194304 4196468 140731655079488 139992792967824 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6458] ppid=6450 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6458/stat : 6458 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 8474 33554432000 4194304 4196468 140731655079488 139992791914768 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6459] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6459/stat : 6459 (java) S 6450 6453 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 8474 33554432000 4194304 4196468 140731655079488 139992790862224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6460] ppid=6450 vsize=14082736 memory=139806211069568 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6460/stat : 6460 (java) S 6450 6453 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274498107 14420721664 8474 33554432000 4194304 4196468 140731655079488 139992045611760 139992841411202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6461] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6461/stat : 6461 (java) S 6450 6453 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274498108 14420721664 8474 33554432000 4194304 4196468 140731655079488 139992044557984 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6462] ppid=6450 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6462/stat : 6462 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498108 14420721664 8474 33554432000 4194304 4196468 140731655079488 139991953450224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6463] ppid=6450 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6463/stat : 6463 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 8474 33554432000 4194304 4196468 140731655079488 139991952398800 139992841418651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6464] ppid=6450 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6464/stat : 6464 (java) S 6450 6453 2226 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 8474 33554432000 4194304 4196468 140731655079488 139991951345904 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6465] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6465/stat : 6465 (java) R 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 8474 33554432000 4194304 4196468 140731655079488 139991950293360 139992841411990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6466] ppid=6450 vsize=14082736 memory=139806211069568 CPUtime=0.01 cores=1,3,5,7
/proc/6453/task/6466/stat : 6466 (java) R 6450 6453 2226 0 -1 4202560 286 0 0 0 1 0 0 0 20 0 15 0 274498111 14420721664 8474 33554432000 4194304 4196468 140731655079488 139991949240304 139992841411202 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6467] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6467/stat : 6467 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 8474 33554432000 4194304 4196468 140731655079488 139991948188000 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6468] ppid=6450 vsize=14082736 memory=139806211069568 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6468/stat : 6468 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 8474 33554432000 4194304 4196468 140731655079488 139991947136048 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33896 KiB

[startup+0.210467 s]*
/proc/loadavg: 2.08 1.70 1.50 5/215 6468
/proc/meminfo: memFree=10615256/32770624 swapFree=67108368/67108860
[pid=6453] ppid=6450 vsize=14082736 memory=49444 CPUtime=0.27 cores=1,3,5,7
/proc/6453/stat : 6453 (java) S 6450 6453 2226 0 -1 1077944320 10380 0 0 0 26 1 0 0 20 0 15 0 274498105 14420721664 12361 33554432000 4194304 4196468 140731655079488 140731655062032 139992841400055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
/proc/6453/statm: 3520684 12361 3334 1 0 3482761 0
[pid=6453/tid=6455] ppid=6450 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/6453/task/6455/stat : 6455 (java) R 6450 6453 2226 0 -1 4202560 8237 0 0 0 18 1 0 0 20 0 15 0 274498105 14420721664 12361 33554432000 4194304 4196468 140731655079488 139992845624288 139992833637182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6456] ppid=6450 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6456/stat : 6456 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 12361 33554432000 4194304 4196468 140731655079488 139992794020368 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6457] ppid=6450 vsize=14082736 memory=139806211089360 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6457/stat : 6457 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 12361 33554432000 4194304 4196468 140731655079488 139992792967824 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6458] ppid=6450 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6458/stat : 6458 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 12361 33554432000 4194304 4196468 140731655079488 139992791914768 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6459] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6459/stat : 6459 (java) S 6450 6453 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 12361 33554432000 4194304 4196468 140731655079488 139992790862224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6460] ppid=6450 vsize=14082736 memory=139806211069568 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6460/stat : 6460 (java) S 6450 6453 2226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274498107 14420721664 12361 33554432000 4194304 4196468 140731655079488 139992045611760 139992841411202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6461] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6461/stat : 6461 (java) S 6450 6453 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274498108 14420721664 12361 33554432000 4194304 4196468 140731655079488 139992044557984 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6462] ppid=6450 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6462/stat : 6462 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498108 14420721664 12361 33554432000 4194304 4196468 140731655079488 139991953450224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6463] ppid=6450 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6463/stat : 6463 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 12361 33554432000 4194304 4196468 140731655079488 139991952398800 139992841418651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6464] ppid=6450 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6453/task/6464/stat : 6464 (java) R 6450 6453 2226 0 -1 4202560 353 0 0 0 1 0 0 0 20 0 15 0 274498111 14420721664 12361 33554432000 4194304 4196468 140731655079488 139991951345904 139992833637182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6465] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6465/stat : 6465 (java) R 6450 6453 2226 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 12361 33554432000 4194304 4196468 140731655079488 139991950293360 139992841411202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6466] ppid=6450 vsize=14082736 memory=139806211069568 CPUtime=0.05 cores=1,3,5,7
/proc/6453/task/6466/stat : 6466 (java) R 6450 6453 2226 0 -1 4202560 306 0 0 0 5 0 0 0 20 0 15 0 274498111 14420721664 12361 33554432000 4194304 4196468 140731655079488 139991949240304 139992820029572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6467] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6467/stat : 6467 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 12361 33554432000 4194304 4196468 140731655079488 139991948188000 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6468] ppid=6450 vsize=14082736 memory=139806211069568 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6468/stat : 6468 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 12361 33554432000 4194304 4196468 140731655079488 139991947136048 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49444 KiB

[startup+0.310321 s]*
/proc/loadavg: 2.08 1.70 1.50 3/215 6468
/proc/meminfo: memFree=10612092/32770624 swapFree=67108368/67108860
[pid=6453] ppid=6450 vsize=14082736 memory=52836 CPUtime=0.43 cores=1,3,5,7
/proc/6453/stat : 6453 (java) S 6450 6453 2226 0 -1 1077944320 10834 0 0 0 41 2 0 0 20 0 15 0 274498105 14420721664 13209 33554432000 4194304 4196468 140731655079488 140731655062032 139992841400055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
/proc/6453/statm: 3520684 13209 3370 1 0 3482761 0
[pid=6453/tid=6455] ppid=6450 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/6453/task/6455/stat : 6455 (java) R 6450 6453 2226 0 -1 4202560 8561 0 0 0 28 1 0 0 20 0 15 0 274498105 14420721664 13209 33554432000 4194304 4196468 140731655079488 139992845607888 139992841421981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6456] ppid=6450 vsize=14082736 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6456/stat : 6456 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 13209 33554432000 4194304 4196468 140731655079488 139992794020368 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6457] ppid=6450 vsize=14082736 memory=139806211088854 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6457/stat : 6457 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 13209 33554432000 4194304 4196468 140731655079488 139992792967824 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6458] ppid=6450 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6458/stat : 6458 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 13209 33554432000 4194304 4196468 140731655079488 139992791914768 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6459] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6459/stat : 6459 (java) S 6450 6453 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274498106 14420721664 13209 33554432000 4194304 4196468 140731655079488 139992790862224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6460] ppid=6450 vsize=14082736 memory=139806211069568 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6460/stat : 6460 (java) S 6450 6453 2226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274498107 14420721664 13209 33554432000 4194304 4196468 140731655079488 139992045611760 139992841411202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6461] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6461/stat : 6461 (java) S 6450 6453 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274498108 14420721664 13209 33554432000 4194304 4196468 140731655079488 139992044557984 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6462] ppid=6450 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6462/stat : 6462 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498108 14420721664 13209 33554432000 4194304 4196468 140731655079488 139991953450224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6463] ppid=6450 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6463/stat : 6463 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 13209 33554432000 4194304 4196468 140731655079488 139991952398800 139992841418651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6464] ppid=6450 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6453/task/6464/stat : 6464 (java) S 6450 6453 2226 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 274498111 14420721664 13209 33554432000 4194304 4196468 140731655079488 139991951345904 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6465] ppid=6450 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6453/task/6465/stat : 6465 (java) S 6450 6453 2226 0 -1 1077944384 239 0 0 0 2 0 0 0 20 0 15 0 274498111 14420721664 13209 33554432000 4194304 4196468 140731655079488 139991950293360 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6466] ppid=6450 vsize=14082736 memory=139806211069568 CPUtime=0.08 cores=1,3,5,7
/proc/6453/task/6466/stat : 6466 (java) S 6450 6453 2226 0 -1 1077944384 319 0 0 0 8 0 0 0 20 0 15 0 274498111 14420721664 13209 33554432000 4194304 4196468 140731655079488 139991949240304 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6467] ppid=6450 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6467/stat : 6467 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 13209 33554432000 4194304 4196468 140731655079488 139991948188000 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6468] ppid=6450 vsize=14082736 memory=139806211069568 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6468/stat : 6468 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498111 14420721664 13209 33554432000 4194304 4196468 140731655079488 139991947136048 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 52836 KiB

[startup+0.70071 s]
/proc/loadavg: 2.08 1.70 1.50 3/215 6468
/proc/meminfo: memFree=10591008/32770624 swapFree=67108368/67108860
[pid=6453] ppid=6450 vsize=14084804 memory=90832 CPUtime=0.98 cores=1,3,5,7
/proc/6453/stat : 6453 (java) S 6450 6453 2226 0 -1 1077944320 17582 0 0 0 93 5 0 0 20 0 15 0 274498105 14422839296 22708 33554432000 4194304 4196468 140731655079488 140731655062032 139992841400055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
/proc/6453/statm: 3521201 22708 3505 1 0 3483273 0
[pid=6453/tid=6455] ppid=6450 vsize=14084804 memory=1764 CPUtime=0.66 cores=1,3,5,7
/proc/6453/task/6455/stat : 6455 (java) R 6450 6453 2226 0 -1 4202560 14921 0 0 0 63 3 0 0 20 0 15 0 274498105 14422839296 22708 33554432000 4194304 4196468 140731655079488 139992845613360 139992833637182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6456] ppid=6450 vsize=14084804 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6456/stat : 6456 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14422839296 22708 33554432000 4194304 4196468 140731655079488 139992794020368 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6457] ppid=6450 vsize=14084804 memory=756 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6457/stat : 6457 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14422839296 22708 33554432000 4194304 4196468 140731655079488 139992792967824 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6458] ppid=6450 vsize=14084804 memory=9168 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6458/stat : 6458 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498106 14422839296 22708 33554432000 4194304 4196468 140731655079488 139992791914768 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6459] ppid=6450 vsize=14084804 memory=872 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6459/stat : 6459 (java) S 6450 6453 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274498106 14422839296 22708 33554432000 4194304 4196468 140731655079488 139992790862224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6460] ppid=6450 vsize=14084804 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6460/stat : 6460 (java) S 6450 6453 2226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274498107 14422839296 22708 33554432000 4194304 4196468 140731655079488 139992045611760 139992841411202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6461] ppid=6450 vsize=14084804 memory=6300 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6461/stat : 6461 (java) S 6450 6453 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274498108 14422839296 22708 33554432000 4194304 4196468 140731655079488 139992044557984 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6462] ppid=6450 vsize=14084804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6462/stat : 6462 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498108 14422839296 22708 33554432000 4194304 4196468 140731655079488 139991953450224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6463] ppid=6450 vsize=14084804 memory=3920 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6463/stat : 6463 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14422839296 22708 33554432000 4194304 4196468 140731655079488 139991952398800 139992841418651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6464] ppid=6450 vsize=14084804 memory=7302135314614015848 CPUtime=0.06 cores=1,3,5,7
/proc/6453/task/6464/stat : 6464 (java) S 6450 6453 2226 0 -1 1077944384 516 0 0 0 6 0 0 0 20 0 15 0 274498111 14422839296 22708 33554432000 4194304 4196468 140731655079488 139991951345904 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6465] ppid=6450 vsize=14084804 memory=7885332796437780070 CPUtime=0.08 cores=1,3,5,7
/proc/6453/task/6465/stat : 6465 (java) S 6450 6453 2226 0 -1 1077944384 399 0 0 0 8 0 0 0 20 0 15 0 274498111 14422839296 22708 33554432000 4194304 4196468 140731655079488 139991950293360 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6466] ppid=6450 vsize=14084804 memory=4641048821391970386 CPUtime=0.14 cores=1,3,5,7
/proc/6453/task/6466/stat : 6466 (java) S 6450 6453 2226 0 -1 1077944384 390 0 0 0 14 0 0 0 20 0 15 0 274498111 14422839296 22708 33554432000 4194304 4196468 140731655079488 139991949240304 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6467] ppid=6450 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6467/stat : 6467 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14422839296 22708 33554432000 4194304 4196468 140731655079488 139991948188000 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6468] ppid=6450 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6468/stat : 6468 (java) S 6450 6453 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274498111 14422839296 22708 33554432000 4194304 4196468 140731655079488 139991947136048 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90832 KiB

[startup+1.50068 s]
/proc/loadavg: 2.08 1.70 1.50 8/215 6468
/proc/meminfo: memFree=10306632/32770624 swapFree=67108368/67108860
[pid=6453] ppid=6450 vsize=14086852 memory=223608 CPUtime=3.38 cores=1,3,5,7
/proc/6453/stat : 6453 (java) S 6450 6453 2226 0 -1 1077944320 23141 0 0 0 329 9 0 0 20 0 15 0 274498105 14424936448 55902 33554432000 4194304 4196468 140731655079488 140731655062032 139992841400055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
/proc/6453/statm: 3521713 55902 3557 1 0 3483785 0
[pid=6453/tid=6455] ppid=6450 vsize=14086852 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/6453/task/6455/stat : 6455 (java) S 6450 6453 2226 0 -1 1077944384 16263 0 0 0 139 5 0 0 20 0 15 0 274498105 14424936448 55902 33554432000 4194304 4196468 140731655079488 139992845630528 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6456] ppid=6450 vsize=14086852 memory=-8253362664378450063 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6456/stat : 6456 (java) S 6450 6453 2226 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 274498106 14424936448 55902 33554432000 4194304 4196468 140731655079488 139992794020368 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6457] ppid=6450 vsize=14086852 memory=7245577299922993209 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6457/stat : 6457 (java) S 6450 6453 2226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274498106 14424936448 55902 33554432000 4194304 4196468 140731655079488 139992792967824 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6458] ppid=6450 vsize=14086852 memory=-8412656559033194355 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6458/stat : 6458 (java) S 6450 6453 2226 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274498106 14424936448 55902 33554432000 4194304 4196468 140731655079488 139992791914768 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6459] ppid=6450 vsize=14086852 memory=1401637097735671167 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6459/stat : 6459 (java) S 6450 6453 2226 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 274498106 14424936448 55902 33554432000 4194304 4196468 140731655079488 139992790862224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6460] ppid=6450 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6460/stat : 6460 (java) R 6450 6453 2226 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 15 0 274498107 14424936448 56414 33554432000 4194304 4196468 140731655079488 139992045610272 139992834496891 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0

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

/proc/6453/task/6455/stat : 6455 (java) R 6450 6453 2226 0 -1 4202560 30028 0 0 0 10179 19 0 0 20 0 15 0 274498105 14429130752 318419 33554432000 4194304 4196468 140731655079488 139992845638016 139992474781316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6456] ppid=6450 vsize=14090948 memory=1273676 CPUtime=0.22 cores=1,3,5,7
/proc/6453/task/6456/stat : 6456 (java) S 6450 6453 2226 0 -1 1077944384 3329 0 0 0 15 7 0 0 20 0 15 0 274498106 14429130752 318419 33554432000 4194304 4196468 140731655079488 139992794020368 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6457] ppid=6450 vsize=14090948 memory=2321 CPUtime=0.22 cores=1,3,5,7
/proc/6453/task/6457/stat : 6457 (java) S 6450 6453 2226 0 -1 1077944384 898 0 0 0 15 7 0 0 20 0 15 0 274498106 14429130752 318419 33554432000 4194304 4196468 140731655079488 139992792967824 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6458] ppid=6450 vsize=14090948 memory=3684 CPUtime=0.21 cores=1,3,5,7
/proc/6453/task/6458/stat : 6458 (java) S 6450 6453 2226 0 -1 1077944384 400 0 0 0 15 6 0 0 20 0 15 0 274498106 14429130752 318419 33554432000 4194304 4196468 140731655079488 139992791914768 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6459] ppid=6450 vsize=14090948 memory=6852 CPUtime=0.23 cores=1,3,5,7
/proc/6453/task/6459/stat : 6459 (java) S 6450 6453 2226 0 -1 1077944384 542 0 0 0 15 8 0 0 20 0 15 0 274498106 14429130752 318419 33554432000 4194304 4196468 140731655079488 139992790862224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6460] ppid=6450 vsize=14090948 memory=3684 CPUtime=0.03 cores=1,3,5,7
/proc/6453/task/6460/stat : 6460 (java) S 6450 6453 2226 0 -1 1077944384 1891 0 0 0 3 0 0 0 20 0 15 0 274498107 14429130752 318419 33554432000 4194304 4196468 140731655079488 139992045611760 139992841411202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6461] ppid=6450 vsize=14090948 memory=139806085326465 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6461/stat : 6461 (java) S 6450 6453 2226 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 274498108 14429130752 318419 33554432000 4194304 4196468 140731655079488 139992044558048 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6462] ppid=6450 vsize=14090948 memory=6300 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6462/stat : 6462 (java) S 6450 6453 2226 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 274498108 14429130752 318419 33554432000 4194304 4196468 140731655079488 139991953450240 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6463] ppid=6450 vsize=14090948 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6463/stat : 6463 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14429130752 318419 33554432000 4194304 4196468 140731655079488 139991952398800 139992841418651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6464] ppid=6450 vsize=14090948 memory=3920 CPUtime=2.89 cores=1,3,5,7
/proc/6453/task/6464/stat : 6464 (java) S 6450 6453 2226 0 -1 1077944384 10698 0 0 0 287 2 0 0 20 0 15 0 274498111 14429130752 318419 33554432000 4194304 4196468 140731655079488 139991951345904 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6465] ppid=6450 vsize=14090948 memory=8112282956445269571 CPUtime=3.17 cores=1,3,5,7
/proc/6453/task/6465/stat : 6465 (java) S 6450 6453 2226 0 -1 1077944384 7677 0 0 0 316 1 0 0 20 0 15 0 274498111 14429130752 318419 33554432000 4194304 4196468 140731655079488 139991950293360 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6466] ppid=6450 vsize=14090948 memory=1616 CPUtime=1.02 cores=1,3,5,7
/proc/6453/task/6466/stat : 6466 (java) S 6450 6453 2226 0 -1 1077944384 6145 0 0 0 101 1 0 0 20 0 15 0 274498111 14429130752 318419 33554432000 4194304 4196468 140731655079488 139991949240304 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6467] ppid=6450 vsize=14090948 memory=496 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6467/stat : 6467 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14429130752 318419 33554432000 4194304 4196468 140731655079488 139991948188000 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6468] ppid=6450 vsize=14090948 memory=1271648 CPUtime=0.03 cores=1,3,5,7
/proc/6453/task/6468/stat : 6468 (java) S 6450 6453 2226 0 -1 1077944384 180 0 0 0 1 2 0 0 20 0 15 0 274498111 14429130752 318419 33554432000 4194304 4196468 140731655079488 139991947136048 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
Current children cumulated CPU time: 110.1 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1273676 KiB

[startup+162.301 s]
/proc/loadavg: 1.98 1.80 1.56 3/215 6470
/proc/meminfo: memFree=8815856/32770624 swapFree=67108368/67108860
[pid=6453] ppid=6450 vsize=14090948 memory=1274704 CPUtime=170.33 cores=1,3,5,7
/proc/6453/stat : 6453 (java) S 6450 6453 2226 0 -1 1077944320 67465 0 0 0 16971 62 0 0 20 0 15 0 274498105 14429130752 318676 33554432000 4194304 4196468 140731655079488 140731655062032 139992841400055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
/proc/6453/statm: 3522737 318676 3588 1 0 3484809 0
[pid=6453/tid=6455] ppid=6450 vsize=14090948 memory=1276784 CPUtime=161.91 cores=1,3,5,7
/proc/6453/task/6455/stat : 6455 (java) R 6450 6453 2226 0 -1 4202560 31358 0 0 0 16172 19 0 0 20 0 15 0 274498105 14429130752 318676 33554432000 4194304 4196468 140731655079488 139992845638224 139992473895863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6456] ppid=6450 vsize=14090948 memory=1274228 CPUtime=0.28 cores=1,3,5,7
/proc/6453/task/6456/stat : 6456 (java) S 6450 6453 2226 0 -1 1077944384 3867 0 0 0 21 7 0 0 20 0 15 0 274498106 14429130752 318676 33554432000 4194304 4196468 140731655079488 139992794020368 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6457] ppid=6450 vsize=14090948 memory=1276784 CPUtime=0.28 cores=1,3,5,7
/proc/6453/task/6457/stat : 6457 (java) S 6450 6453 2226 0 -1 1077944384 1013 0 0 0 20 8 0 0 20 0 15 0 274498106 14429130752 318676 33554432000 4194304 4196468 140731655079488 139992792967824 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6458] ppid=6450 vsize=14090948 memory=1274704 CPUtime=0.28 cores=1,3,5,7
/proc/6453/task/6458/stat : 6458 (java) S 6450 6453 2226 0 -1 1077944384 592 0 0 0 21 7 0 0 20 0 15 0 274498106 14429130752 318676 33554432000 4194304 4196468 140731655079488 139992791914768 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6459] ppid=6450 vsize=14090948 memory=279612169609184 CPUtime=0.3 cores=1,3,5,7
/proc/6453/task/6459/stat : 6459 (java) S 6450 6453 2226 0 -1 1077944384 1345 0 0 0 21 9 0 0 20 0 15 0 274498106 14429130752 318676 33554432000 4194304 4196468 140731655079488 139992790862224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6460] ppid=6450 vsize=14090948 memory=916 CPUtime=0.04 cores=1,3,5,7
/proc/6453/task/6460/stat : 6460 (java) S 6450 6453 2226 0 -1 1077944384 2127 0 0 0 4 0 0 0 20 0 15 0 274498107 14429130752 318676 33554432000 4194304 4196468 140731655079488 139992045611760 139992841411202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6461] ppid=6450 vsize=14090948 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6461/stat : 6461 (java) S 6450 6453 2226 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 274498108 14429130752 318676 33554432000 4194304 4196468 140731655079488 139992044558048 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6462] ppid=6450 vsize=14090948 memory=1276784 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6462/stat : 6462 (java) S 6450 6453 2226 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 274498108 14429130752 318676 33554432000 4194304 4196468 140731655079488 139991953450240 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6463] ppid=6450 vsize=14090948 memory=1276784 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6463/stat : 6463 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14429130752 318676 33554432000 4194304 4196468 140731655079488 139991952398800 139992841418651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6464] ppid=6450 vsize=14090948 memory=1274072 CPUtime=2.89 cores=1,3,5,7
/proc/6453/task/6464/stat : 6464 (java) S 6450 6453 2226 0 -1 1077944384 10706 0 0 0 287 2 0 0 20 0 15 0 274498111 14429130752 318676 33554432000 4194304 4196468 140731655079488 139991951345904 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6465] ppid=6450 vsize=14090948 memory=1272832 CPUtime=3.17 cores=1,3,5,7
/proc/6453/task/6465/stat : 6465 (java) S 6450 6453 2226 0 -1 1077944384 7680 0 0 0 316 1 0 0 20 0 15 0 274498111 14429130752 318676 33554432000 4194304 4196468 140731655079488 139991950293360 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6466] ppid=6450 vsize=14090948 memory=1276784 CPUtime=1.03 cores=1,3,5,7
/proc/6453/task/6466/stat : 6466 (java) S 6450 6453 2226 0 -1 1077944384 7185 0 0 0 102 1 0 0 20 0 15 0 274498111 14429130752 318676 33554432000 4194304 4196468 140731655079488 139991949240304 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6467] ppid=6450 vsize=14090948 memory=3684 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6467/stat : 6467 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14429130752 318676 33554432000 4194304 4196468 140731655079488 139991948188000 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6468] ppid=6450 vsize=14090948 memory=1274704 CPUtime=0.05 cores=1,3,5,7
/proc/6453/task/6468/stat : 6468 (java) S 6450 6453 2226 0 -1 1077944384 205 0 0 0 2 3 0 0 20 0 15 0 274498111 14429130752 318676 33554432000 4194304 4196468 140731655079488 139991947136048 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
Current children cumulated CPU time: 170.33 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1274704 KiB

[startup+222.301 s]
/proc/loadavg: 1.99 1.84 1.59 3/215 6547
/proc/meminfo: memFree=17902308/32770624 swapFree=67108368/67108860
[pid=6453] ppid=6450 vsize=14090948 memory=1277636 CPUtime=230.62 cores=1,3,5,7
/proc/6453/stat : 6453 (java) S 6450 6453 2226 0 -1 1077944320 69578 0 0 0 22994 68 0 0 20 0 15 0 274498105 14429130752 319409 33554432000 4194304 4196468 140731655079488 140731655062032 139992841400055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
/proc/6453/statm: 3522737 319409 3588 1 0 3484809 0
[pid=6453/tid=6455] ppid=6450 vsize=14090948 memory=1277636 CPUtime=221.8 cores=1,3,5,7
/proc/6453/task/6455/stat : 6455 (java) R 6450 6453 2226 0 -1 4202560 31816 0 0 0 22161 19 0 0 20 0 15 0 274498105 14429130752 319409 33554432000 4194304 4196468 140731655079488 139992845638336 139992473895808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6456] ppid=6450 vsize=14090948 memory=1277636 CPUtime=0.37 cores=1,3,5,7
/proc/6453/task/6456/stat : 6456 (java) S 6450 6453 2226 0 -1 1077944384 3977 0 0 0 28 9 0 0 20 0 15 0 274498106 14429130752 319409 33554432000 4194304 4196468 140731655079488 139992794020368 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6457] ppid=6450 vsize=14090948 memory=1280716 CPUtime=0.38 cores=1,3,5,7
/proc/6453/task/6457/stat : 6457 (java) S 6450 6453 2226 0 -1 1077944384 1404 0 0 0 29 9 0 0 20 0 15 0 274498106 14429130752 319409 33554432000 4194304 4196468 140731655079488 139992792967824 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6458] ppid=6450 vsize=14090948 memory=1281224 CPUtime=0.38 cores=1,3,5,7
/proc/6453/task/6458/stat : 6458 (java) S 6450 6453 2226 0 -1 1077944384 910 0 0 0 29 9 0 0 20 0 15 0 274498106 14429130752 319409 33554432000 4194304 4196468 140731655079488 139992791914768 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6459] ppid=6450 vsize=14090948 memory=1277636 CPUtime=0.39 cores=1,3,5,7
/proc/6453/task/6459/stat : 6459 (java) S 6450 6453 2226 0 -1 1077944384 1866 0 0 0 28 11 0 0 20 0 15 0 274498106 14429130752 319409 33554432000 4194304 4196468 140731655079488 139992790862224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6460] ppid=6450 vsize=14090948 memory=279612170130048 CPUtime=0.05 cores=1,3,5,7
/proc/6453/task/6460/stat : 6460 (java) S 6450 6453 2226 0 -1 1077944384 2283 0 0 0 5 0 0 0 20 0 15 0 274498107 14429130752 319409 33554432000 4194304 4196468 140731655079488 139992045611760 139992841411202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6461] ppid=6450 vsize=14090948 memory=3920 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6461/stat : 6461 (java) S 6450 6453 2226 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 274498108 14429130752 319409 33554432000 4194304 4196468 140731655079488 139992044558048 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6462] ppid=6450 vsize=14090948 memory=7100839878645619564 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6462/stat : 6462 (java) S 6450 6453 2226 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 274498108 14429130752 319409 33554432000 4194304 4196468 140731655079488 139991953450240 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6463] ppid=6450 vsize=14090948 memory=-8634980985311628903 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6463/stat : 6463 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14429130752 319409 33554432000 4194304 4196468 140731655079488 139991952398800 139992841418651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6464] ppid=6450 vsize=14090948 memory=1168 CPUtime=2.89 cores=1,3,5,7
/proc/6453/task/6464/stat : 6464 (java) S 6450 6453 2226 0 -1 1077944384 10708 0 0 0 287 2 0 0 20 0 15 0 274498111 14429130752 319409 33554432000 4194304 4196468 140731655079488 139991951345904 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6465] ppid=6450 vsize=14090948 memory=2092 CPUtime=3.17 cores=1,3,5,7
/proc/6453/task/6465/stat : 6465 (java) S 6450 6453 2226 0 -1 1077944384 7682 0 0 0 316 1 0 0 20 0 15 0 274498111 14429130752 319409 33554432000 4194304 4196468 140731655079488 139991950293360 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6466] ppid=6450 vsize=14090948 memory=8112282956445269571 CPUtime=1.03 cores=1,3,5,7
/proc/6453/task/6466/stat : 6466 (java) S 6450 6453 2226 0 -1 1077944384 7334 0 0 0 102 1 0 0 20 0 15 0 274498111 14429130752 319409 33554432000 4194304 4196468 140731655079488 139991949240304 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6467] ppid=6450 vsize=14090948 memory=2148 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6467/stat : 6467 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14429130752 319409 33554432000 4194304 4196468 140731655079488 139991948188000 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6468] ppid=6450 vsize=14090948 memory=1160 CPUtime=0.07 cores=1,3,5,7
/proc/6453/task/6468/stat : 6468 (java) S 6450 6453 2226 0 -1 1077944384 211 0 0 0 3 4 0 0 20 0 15 0 274498111 14429130752 319409 33554432000 4194304 4196468 140731655079488 139991947136048 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
Current children cumulated CPU time: 230.62 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1277636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+243.601 s]
/proc/loadavg: 1.99 1.85 1.60 3/215 6548
/proc/meminfo: memFree=17731332/32770624 swapFree=67108368/67108860
[pid=6453] ppid=6450 vsize=14090948 memory=1280672 CPUtime=252.04 cores=1,3,5,7
/proc/6453/stat : 6453 (java) S 6450 6453 2226 0 -1 1077944320 70978 0 0 0 25134 70 0 0 20 0 15 0 274498105 14429130752 320168 33554432000 4194304 4196468 140731655079488 140731655062032 139992841400055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
/proc/6453/statm: 3522737 320168 3588 1 0 3484809 0
[pid=6453/tid=6455] ppid=6450 vsize=14090948 memory=2676 CPUtime=243.05 cores=1,3,5,7
/proc/6453/task/6455/stat : 6455 (java) R 6450 6453 2226 0 -1 4202560 32178 0 0 0 24286 19 0 0 20 0 15 0 274498105 14429130752 320168 33554432000 4194304 4196468 140731655079488 139992845638208 139992475675115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6456] ppid=6450 vsize=14090948 memory=1408 CPUtime=0.41 cores=1,3,5,7
/proc/6453/task/6456/stat : 6456 (java) S 6450 6453 2226 0 -1 1077944384 4369 0 0 0 31 10 0 0 20 0 15 0 274498106 14429130752 320168 33554432000 4194304 4196468 140731655079488 139992794020368 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6457] ppid=6450 vsize=14090948 memory=3160 CPUtime=0.41 cores=1,3,5,7
/proc/6453/task/6457/stat : 6457 (java) S 6450 6453 2226 0 -1 1077944384 1463 0 0 0 32 9 0 0 20 0 15 0 274498106 14429130752 320168 33554432000 4194304 4196468 140731655079488 139992792967824 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6458] ppid=6450 vsize=14090948 memory=288230574492221466 CPUtime=0.41 cores=1,3,5,7
/proc/6453/task/6458/stat : 6458 (java) S 6450 6453 2226 0 -1 1077944384 926 0 0 0 32 9 0 0 20 0 15 0 274498106 14429130752 320168 33554432000 4194304 4196468 140731655079488 139992791914768 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6459] ppid=6450 vsize=14090948 memory=288230596050944315 CPUtime=0.42 cores=1,3,5,7
/proc/6453/task/6459/stat : 6459 (java) S 6450 6453 2226 0 -1 1077944384 1886 0 0 0 31 11 0 0 20 0 15 0 274498106 14429130752 320168 33554432000 4194304 4196468 140731655079488 139992790862224 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6460] ppid=6450 vsize=14090948 memory=14413713516005930 CPUtime=0.06 cores=1,3,5,7
/proc/6453/task/6460/stat : 6460 (java) S 6450 6453 2226 0 -1 1077944384 2382 0 0 0 5 1 0 0 20 0 15 0 274498107 14429130752 320168 33554432000 4194304 4196468 140731655079488 139992045611760 139992841411202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6461] ppid=6450 vsize=14090948 memory=-6876588461455810464 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6461/stat : 6461 (java) S 6450 6453 2226 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 274498108 14429130752 320168 33554432000 4194304 4196468 140731655079488 139992044558048 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6462] ppid=6450 vsize=14090948 memory=1283240 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6462/stat : 6462 (java) S 6450 6453 2226 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 274498108 14429130752 320168 33554432000 4194304 4196468 140731655079488 139991953450240 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6463] ppid=6450 vsize=14090948 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6463/stat : 6463 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14429130752 320168 33554432000 4194304 4196468 140731655079488 139991952398800 139992841418651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6464] ppid=6450 vsize=14090948 memory=13820 CPUtime=2.89 cores=1,3,5,7
/proc/6453/task/6464/stat : 6464 (java) S 6450 6453 2226 0 -1 1077944384 10714 0 0 0 287 2 0 0 20 0 15 0 274498111 14429130752 320168 33554432000 4194304 4196468 140731655079488 139991951345904 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6465] ppid=6450 vsize=14090948 memory=1616 CPUtime=3.17 cores=1,3,5,7
/proc/6453/task/6465/stat : 6465 (java) S 6450 6453 2226 0 -1 1077944384 7683 0 0 0 316 1 0 0 20 0 15 0 274498111 14429130752 320168 33554432000 4194304 4196468 140731655079488 139991950293360 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6466] ppid=6450 vsize=14090948 memory=496 CPUtime=1.03 cores=1,3,5,7
/proc/6453/task/6466/stat : 6466 (java) S 6450 6453 2226 0 -1 1077944384 7757 0 0 0 102 1 0 0 20 0 15 0 274498111 14429130752 320168 33554432000 4194304 4196468 140731655079488 139991949240304 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6467] ppid=6450 vsize=14090948 memory=928 CPUtime=0 cores=1,3,5,7
/proc/6453/task/6467/stat : 6467 (java) S 6450 6453 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274498111 14429130752 320168 33554432000 4194304 4196468 140731655079488 139991948188000 139992841410261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
[pid=6453/tid=6468] ppid=6450 vsize=14090948 memory=1168 CPUtime=0.08 cores=1,3,5,7
/proc/6453/task/6468/stat : 6468 (java) S 6450 6453 2226 0 -1 1077944384 233 0 0 0 4 4 0 0 20 0 15 0 274498111 14429130752 320168 33554432000 4194304 4196468 140731655079488 139991947136048 139992841411202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140731655087182 140731655087374 140731655087374 140731655090127 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1280672 KiB

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

[startup+243.62 s]
# the end of solver process 6453 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.348 s, system=0.721433 s

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

Child status: 143
Real time (s): 243.62
CPU time (s): 252.069
CPU user time (s): 251.348
CPU system time (s): 0.721433
CPU usage (%): 103.468
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1283240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.348
system time used= 0.721433
maximum resident set size= 1286156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9811
involuntary context switches= 203


# summary of solver processes directly reported to runsolver:
#   pid: 6453
#   total CPU time (s): 252.069
#   total CPU user time (s): 251.348
#   total CPU system time (s): 0.721433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49888 second user time and 2.17852 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-18 07:15:49
IDJOB=4312397
IDBENCH=141209
IDSOLVER=2800
FILE ID=node148/4312397-1534569349
RUNJOBID= node148-1534568587-5848
PBS_JOBID= 21038631
Free space on /tmp= 49636 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-11-opt_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312397-1534569349/watcher-4312397-1534569349 -o /tmp/evaluation-result-4312397-1534569349/solver-4312397-1534569349 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534568587-5848 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1572904113 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312397-1534569349.xml

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

MD5SUM BENCH= d12361b5a6bb1fd64c8bfae02a2f4f2f
RANDOM SEED=1572904113

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        10652096 kB
MemAvailable:   20895552 kB
Buffers:          220724 kB
Cached:         10280852 kB
SwapCached:            4 kB
Active:         17871096 kB
Inactive:        3659300 kB
Active(anon):   11000904 kB
Inactive(anon):    96196 kB
Active(file):    6870192 kB
Inactive(file):  3563104 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             35804 kB
Writeback:             0 kB
AnonPages:      10849128 kB
Mapped:            32840 kB
Shmem:             65972 kB
Slab:             267400 kB
SReclaimable:     238620 kB
SUnreclaim:        28780 kB
KernelStack:        3792 kB
PageTables:        26308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12052712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10680320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 49600 MiB
End job on node148 at 2018-08-18 07:19:53